Skip to content

Latest commit

 

History

History
592 lines (327 loc) · 15.4 KB

Proxy.md

File metadata and controls

592 lines (327 loc) · 15.4 KB

Proxy

Properties

Name Type Description Notes
Id Pointer to string [optional]
Key Pointer to NullableString [optional]
TenantId Pointer to string [optional]
Name Pointer to NullableString [optional]
DestinationUrl Pointer to NullableString [optional]
RequestReactorId Pointer to NullableString [optional]
ResponseReactorId Pointer to NullableString [optional]
RequireAuth Pointer to bool [optional]
RequestTransform Pointer to ProxyTransform [optional]
ResponseTransform Pointer to ProxyTransform [optional]
ApplicationId Pointer to NullableString [optional]
Configuration Pointer to map[string]string [optional]
ProxyHost Pointer to NullableString [optional]
CreatedBy Pointer to NullableString [optional]
CreatedAt Pointer to NullableTime [optional]
ModifiedBy Pointer to NullableString [optional]
ModifiedAt Pointer to NullableTime [optional]

Methods

NewProxy

func NewProxy() *Proxy

NewProxy instantiates a new Proxy 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

NewProxyWithDefaults

func NewProxyWithDefaults() *Proxy

NewProxyWithDefaults instantiates a new Proxy 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

GetId

func (o *Proxy) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *Proxy) GetIdOk() (*string, bool)

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

SetId

func (o *Proxy) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *Proxy) HasId() bool

HasId returns a boolean if a field has been set.

GetKey

func (o *Proxy) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *Proxy) GetKeyOk() (*string, bool)

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

SetKey

func (o *Proxy) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *Proxy) HasKey() bool

HasKey returns a boolean if a field has been set.

SetKeyNil

func (o *Proxy) SetKeyNil(b bool)

SetKeyNil sets the value for Key to be an explicit nil

UnsetKey

func (o *Proxy) UnsetKey()

UnsetKey ensures that no value is present for Key, not even an explicit nil

GetTenantId

func (o *Proxy) GetTenantId() string

GetTenantId returns the TenantId field if non-nil, zero value otherwise.

GetTenantIdOk

func (o *Proxy) GetTenantIdOk() (*string, bool)

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

SetTenantId

func (o *Proxy) SetTenantId(v string)

SetTenantId sets TenantId field to given value.

HasTenantId

func (o *Proxy) HasTenantId() bool

HasTenantId returns a boolean if a field has been set.

GetName

func (o *Proxy) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *Proxy) GetNameOk() (*string, bool)

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

SetName

func (o *Proxy) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *Proxy) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *Proxy) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *Proxy) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

GetDestinationUrl

func (o *Proxy) GetDestinationUrl() string

GetDestinationUrl returns the DestinationUrl field if non-nil, zero value otherwise.

GetDestinationUrlOk

func (o *Proxy) GetDestinationUrlOk() (*string, bool)

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

SetDestinationUrl

func (o *Proxy) SetDestinationUrl(v string)

SetDestinationUrl sets DestinationUrl field to given value.

HasDestinationUrl

func (o *Proxy) HasDestinationUrl() bool

HasDestinationUrl returns a boolean if a field has been set.

SetDestinationUrlNil

func (o *Proxy) SetDestinationUrlNil(b bool)

SetDestinationUrlNil sets the value for DestinationUrl to be an explicit nil

UnsetDestinationUrl

func (o *Proxy) UnsetDestinationUrl()

UnsetDestinationUrl ensures that no value is present for DestinationUrl, not even an explicit nil

GetRequestReactorId

func (o *Proxy) GetRequestReactorId() string

GetRequestReactorId returns the RequestReactorId field if non-nil, zero value otherwise.

GetRequestReactorIdOk

func (o *Proxy) GetRequestReactorIdOk() (*string, bool)

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

SetRequestReactorId

func (o *Proxy) SetRequestReactorId(v string)

SetRequestReactorId sets RequestReactorId field to given value.

HasRequestReactorId

func (o *Proxy) HasRequestReactorId() bool

HasRequestReactorId returns a boolean if a field has been set.

SetRequestReactorIdNil

func (o *Proxy) SetRequestReactorIdNil(b bool)

SetRequestReactorIdNil sets the value for RequestReactorId to be an explicit nil

UnsetRequestReactorId

func (o *Proxy) UnsetRequestReactorId()

UnsetRequestReactorId ensures that no value is present for RequestReactorId, not even an explicit nil

GetResponseReactorId

func (o *Proxy) GetResponseReactorId() string

GetResponseReactorId returns the ResponseReactorId field if non-nil, zero value otherwise.

GetResponseReactorIdOk

func (o *Proxy) GetResponseReactorIdOk() (*string, bool)

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

SetResponseReactorId

func (o *Proxy) SetResponseReactorId(v string)

SetResponseReactorId sets ResponseReactorId field to given value.

HasResponseReactorId

func (o *Proxy) HasResponseReactorId() bool

HasResponseReactorId returns a boolean if a field has been set.

SetResponseReactorIdNil

func (o *Proxy) SetResponseReactorIdNil(b bool)

SetResponseReactorIdNil sets the value for ResponseReactorId to be an explicit nil

UnsetResponseReactorId

func (o *Proxy) UnsetResponseReactorId()

UnsetResponseReactorId ensures that no value is present for ResponseReactorId, not even an explicit nil

GetRequireAuth

func (o *Proxy) GetRequireAuth() bool

GetRequireAuth returns the RequireAuth field if non-nil, zero value otherwise.

GetRequireAuthOk

func (o *Proxy) GetRequireAuthOk() (*bool, bool)

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

SetRequireAuth

func (o *Proxy) SetRequireAuth(v bool)

SetRequireAuth sets RequireAuth field to given value.

HasRequireAuth

func (o *Proxy) HasRequireAuth() bool

HasRequireAuth returns a boolean if a field has been set.

GetRequestTransform

func (o *Proxy) GetRequestTransform() ProxyTransform

GetRequestTransform returns the RequestTransform field if non-nil, zero value otherwise.

GetRequestTransformOk

func (o *Proxy) GetRequestTransformOk() (*ProxyTransform, bool)

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

SetRequestTransform

func (o *Proxy) SetRequestTransform(v ProxyTransform)

SetRequestTransform sets RequestTransform field to given value.

HasRequestTransform

func (o *Proxy) HasRequestTransform() bool

HasRequestTransform returns a boolean if a field has been set.

GetResponseTransform

func (o *Proxy) GetResponseTransform() ProxyTransform

GetResponseTransform returns the ResponseTransform field if non-nil, zero value otherwise.

GetResponseTransformOk

func (o *Proxy) GetResponseTransformOk() (*ProxyTransform, bool)

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

SetResponseTransform

func (o *Proxy) SetResponseTransform(v ProxyTransform)

SetResponseTransform sets ResponseTransform field to given value.

HasResponseTransform

func (o *Proxy) HasResponseTransform() bool

HasResponseTransform returns a boolean if a field has been set.

GetApplicationId

func (o *Proxy) GetApplicationId() string

GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.

GetApplicationIdOk

func (o *Proxy) GetApplicationIdOk() (*string, bool)

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

SetApplicationId

func (o *Proxy) SetApplicationId(v string)

SetApplicationId sets ApplicationId field to given value.

HasApplicationId

func (o *Proxy) HasApplicationId() bool

HasApplicationId returns a boolean if a field has been set.

SetApplicationIdNil

func (o *Proxy) SetApplicationIdNil(b bool)

SetApplicationIdNil sets the value for ApplicationId to be an explicit nil

UnsetApplicationId

func (o *Proxy) UnsetApplicationId()

UnsetApplicationId ensures that no value is present for ApplicationId, not even an explicit nil

GetConfiguration

func (o *Proxy) GetConfiguration() map[string]string

GetConfiguration returns the Configuration field if non-nil, zero value otherwise.

GetConfigurationOk

func (o *Proxy) GetConfigurationOk() (*map[string]string, bool)

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

SetConfiguration

func (o *Proxy) SetConfiguration(v map[string]string)

SetConfiguration sets Configuration field to given value.

HasConfiguration

func (o *Proxy) HasConfiguration() bool

HasConfiguration returns a boolean if a field has been set.

SetConfigurationNil

func (o *Proxy) SetConfigurationNil(b bool)

SetConfigurationNil sets the value for Configuration to be an explicit nil

UnsetConfiguration

func (o *Proxy) UnsetConfiguration()

UnsetConfiguration ensures that no value is present for Configuration, not even an explicit nil

GetProxyHost

func (o *Proxy) GetProxyHost() string

GetProxyHost returns the ProxyHost field if non-nil, zero value otherwise.

GetProxyHostOk

func (o *Proxy) GetProxyHostOk() (*string, bool)

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

SetProxyHost

func (o *Proxy) SetProxyHost(v string)

SetProxyHost sets ProxyHost field to given value.

HasProxyHost

func (o *Proxy) HasProxyHost() bool

HasProxyHost returns a boolean if a field has been set.

SetProxyHostNil

func (o *Proxy) SetProxyHostNil(b bool)

SetProxyHostNil sets the value for ProxyHost to be an explicit nil

UnsetProxyHost

func (o *Proxy) UnsetProxyHost()

UnsetProxyHost ensures that no value is present for ProxyHost, not even an explicit nil

GetCreatedBy

func (o *Proxy) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

func (o *Proxy) GetCreatedByOk() (*string, bool)

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

SetCreatedBy

func (o *Proxy) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *Proxy) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

SetCreatedByNil

func (o *Proxy) SetCreatedByNil(b bool)

SetCreatedByNil sets the value for CreatedBy to be an explicit nil

UnsetCreatedBy

func (o *Proxy) UnsetCreatedBy()

UnsetCreatedBy ensures that no value is present for CreatedBy, not even an explicit nil

GetCreatedAt

func (o *Proxy) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *Proxy) GetCreatedAtOk() (*time.Time, bool)

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

SetCreatedAt

func (o *Proxy) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *Proxy) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

SetCreatedAtNil

func (o *Proxy) SetCreatedAtNil(b bool)

SetCreatedAtNil sets the value for CreatedAt to be an explicit nil

UnsetCreatedAt

func (o *Proxy) UnsetCreatedAt()

UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil

GetModifiedBy

func (o *Proxy) GetModifiedBy() string

GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.

GetModifiedByOk

func (o *Proxy) GetModifiedByOk() (*string, bool)

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

SetModifiedBy

func (o *Proxy) SetModifiedBy(v string)

SetModifiedBy sets ModifiedBy field to given value.

HasModifiedBy

func (o *Proxy) HasModifiedBy() bool

HasModifiedBy returns a boolean if a field has been set.

SetModifiedByNil

func (o *Proxy) SetModifiedByNil(b bool)

SetModifiedByNil sets the value for ModifiedBy to be an explicit nil

UnsetModifiedBy

func (o *Proxy) UnsetModifiedBy()

UnsetModifiedBy ensures that no value is present for ModifiedBy, not even an explicit nil

GetModifiedAt

func (o *Proxy) GetModifiedAt() time.Time

GetModifiedAt returns the ModifiedAt field if non-nil, zero value otherwise.

GetModifiedAtOk

func (o *Proxy) GetModifiedAtOk() (*time.Time, bool)

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

SetModifiedAt

func (o *Proxy) SetModifiedAt(v time.Time)

SetModifiedAt sets ModifiedAt field to given value.

HasModifiedAt

func (o *Proxy) HasModifiedAt() bool

HasModifiedAt returns a boolean if a field has been set.

SetModifiedAtNil

func (o *Proxy) SetModifiedAtNil(b bool)

SetModifiedAtNil sets the value for ModifiedAt to be an explicit nil

UnsetModifiedAt

func (o *Proxy) UnsetModifiedAt()

UnsetModifiedAt ensures that no value is present for ModifiedAt, not even an explicit nil

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