Class ListPlaceActionTypeMetadataResponse
Response message for PlaceActions.ListPlaceActionTypeMetadata.
Implements
Inherited Members
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> |