google_api_logging v0.7.0 GoogleApi.Logging.V2.Model.ListSinksResponse View Source
Result returned from ListSinks.
Attributes
- nextPageToken (String.t): 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. Defaults to:
null
. - sinks ([LogSink]): A list of sinks. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Logging.V2.Model.ListSinksResponse{
nextPageToken: any(),
sinks: [GoogleApi.Logging.V2.Model.LogSink.t()]
}
t() :: %GoogleApi.Logging.V2.Model.ListSinksResponse{ nextPageToken: any(), sinks: [GoogleApi.Logging.V2.Model.LogSink.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.