Class BaseType
BaseType that describes a service-backed Type.
Implements
Inherited Members
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 |