Class DirectLocationAssignment
Implements
Inherited Members
Namespace: Google.Apis.AppHub.v1.Data
Assembly: Google.Apis.AppHub.v1.dll
Syntax
public class DirectLocationAssignment : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Location
Declaration
[JsonProperty("location")]
public virtual IList<LocationAssignment> Location { get; set; }
Property Value
Type | Description |
---|---|
IList<LocationAssignment> |