google_api_compute v0.6.0 GoogleApi.Compute.V1.Model.RegionSetPolicyRequest View Source
Attributes
- bindings ([Binding]): Flatten Policy to create a backwacd compatible wire-format. Deprecated. Use 'policy' to specify bindings. Defaults to:
null
. - etag (binary()): Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag. Defaults to:
null
. - policy (Policy): 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. Defaults to:
null
.
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 Source
t()
View Source
t() :: %GoogleApi.Compute.V1.Model.RegionSetPolicyRequest{
bindings: [GoogleApi.Compute.V1.Model.Binding.t()],
etag: any(),
policy: GoogleApi.Compute.V1.Model.Policy.t()
}
t() :: %GoogleApi.Compute.V1.Model.RegionSetPolicyRequest{ bindings: [GoogleApi.Compute.V1.Model.Binding.t()], etag: any(), policy: GoogleApi.Compute.V1.Model.Policy.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.