UVACanvasAccess
Public Member Functions | Properties | List of all members
UVACanvasAccess.Structures.Accounts.TermsOfService Class Reference

Represents the active Terms of Service for an account. More...

Inheritance diagram for UVACanvasAccess.Structures.Accounts.TermsOfService:
Inheritance graph
[legend]
Collaboration diagram for UVACanvasAccess.Structures.Accounts.TermsOfService:
Collaboration graph
[legend]

Public Member Functions

string ToPrettyString ()
 Returns a pretty, formatted string representation of the object.
 

Properties

ulong Id [get]
 The id. More...
 
string TermsType [get]
 The type. More...
 
bool Passive [get]
 Whether or not new users must accept the Terms of Service to use Canvas. More...
 
ulong AccountId [get]
 The account owning these terms. More...
 
string Content [get]
 The content. More...
 

Detailed Description

Represents the active Terms of Service for an account.

Property Documentation

◆ AccountId

ulong UVACanvasAccess.Structures.Accounts.TermsOfService.AccountId
get

The account owning these terms.

◆ Content

string UVACanvasAccess.Structures.Accounts.TermsOfService.Content
get

The content.

◆ Id

ulong UVACanvasAccess.Structures.Accounts.TermsOfService.Id
get

The id.

◆ Passive

bool UVACanvasAccess.Structures.Accounts.TermsOfService.Passive
get

Whether or not new users must accept the Terms of Service to use Canvas.

◆ TermsType

string UVACanvasAccess.Structures.Accounts.TermsOfService.TermsType
get

The type.


The documentation for this class was generated from the following file: