Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaProvisionProjectRequestSaasParams

Parameters for Agentspace.

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

Properties

AcceptBizQos

Optional. Set to true to specify that caller has read and would like to give consent to the [Terms for Agent Space quality of service].

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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IsBiz

Optional. Indicates if the current request is for Biz edition (= true) or not (= false).

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX