Class TransformationRuleAction
TransformationRuleAction defines a TransformationRule action based on the JSON Patch RFC (https://www.rfc-editor.org/rfc/rfc6902)
Implements
Inherited Members
Namespace: Google.Apis.BackupforGKE.v1.Data
Assembly: Google.Apis.BackupforGKE.v1.dll
Syntax
public class TransformationRuleAction : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FromPath
Optional. A string containing a JSON Pointer value that references the location in the target document to move the value from.
Declaration
[JsonProperty("fromPath")]
public virtual string FromPath { get; set; }
Property Value
Type | Description |
---|---|
string |
Op
Required. op specifies the operation to perform.
Declaration
[JsonProperty("op")]
public virtual string Op { get; set; }
Property Value
Type | Description |
---|---|
string |
Path
Optional. A string containing a JSON-Pointer value that references a location within the target document where the operation is performed.
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Optional. A string that specifies the desired value in string format to use for transformation.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
string |