Class TosAcceptance
Details about the acceptance of the Terms of Service (TOS).
Implements
Inherited Members
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? |