GoogleApi.Logging.V2.Model.ListExclusionsResponse (google_api_logging v0.52.0)

View Source

Result returned from ListExclusions.

Attributes

  • exclusions (type: list(GoogleApi.Logging.V2.Model.LogExclusion.t), default: nil) - A list of exclusions.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Logging.V2.Model.ListExclusionsResponse{
  exclusions: [GoogleApi.Logging.V2.Model.LogExclusion.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.