Class GoogleCloudOsconfigV2betaOrchestrationScopeLocationSelector
Selector containing locations in scope.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v2beta.Data
Assembly: Google.Apis.OSConfig.v2beta.dll
Syntax
public class GoogleCloudOsconfigV2betaOrchestrationScopeLocationSelector : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IncludedLocations
Optional. Names of the locations in scope. Format: us-central1-a
Declaration
[JsonProperty("includedLocations")]
public virtual IList<string> IncludedLocations { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |