GoogleApi.Logging.V2.Model.ListSinksResponse (google_api_logging v0.52.0)
View SourceResult returned from ListSinks.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - If there might be more results than appear in this response, then nextPageToken is included. To get the next set of results, call the same method again using the value of nextPageToken as pageToken. -
sinks
(type:list(GoogleApi.Logging.V2.Model.LogSink.t)
, default:nil
) - A list of sinks.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Logging.V2.Model.ListSinksResponse{ nextPageToken: String.t() | nil, sinks: [GoogleApi.Logging.V2.Model.LogSink.t()] | nil }