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

Contains a list of SecurityActions in response to a ListSecurityActionRequest.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
  • securityActions (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityAction.t), default: nil) - The SecurityActions for the specified environment.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListSecurityActionsResponse{
    nextPageToken: String.t() | nil,
    securityActions:
      [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityAction.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.