View Source GoogleApi.SecurityCenter.V1.Model.ListDescendantSecurityHealthAnalyticsCustomModulesResponse (google_api_security_center v0.29.0)

Response message for listing descendant Security Health Analytics custom modules.

Attributes

  • nextPageToken (type: String.t, default: nil) - If not empty, indicates that there may be more custom modules to be returned.
  • securityHealthAnalyticsCustomModules (type: list(GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule.t), default: nil) - Custom modules belonging to the requested parent and its descendants.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SecurityCenter.V1.Model.ListDescendantSecurityHealthAnalyticsCustomModulesResponse{
    nextPageToken: String.t() | nil,
    securityHealthAnalyticsCustomModules:
      [
        GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.