google_api_memcache v0.2.1 GoogleApi.Memcache.V1beta2.Model.UpdateParametersRequest View Source
Request for UpdateParameters.
Attributes
parameters
(type:GoogleApi.Memcache.V1beta2.Model.MemcacheParameters.t
, default:nil
) - The parameters to apply to the instance.updateMask
(type:String.t
, default:nil
) - Required. Mask of fields to update.
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.Memcache.V1beta2.Model.UpdateParametersRequest{ parameters: GoogleApi.Memcache.V1beta2.Model.MemcacheParameters.t(), updateMask: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.