GoogleApi.Memcache.V1beta2.Model.UpdateParametersRequest (google_api_memcache v0.26.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Memcache.V1beta2.Model.UpdateParametersRequest{
  parameters: GoogleApi.Memcache.V1beta2.Model.MemcacheParameters.t() | nil,
  updateMask: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.