Show / Hide Table of Contents

Class ListAttributeMetadataResponse

Response for AttributesService.ListAttributeMetadata.

Inheritance
object
ListAttributeMetadataResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX