Show / Hide Table of Contents

Class ConfigurableService

BaseType that describes a service-backed Type.

Inheritance
System.Object
ConfigurableService
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 ConfigurableService : IDirectResponseSchema

Properties

CollectionOverrides

Allows resource handling overrides for specific collections

Declaration
[JsonProperty("collectionOverrides")]
public virtual IList<CollectionOverride> CollectionOverrides { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<CollectionOverride>

Credential

Credential used when interacting with this type.

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

DescriptorUrl

Descriptor Url for the this type.

Declaration
[JsonProperty("descriptorUrl")]
public virtual string DescriptorUrl { 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

Options

Options to apply when handling any resources in this service.

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

Implements

IDirectResponseSchema
Back to top