Class GoogleCloudContentwarehouseV1RequestMetadata
Meta information is used to improve the performance of the service.
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1RequestMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserInfo
Provides user unique identification and groups information.
Declaration
[JsonProperty("userInfo")]
public virtual GoogleCloudContentwarehouseV1UserInfo UserInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContentwarehouseV1UserInfo |