Class GoogleCloudDiscoveryengineV1betaProvisionProjectRequest
Request for ProjectService.ProvisionProject method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaProvisionProjectRequest : 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 |