GoogleApi.CloudAsset.V1.Model.AnalyzeOrgPolicyGovernedAssetsResponse (google_api_cloud_asset v0.42.0)
View SourceThe response message for AssetService.AnalyzeOrgPolicyGovernedAssets.
Attributes
-
constraint(type:GoogleApi.CloudAsset.V1.Model.AnalyzerOrgPolicyConstraint.t, default:nil) - The definition of the constraint in the request. -
governedAssets(type:list(GoogleApi.CloudAsset.V1.Model.GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedAsset.t), default:nil) - The list of the analyzed governed assets. -
nextPageToken(type:String.t, default:nil) - The page token to fetch the next page for AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudAsset.V1.Model.AnalyzeOrgPolicyGovernedAssetsResponse{ constraint: GoogleApi.CloudAsset.V1.Model.AnalyzerOrgPolicyConstraint.t() | nil, governedAssets: [ GoogleApi.CloudAsset.V1.Model.GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedAsset.t() ] | nil, nextPageToken: String.t() | nil }