Show / Hide Table of Contents

Class TargetConfiguration

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

Properties

Config

The configuration to use for this deployment.

Declaration
[JsonProperty("config")]
public virtual ConfigFile Config { get; set; }
Property Value
Type Description
ConfigFile

ETag

The ETag of the item.

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

Imports

Specifies any files to import for this configuration. This can be used to import templates or other files. For example, you might import a text file in order to use the file in a template.

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

Implements

IDirectResponseSchema
Back to top