Show / Hide Table of Contents

Class CollectionOverride

CollectionOverride allows resource handling overrides for specific resources within a BaseType

Inheritance
object
CollectionOverride
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX