Class GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesRequest
Request message for UserLicenseService.BatchUpdateUserLicenses method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesRequest : 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 GoogleCloudDiscoveryengineV1alphaGcsSource GcsSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaGcsSource |
InlineSource
The inline source for the input content for document embeddings.
Declaration
[JsonProperty("inlineSource")]
public virtual GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesRequestInlineSource InlineSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesRequestInlineSource |