Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.34 KB

AddOrReplaceTransformation.md

File metadata and controls

72 lines (39 loc) · 2.34 KB

AddOrReplaceTransformation

Properties

Name Type Description Notes
DimensionToReplace string The dimension that needs to be modified or added.
Value string The value for the dimension.

Methods

NewAddOrReplaceTransformation

func NewAddOrReplaceTransformation(dimensionToReplace string, value string, ) *AddOrReplaceTransformation

NewAddOrReplaceTransformation instantiates a new AddOrReplaceTransformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewAddOrReplaceTransformationWithDefaults

func NewAddOrReplaceTransformationWithDefaults() *AddOrReplaceTransformation

NewAddOrReplaceTransformationWithDefaults instantiates a new AddOrReplaceTransformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetDimensionToReplace

func (o *AddOrReplaceTransformation) GetDimensionToReplace() string

GetDimensionToReplace returns the DimensionToReplace field if non-nil, zero value otherwise.

GetDimensionToReplaceOk

func (o *AddOrReplaceTransformation) GetDimensionToReplaceOk() (*string, bool)

GetDimensionToReplaceOk returns a tuple with the DimensionToReplace field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDimensionToReplace

func (o *AddOrReplaceTransformation) SetDimensionToReplace(v string)

SetDimensionToReplace sets DimensionToReplace field to given value.

GetValue

func (o *AddOrReplaceTransformation) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *AddOrReplaceTransformation) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetValue

func (o *AddOrReplaceTransformation) SetValue(v string)

SetValue sets Value field to given value.

[Back to Model list] [Back to API list] [Back to README]