Class GoogleCloudDiscoveryengineV1ProjectServiceTerms
Metadata about the terms of service.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1ProjectServiceTerms : IDirectResponseSchemaProperties
AcceptTime
object representation of AcceptTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use AcceptTimeDateTimeOffset instead.")]
public virtual object AcceptTime { get; set; }Property Value
| Type | Description | 
|---|---|
| object | 
AcceptTimeDateTimeOffset
DateTimeOffset representation of AcceptTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? AcceptTimeDateTimeOffset { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTimeOffset? | 
AcceptTimeRaw
The last time when the project agreed to the terms of service.
Declaration
[JsonProperty("acceptTime")]
public virtual string AcceptTimeRaw { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
DeclineTime
object representation of DeclineTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use DeclineTimeDateTimeOffset instead.")]
public virtual object DeclineTime { get; set; }Property Value
| Type | Description | 
|---|---|
| object | 
DeclineTimeDateTimeOffset
DateTimeOffset representation of DeclineTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? DeclineTimeDateTimeOffset { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTimeOffset? | 
DeclineTimeRaw
The last time when the project declined or revoked the agreement to terms of service.
Declaration
[JsonProperty("declineTime")]
public virtual string DeclineTimeRaw { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Id
The unique identifier of this terms of service. Available terms: * GA_DATA_USE_TERMS: Terms for data
use. When using this as id, the acceptable version to
provide is 2022-11-23.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
State
Whether the project has accepted/rejected the service terms or it is still pending.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Version
The version string of the terms of service. For acceptable values, see the comments for id above.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }Property Value
| Type | Description | 
|---|---|
| string |