Class GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesResponse
Response message for UserLicenseService.BatchUpdateUserLicenses method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ErrorSamples
A sample of errors encountered while processing the request.
Declaration
[JsonProperty("errorSamples")]
public virtual IList<GoogleRpcStatus> ErrorSamples { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleRpcStatus> |
UserLicenses
UserLicenses successfully updated.
Declaration
[JsonProperty("userLicenses")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaUserLicense> UserLicenses { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDiscoveryengineV1alphaUserLicense> |