Class ListAttributeMetadataResponse
Response for AttributesService.ListAttributeMetadata.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessBusinessInformation.v1.Data
Assembly: Google.Apis.MyBusinessBusinessInformation.v1.dll
Syntax
public class ListAttributeMetadataResponse : IDirectResponseSchema
Properties
AttributeMetadata
A collection of attribute metadata for the available attributes.
Declaration
[JsonProperty("attributeMetadata")]
public virtual IList<AttributeMetadata> AttributeMetadata { get; set; }
Property Value
Type | Description |
---|---|
IList<AttributeMetadata> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
If the number of attributes exceeded the requested page size, this field will be populated with a token to
fetch the next page of attributes on a subsequent call to attributes.list
. If there are no more
attributes, this field will not be present in the response.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |