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

The response for SecurityReports.

Attributes

  • nextPageToken (type: String.t, default: nil) - If the number of security reports exceeded the page size requested, the token can be used to fetch the next page in a subsequent call. If the response is the last page and there are no more reports to return this field is left empty.
  • securityReports (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityReport.t), default: nil) - The security reports belong to requested resource name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListSecurityReportsResponse{
    nextPageToken: String.t() | nil,
    securityReports:
      [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityReport.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.