Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1BatchUpdateUserLicensesRequest

Request message for UserLicenseService.BatchUpdateUserLicenses method.

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

Properties

DeleteUnassignedUserLicenses

Optional. If true, if user licenses removed associated license config, the user license will be deleted. By default which is false, the user license will be updated to unassigned state.

Declaration
[JsonProperty("deleteUnassignedUserLicenses")]
public virtual bool? DeleteUnassignedUserLicenses { 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

GcsSource

Cloud Storage location for the input content.

Declaration
[JsonProperty("gcsSource")]
public virtual GoogleCloudDiscoveryengineV1GcsSource GcsSource { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1GcsSource

InlineSource

The inline source for the input content for document embeddings.

Declaration
[JsonProperty("inlineSource")]
public virtual GoogleCloudDiscoveryengineV1BatchUpdateUserLicensesRequestInlineSource InlineSource { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1BatchUpdateUserLicensesRequestInlineSource

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX