Class CollectionOverride
CollectionOverride allows resource handling overrides for specific resources within a BaseType
Implements
Inherited Members
Namespace: Google.Apis.DeploymentManager.v2beta.Data
Assembly: Google.Apis.DeploymentManager.v2beta.dll
Syntax
public class CollectionOverride : IDirectResponseSchema
Properties
Collection
The collection that identifies this resource within its service.
Declaration
[JsonProperty("collection")]
public virtual string Collection { 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 |
Options
The options to apply to this resource-level override
Declaration
[JsonProperty("options")]
public virtual Options Options { get; set; }
Property Value
Type | Description |
---|---|
Options |