Show / Hide Table of Contents

Class TermsAndConditions

A terms and conditions page to be accepted during provisioning.

Inheritance
object
TermsAndConditions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX