GoogleApi.OrgPolicy.V2.Model.GoogleCloudOrgpolicyV2ListConstraintsResponse (google_api_org_policy v0.9.1)
View SourceThe response returned from the ListConstraints method.
Attributes
-
constraints
(type:list(GoogleApi.OrgPolicy.V2.Model.GoogleCloudOrgpolicyV2Constraint.t)
, default:nil
) - The collection of constraints that are available on the targeted resource. -
nextPageToken
(type:String.t
, default:nil
) - Page token used to retrieve the next page. This is currently not used.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.OrgPolicy.V2.Model.GoogleCloudOrgpolicyV2ListConstraintsResponse{ constraints: [GoogleApi.OrgPolicy.V2.Model.GoogleCloudOrgpolicyV2Constraint.t()] | nil, nextPageToken: String.t() | nil }