GoogleApi.CloudResourceManager.V1.Model.ListOrgPoliciesResponse (google_api_cloud_resource_manager v0.40.5) View Source
The response returned from the ListOrgPolicies
method. It will be empty if no Policies
are set on the resource.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - Page token used to retrieve the next page. This is currently not used, but the server may at any point start supplying a valid token. -
policies
(type:list(GoogleApi.CloudResourceManager.V1.Model.OrgPolicy.t)
, default:nil
) - ThePolicies
that are set on the resource. It will be empty if noPolicies
are set.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudResourceManager.V1.Model.ListOrgPoliciesResponse{ nextPageToken: String.t() | nil, policies: [GoogleApi.CloudResourceManager.V1.Model.OrgPolicy.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.