google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.RegionSetPolicyRequest View Source
Attributes
bindings
(type:list(GoogleApi.Compute.V1.Model.Binding.t)
, default:nil
) - Flatten Policy to create a backwacd compatible wire-format. Deprecated. Use 'policy' to specify bindings.etag
(type:String.t
, default:nil
) - Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag.policy
(type:GoogleApi.Compute.V1.Model.Policy.t
, default:nil
) - REQUIRED: The complete policy to be applied to the 'resource'. The size of the policy is limited to a few 10s of KB. An empty policy is in general a valid policy but certain services (like Projects) might reject them.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Compute.V1.Model.RegionSetPolicyRequest{ bindings: [GoogleApi.Compute.V1.Model.Binding.t()], etag: String.t(), policy: GoogleApi.Compute.V1.Model.Policy.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.