View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListKeyValueEntriesResponse (google_api_apigee v0.46.0)

The request structure for listing key value map keys and its corresponding values.

Attributes

  • keyValueEntries (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1KeyValueEntry.t), default: nil) - One or more key value map keys and values.
  • nextPageToken (type: String.t, default: nil) - Token that can be sent as next_page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListKeyValueEntriesResponse{
    keyValueEntries:
      [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1KeyValueEntry.t()] | nil,
    nextPageToken: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.