View Source GoogleApi.CloudAsset.V1.Model.AnalyzeOrgPolicyGovernedContainersResponse (google_api_cloud_asset v0.35.0)

The response message for AssetService.AnalyzeOrgPolicyGovernedContainers.

Attributes

  • constraint (type: GoogleApi.CloudAsset.V1.Model.AnalyzerOrgPolicyConstraint.t, default: nil) - The definition of the constraint in the request.
  • governedContainers (type: list(GoogleApi.CloudAsset.V1.Model.GoogleCloudAssetV1GovernedContainer.t), default: nil) - The list of the analyzed governed containers.
  • nextPageToken (type: String.t, default: nil) - The page token to fetch the next page for AnalyzeOrgPolicyGovernedContainersResponse.governed_containers.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudAsset.V1.Model.AnalyzeOrgPolicyGovernedContainersResponse{
    constraint:
      GoogleApi.CloudAsset.V1.Model.AnalyzerOrgPolicyConstraint.t() | nil,
    governedContainers:
      [GoogleApi.CloudAsset.V1.Model.GoogleCloudAssetV1GovernedContainer.t()]
      | nil,
    nextPageToken: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.