Show / Hide Table of Contents

Class BaseType

BaseType that describes a service-backed Type.

Inheritance
object
BaseType
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.alpha.Data
Assembly: Google.Apis.DeploymentManager.alpha.dll
Syntax
public class BaseType : IDirectResponseSchema

Properties

CollectionOverrides

Allows resource handling overrides for specific collections

Declaration
[JsonProperty("collectionOverrides")]
public virtual IList<CollectionOverride> CollectionOverrides { get; set; }
Property Value
Type Description
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
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
In this article
Back to top Generated by DocFX