Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaProvisionProjectRequest

Request for ProjectService.ProvisionProject method.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaProvisionProjectRequest
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 GoogleCloudDiscoveryengineV1alphaProvisionProjectRequest : IDirectResponseSchema

Properties

AcceptDataUseTerms

Required. Set to true to specify that caller has read and would like to give consent to the Terms for data use.

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

DataUseTermsVersion

Required. The version of the Terms for data use that caller has read and would like to give consent to. Acceptable version is 2022-11-23, and this may change over time.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX