GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListSecurityMonitoringConditionsResponse (google_api_apigee v0.54.0)

View Source

Response for ListSecurityMonitoringConditions.

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.
  • securityMonitoringConditions (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityMonitoringCondition.t), default: nil) - List of security monitoring conditions in the organization.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListSecurityMonitoringConditionsResponse{
    nextPageToken: String.t() | nil,
    securityMonitoringConditions:
      [
        GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityMonitoringCondition.t()
      ]
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.