Class MultiTarget
Information specifying a multiTarget.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class MultiTarget : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TargetIds
Required. The target_ids of this multiTarget.
Declaration
[JsonProperty("targetIds")]
public virtual IList<string> TargetIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |