Class Attributes
A container for all the attributes for a given location.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessBusinessInformation.v1.Data
Assembly: Google.Apis.MyBusinessBusinessInformation.v1.dll
Syntax
public class Attributes : IDirectResponseSchema
Properties
AttributesValue
A collection of attributes that need to be updated.
Declaration
[JsonProperty("attributes")]
public virtual IList<Attribute> AttributesValue { get; set; }
Property Value
Type | Description |
---|---|
IList<Attribute> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Required. Google identifier for this location in the form of locations/{location_id}/attributes
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |