Class TermsAndConditions
A terms and conditions page to be accepted during provisioning.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class TermsAndConditions : IDirectResponseSchema
Properties
Content
A well-formatted HTML string. It will be parsed on the client with android.text.Html#fromHtml.
Declaration
[JsonProperty("content")]
public virtual UserFacingMessage Content { get; set; }
Property Value
Type | Description |
---|---|
UserFacingMessage |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Header
A short header which appears above the HTML content.
Declaration
[JsonProperty("header")]
public virtual UserFacingMessage Header { get; set; }
Property Value
Type | Description |
---|---|
UserFacingMessage |