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

Response for ListSecurityProfiles.

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.
  • securityProfiles (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityProfile.t), default: nil) - List of security profiles in the organization. The profiles may be attached or unattached to any environment. This will return latest revision of each profile.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListSecurityProfilesResponse{
    nextPageToken: String.t() | nil,
    securityProfiles:
      [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityProfile.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.