Show / Hide Table of Contents

Class ListPlaceActionTypeMetadataResponse

Response message for PlaceActions.ListPlaceActionTypeMetadata.

Inheritance
object
ListPlaceActionTypeMetadataResponse
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.MyBusinessPlaceActions.v1.Data
Assembly: Google.Apis.MyBusinessPlaceActions.v1.dll
Syntax
public class ListPlaceActionTypeMetadataResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NextPageToken

If the number of action types exceeded the requested page size, this field will be populated with a token to fetch the next page on a subsequent call to placeActionTypeMetadata.list. If there are no more results, this field will not be present in the response.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

PlaceActionTypeMetadata

A collection of metadata for the available place action types.

Declaration
[JsonProperty("placeActionTypeMetadata")]
public virtual IList<PlaceActionTypeMetadata> PlaceActionTypeMetadata { get; set; }
Property Value
Type Description
IList<PlaceActionTypeMetadata>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX