google_api_service_usage v0.2.0 GoogleApi.ServiceUsage.V1.Model.SystemParameterRule View Source
Define a system parameter rule mapping system parameter definitions to methods.
Attributes
parameters(type:list(GoogleApi.ServiceUsage.V1.Model.SystemParameter.t), default:nil) - Define parameters. Multiple names may be defined for a parameter. For a given method call, only one of them should be used. If multiple names are used the behavior is implementation-dependent. If none of the specified names are present the behavior is parameter-dependent.selector(type:String.t, default:nil) - Selects the methods to which this rule applies. Use '*' to indicate all methods in all APIs.Refer to selector for syntax details.
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.ServiceUsage.V1.Model.SystemParameterRule{
parameters: [GoogleApi.ServiceUsage.V1.Model.SystemParameter.t()],
selector: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.