AppsPeopleOzExternalMergedpeopleapiPersonListWithTotalNumber

GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonListWithTotalNumber


Table of Contents ▼

Jump to a specific part of the page:

Description

A person list with total number specified.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. people (type: list(GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPerson), default: nil)
    -
  2. totalNumber (type: integer(), default: nil)
    - The total number of people, which is aways no less than the size of the above list.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonListWithTotalNumber{
people: [ GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPerson.t() ] | nil,
totalNumber: integer() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonListWithTotalNumber