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 |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |