Class PlacerLocation
Message describing that the location of the customer resource is tied to placer allocations
Implements
Inherited Members
Namespace: Google.Apis.AppHub.v1.Data
Assembly: Google.Apis.AppHub.v1.dll
Syntax
public class PlacerLocation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PlacerConfig
Directory with a config related to it in placer (e.g. "/placer/prod/home/my-root/my-dir")
Declaration
[JsonProperty("placerConfig")]
public virtual string PlacerConfig { get; set; }
Property Value
Type | Description |
---|---|
string |