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] |
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
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
func (o *ProxyTransform) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *ProxyTransform) SetType(v string)
SetType sets Type field to given value.
func (o *ProxyTransform) HasType() bool
HasType returns a boolean if a field has been set.
func (o *ProxyTransform) SetTypeNil(b bool)
SetTypeNil sets the value for Type to be an explicit nil
func (o *ProxyTransform) UnsetType()
UnsetType ensures that no value is present for Type, not even an explicit nil
func (o *ProxyTransform) GetCode() string
GetCode returns the Code field if non-nil, zero value otherwise.
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.
func (o *ProxyTransform) SetCode(v string)
SetCode sets Code field to given value.
func (o *ProxyTransform) HasCode() bool
HasCode returns a boolean if a field has been set.
func (o *ProxyTransform) SetCodeNil(b bool)
SetCodeNil sets the value for Code to be an explicit nil
func (o *ProxyTransform) UnsetCode()
UnsetCode ensures that no value is present for Code, not even an explicit nil
func (o *ProxyTransform) GetMatcher() string
GetMatcher returns the Matcher field if non-nil, zero value otherwise.
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.
func (o *ProxyTransform) SetMatcher(v string)
SetMatcher sets Matcher field to given value.
func (o *ProxyTransform) HasMatcher() bool
HasMatcher returns a boolean if a field has been set.
func (o *ProxyTransform) SetMatcherNil(b bool)
SetMatcherNil sets the value for Matcher to be an explicit nil
func (o *ProxyTransform) UnsetMatcher()
UnsetMatcher ensures that no value is present for Matcher, not even an explicit nil
func (o *ProxyTransform) GetExpression() string
GetExpression returns the Expression field if non-nil, zero value otherwise.
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.
func (o *ProxyTransform) SetExpression(v string)
SetExpression sets Expression field to given value.
func (o *ProxyTransform) HasExpression() bool
HasExpression returns a boolean if a field has been set.
func (o *ProxyTransform) SetExpressionNil(b bool)
SetExpressionNil sets the value for Expression to be an explicit nil
func (o *ProxyTransform) UnsetExpression()
UnsetExpression ensures that no value is present for Expression, not even an explicit nil
func (o *ProxyTransform) GetReplacement() string
GetReplacement returns the Replacement field if non-nil, zero value otherwise.
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.
func (o *ProxyTransform) SetReplacement(v string)
SetReplacement sets Replacement field to given value.
func (o *ProxyTransform) HasReplacement() bool
HasReplacement returns a boolean if a field has been set.
func (o *ProxyTransform) SetReplacementNil(b bool)
SetReplacementNil sets the value for Replacement to be an explicit nil
func (o *ProxyTransform) UnsetReplacement()
UnsetReplacement ensures that no value is present for Replacement, not even an explicit nil