View Source GoogleApi.GKEBackup.V1.Model.TransformationRuleAction (google_api_gke_backup v0.6.0)

TransformationRuleAction defines a TransformationRule action based on the JSON Patch RFC (https://www.rfc-editor.org/rfc/rfc6902)

Attributes

  • fromPath (type: String.t, default: nil) - Optional. A string containing a JSON Pointer value that references the location in the target document to move the value from.
  • op (type: String.t, default: nil) - Required. op specifies the operation to perform.
  • path (type: String.t, default: nil) - Optional. A string containing a JSON-Pointer value that references a location within the target document where the operation is performed.
  • value (type: String.t, default: nil) - Optional. A string that specifies the desired value in string format to use for transformation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEBackup.V1.Model.TransformationRuleAction{
  fromPath: String.t() | nil,
  op: String.t() | nil,
  path: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.