GoogleApi.WorkloadManager.V1.Model.ListRulesResponse (google_api_workload_manager v0.12.0)

View Source

Mesesage of response of list rules

Attributes

  • nextPageToken (type: String.t, default: nil) - A token identifying a page of results the server should return.
  • rules (type: list(GoogleApi.WorkloadManager.V1.Model.Rule.t), default: nil) - all rules in response

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.ListRulesResponse{
  nextPageToken: String.t() | nil,
  rules: [GoogleApi.WorkloadManager.V1.Model.Rule.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.