GoogleApi.ServiceControl.V2.Model.CheckRequest (google_api_service_control v0.35.1) View Source
Request message for the Check method.
Attributes
-
attributes
(type:GoogleApi.ServiceControl.V2.Model.AttributeContext.t
, default:nil
) - Describes attributes about the operation being executed by the service. -
flags
(type:String.t
, default:nil
) - Optional. Contains a comma-separated list of flags. -
resources
(type:list(GoogleApi.ServiceControl.V2.Model.ResourceInfo.t)
, default:nil
) - Describes the resources and the policies applied to each resource. -
serviceConfigId
(type:String.t
, default:nil
) - Specifies the version of the service configuration that should be used to process the request. Must not be empty. Set this field to 'latest' to specify using the latest configuration.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ServiceControl.V2.Model.CheckRequest{ attributes: GoogleApi.ServiceControl.V2.Model.AttributeContext.t(), flags: String.t(), resources: [GoogleApi.ServiceControl.V2.Model.ResourceInfo.t()], serviceConfigId: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.