Show / Hide Table of Contents

Class CollectionOverride

CollectionOverride allows resource handling overrides for specific resources within a BaseType

Inheritance
System.Object
CollectionOverride
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DeploymentManagerAlpha.alpha.Data
Assembly: Google.Apis.DeploymentManagerAlpha.alpha.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
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

MethodMap

Custom verb method mappings to support unordered list API mappings.

Declaration
[JsonProperty("methodMap")]
public virtual MethodMap MethodMap { get; set; }
Property Value
Type Description
MethodMap

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
Back to top