View Source GoogleApi.ResourceSettings.V1.Model.GoogleCloudResourcesettingsV1ListSettingsResponse (google_api_resource_settings v0.3.0)

The response from ListSettings.

Attributes

  • nextPageToken (type: String.t, default: nil) - Unused. A page token used to retrieve the next page.
  • settings (type: list(GoogleApi.ResourceSettings.V1.Model.GoogleCloudResourcesettingsV1Setting.t), default: nil) - A list of settings that are available at the specified Cloud resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ResourceSettings.V1.Model.GoogleCloudResourcesettingsV1ListSettingsResponse{
    nextPageToken: String.t() | nil,
    settings:
      [
        GoogleApi.ResourceSettings.V1.Model.GoogleCloudResourcesettingsV1Setting.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.