Show / Hide Table of Contents

Class TosAcceptance

Details about the acceptance of the Terms of Service (TOS).

Inheritance
object
TosAcceptance
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.WebContentPublisher.v1.Data
Assembly: Google.Apis.WebContentPublisher.v1.dll
Syntax
public class TosAcceptance : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Signer

Optional. The name of the person who accepted the TOS.

Declaration
[JsonProperty("signer")]
public virtual string Signer { get; set; }
Property Value
Type Description
string

SignerTitle

Optional. The job title or role of the signer.

Declaration
[JsonProperty("signerTitle")]
public virtual string SignerTitle { get; set; }
Property Value
Type Description
string

UserAccepted

Required. Whether the user has accepted the Terms of Service.

Declaration
[JsonProperty("userAccepted")]
public virtual bool? UserAccepted { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX