View Source GoogleApi.Content.V2.Model.LiasettingsListResponse (google_api_content v0.70.1)
Attributes
-
kind(type:String.t, default:nil) - Identifies what kind of resource this is. Value: the fixed string "content#liasettingsListResponse". -
nextPageToken(type:String.t, default:nil) - The token for the retrieval of the next page of LIA settings. -
resources(type:list(GoogleApi.Content.V2.Model.LiaSettings.t), default:nil) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Content.V2.Model.LiasettingsListResponse{ kind: String.t() | nil, nextPageToken: String.t() | nil, resources: [GoogleApi.Content.V2.Model.LiaSettings.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.