GoogleApi.MyBusinessPlaceActions.V1.Model.ListPlaceActionTypeMetadataResponse (google_api_my_business_place_actions v0.2.0) View Source
Response message for PlaceActions.ListPlaceActionTypeMetadata.
Attributes
-
nextPageToken(type:String.t, default:nil) - 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 toplaceActionTypeMetadata.list. If there are no more results, this field will not be present in the response. -
placeActionTypeMetadata(type:list(GoogleApi.MyBusinessPlaceActions.V1.Model.PlaceActionTypeMetadata.t), default:nil) - A collection of metadata for the available place action types.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.MyBusinessPlaceActions.V1.Model.ListPlaceActionTypeMetadataResponse{
nextPageToken: String.t() | nil,
placeActionTypeMetadata:
[GoogleApi.MyBusinessPlaceActions.V1.Model.PlaceActionTypeMetadata.t()]
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.