Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaReportConsentChangeRequest

Request for ReportConsentChange method.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaReportConsentChangeRequest
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.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaReportConsentChangeRequest : IDirectResponseSchema

Properties

ConsentChangeAction

Required. Whether customer decides to accept or decline service term. At this moment, only accept action is supported.

Declaration
[JsonProperty("consentChangeAction")]
public virtual string ConsentChangeAction { 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

ServiceTermId

Required. The unique identifier of the terms of service to update. Available term ids: * GA_DATA_USE_TERMS: Terms for data use. When using this service term id, the acceptable service_term_version to provide is 2022-11-23.

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

ServiceTermVersion

Required. The version string of the terms of service to update.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX