google_api_service_user v0.8.0 GoogleApi.ServiceUser.V1.Model.SystemParameterRule View Source
Define a system parameter rule mapping system parameter definitions to methods.
Attributes
- parameters ([SystemParameter]): 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. Defaults to:
null
. - selector (String.t): Selects the methods to which this rule applies. Use '*' to indicate all methods in all APIs. Refer to selector for syntax details. 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.ServiceUser.V1.Model.SystemParameterRule{
parameters: [GoogleApi.ServiceUser.V1.Model.SystemParameter.t()],
selector: any()
}
t() :: %GoogleApi.ServiceUser.V1.Model.SystemParameterRule{ parameters: [GoogleApi.ServiceUser.V1.Model.SystemParameter.t()], selector: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.