google_api_service_user v0.3.0 GoogleApi.ServiceUser.V1.Model.Http View Source
Defines the HTTP configuration for an API service. It contains a list of HttpRule, each specifying the mapping of an RPC method to one or more HTTP REST API methods.
Attributes
- fullyDecodeReservedExpansion (boolean()): When set to true, URL path parmeters will be fully URI-decoded except in cases of single segment matches in reserved expansion, where "%2F" will be left encoded. The default behavior is to not decode RFC 6570 reserved characters in multi segment matches. Defaults to:
null
. - rules ([HttpRule]): A list of HTTP configuration rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order. 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.Http{
fullyDecodeReservedExpansion: any(),
rules: [GoogleApi.ServiceUser.V1.Model.HttpRule.t()]
}
t() :: %GoogleApi.ServiceUser.V1.Model.Http{ fullyDecodeReservedExpansion: any(), rules: [GoogleApi.ServiceUser.V1.Model.HttpRule.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.