GoogleApi.MyBusinessAccountManagement.V1.Model.ListAccountAdminsResponse (google_api_my_business_account_management v0.4.1)

View Source

Response message for AccessControl.ListAccountAdmins.

Attributes

  • accountAdmins (type: list(GoogleApi.MyBusinessAccountManagement.V1.Model.Admin.t), default: nil) - A collection of Admin instances.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.MyBusinessAccountManagement.V1.Model.ListAccountAdminsResponse{
    accountAdmins:
      [GoogleApi.MyBusinessAccountManagement.V1.Model.Admin.t()] | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.