View Source GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonListWithTotalNumber (google_api_content_warehouse v0.2.0)
A person list with total number specified.
Attributes
-
people(type:list(GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPerson.t), default:nil) - -
totalNumber(type:integer(), default:nil) - The total number of people, which is aways no less than the size of the above list.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonListWithTotalNumber{ people: [ GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPerson.t() ] | nil, totalNumber: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.