Class ParameterVersionPayload
Message for storing a ParameterVersion resource's payload data
Implements
Inherited Members
Namespace: Google.Apis.ParameterManager.v1.Data
Assembly: Google.Apis.ParameterManager.v1.dll
Syntax
public class ParameterVersionPayload : IDirectResponseSchema
Properties
Data
Required. bytes data for storing payload.
Declaration
[JsonProperty("data")]
public virtual string Data { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DataCrc32c
Optional. [Optional] The integrity checksum of the payload. If provided, the server will verify that the checksum matches the payload. If not provided, the server will generate the checksum.
Declaration
[JsonProperty("dataCrc32c")]
public virtual long? DataCrc32c { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |