View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListSecurityProfilesV2Response (google_api_apigee v0.53.1)

Response for ListSecurityProfilesV2.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
  • securityProfilesV2 (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityProfileV2.t), default: nil) - List of security profiles in the organization.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListSecurityProfilesV2Response{
    nextPageToken: String.t() | nil,
    securityProfilesV2:
      [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityProfileV2.t()] | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.