Skip to content

Latest commit

 

History

History
210 lines (117 loc) · 5.46 KB

ProxyTransform.md

File metadata and controls

210 lines (117 loc) · 5.46 KB

ProxyTransform

Properties

Name Type Description Notes
Type Pointer to NullableString [optional]
Code Pointer to NullableString [optional]
Matcher Pointer to NullableString [optional]
Expression Pointer to NullableString [optional]
Replacement Pointer to NullableString [optional]

Methods

NewProxyTransform

func NewProxyTransform() *ProxyTransform

NewProxyTransform instantiates a new ProxyTransform 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

NewProxyTransformWithDefaults

func NewProxyTransformWithDefaults() *ProxyTransform

NewProxyTransformWithDefaults instantiates a new ProxyTransform 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

GetType

func (o *ProxyTransform) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *ProxyTransform) GetTypeOk() (*string, bool)

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

SetType

func (o *ProxyTransform) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *ProxyTransform) HasType() bool

HasType returns a boolean if a field has been set.

SetTypeNil

func (o *ProxyTransform) SetTypeNil(b bool)

SetTypeNil sets the value for Type to be an explicit nil

UnsetType

func (o *ProxyTransform) UnsetType()

UnsetType ensures that no value is present for Type, not even an explicit nil

GetCode

func (o *ProxyTransform) GetCode() string

GetCode returns the Code field if non-nil, zero value otherwise.

GetCodeOk

func (o *ProxyTransform) GetCodeOk() (*string, bool)

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

SetCode

func (o *ProxyTransform) SetCode(v string)

SetCode sets Code field to given value.

HasCode

func (o *ProxyTransform) HasCode() bool

HasCode returns a boolean if a field has been set.

SetCodeNil

func (o *ProxyTransform) SetCodeNil(b bool)

SetCodeNil sets the value for Code to be an explicit nil

UnsetCode

func (o *ProxyTransform) UnsetCode()

UnsetCode ensures that no value is present for Code, not even an explicit nil

GetMatcher

func (o *ProxyTransform) GetMatcher() string

GetMatcher returns the Matcher field if non-nil, zero value otherwise.

GetMatcherOk

func (o *ProxyTransform) GetMatcherOk() (*string, bool)

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

SetMatcher

func (o *ProxyTransform) SetMatcher(v string)

SetMatcher sets Matcher field to given value.

HasMatcher

func (o *ProxyTransform) HasMatcher() bool

HasMatcher returns a boolean if a field has been set.

SetMatcherNil

func (o *ProxyTransform) SetMatcherNil(b bool)

SetMatcherNil sets the value for Matcher to be an explicit nil

UnsetMatcher

func (o *ProxyTransform) UnsetMatcher()

UnsetMatcher ensures that no value is present for Matcher, not even an explicit nil

GetExpression

func (o *ProxyTransform) GetExpression() string

GetExpression returns the Expression field if non-nil, zero value otherwise.

GetExpressionOk

func (o *ProxyTransform) GetExpressionOk() (*string, bool)

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

SetExpression

func (o *ProxyTransform) SetExpression(v string)

SetExpression sets Expression field to given value.

HasExpression

func (o *ProxyTransform) HasExpression() bool

HasExpression returns a boolean if a field has been set.

SetExpressionNil

func (o *ProxyTransform) SetExpressionNil(b bool)

SetExpressionNil sets the value for Expression to be an explicit nil

UnsetExpression

func (o *ProxyTransform) UnsetExpression()

UnsetExpression ensures that no value is present for Expression, not even an explicit nil

GetReplacement

func (o *ProxyTransform) GetReplacement() string

GetReplacement returns the Replacement field if non-nil, zero value otherwise.

GetReplacementOk

func (o *ProxyTransform) GetReplacementOk() (*string, bool)

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

SetReplacement

func (o *ProxyTransform) SetReplacement(v string)

SetReplacement sets Replacement field to given value.

HasReplacement

func (o *ProxyTransform) HasReplacement() bool

HasReplacement returns a boolean if a field has been set.

SetReplacementNil

func (o *ProxyTransform) SetReplacementNil(b bool)

SetReplacementNil sets the value for Replacement to be an explicit nil

UnsetReplacement

func (o *ProxyTransform) UnsetReplacement()

UnsetReplacement ensures that no value is present for Replacement, not even an explicit nil

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