GoogleApi.AccessContextManager.V1.Model.MethodSelector (google_api_access_context_manager v0.28.0)

View Source

An allowed method or permission of a service specified in ApiOperation.

Attributes

  • method (type: String.t, default: nil) - A valid method name for the corresponding service_name in ApiOperation. If * is used as the value for the method, then ALL methods and permissions are allowed.
  • permission (type: String.t, default: nil) - A valid Cloud IAM permission for the corresponding service_name in ApiOperation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AccessContextManager.V1.Model.MethodSelector{
  method: String.t() | nil,
  permission: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.