| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | The name of the proxy profile. | |
| Description | Pointer to NullableString | The description of the proxy profile. | [optional] |
| ConnectionPreferences | Pointer to NullableCreateOrUpdateConnectionPreferences | [optional] | |
| SdkKeySelectionRules | Pointer to []UpdateProxyProfileSelectionRule | A collection of selection rules that determine the SDK keys applicable for a proxy profile. | [optional] |
func NewCreateOrUpdateProxyProfileRequest(name string, ) *CreateOrUpdateProxyProfileRequest
NewCreateOrUpdateProxyProfileRequest instantiates a new CreateOrUpdateProxyProfileRequest 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 NewCreateOrUpdateProxyProfileRequestWithDefaults() *CreateOrUpdateProxyProfileRequest
NewCreateOrUpdateProxyProfileRequestWithDefaults instantiates a new CreateOrUpdateProxyProfileRequest 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 *CreateOrUpdateProxyProfileRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CreateOrUpdateProxyProfileRequest) 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.
func (o *CreateOrUpdateProxyProfileRequest) SetName(v string)
SetName sets Name field to given value.
func (o *CreateOrUpdateProxyProfileRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *CreateOrUpdateProxyProfileRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateOrUpdateProxyProfileRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *CreateOrUpdateProxyProfileRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *CreateOrUpdateProxyProfileRequest) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *CreateOrUpdateProxyProfileRequest) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *CreateOrUpdateProxyProfileRequest) GetConnectionPreferences() CreateOrUpdateConnectionPreferences
GetConnectionPreferences returns the ConnectionPreferences field if non-nil, zero value otherwise.
func (o *CreateOrUpdateProxyProfileRequest) GetConnectionPreferencesOk() (*CreateOrUpdateConnectionPreferences, bool)
GetConnectionPreferencesOk returns a tuple with the ConnectionPreferences field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateOrUpdateProxyProfileRequest) SetConnectionPreferences(v CreateOrUpdateConnectionPreferences)
SetConnectionPreferences sets ConnectionPreferences field to given value.
func (o *CreateOrUpdateProxyProfileRequest) HasConnectionPreferences() bool
HasConnectionPreferences returns a boolean if a field has been set.
func (o *CreateOrUpdateProxyProfileRequest) SetConnectionPreferencesNil(b bool)
SetConnectionPreferencesNil sets the value for ConnectionPreferences to be an explicit nil
func (o *CreateOrUpdateProxyProfileRequest) UnsetConnectionPreferences()
UnsetConnectionPreferences ensures that no value is present for ConnectionPreferences, not even an explicit nil
func (o *CreateOrUpdateProxyProfileRequest) GetSdkKeySelectionRules() []UpdateProxyProfileSelectionRule
GetSdkKeySelectionRules returns the SdkKeySelectionRules field if non-nil, zero value otherwise.
func (o *CreateOrUpdateProxyProfileRequest) GetSdkKeySelectionRulesOk() (*[]UpdateProxyProfileSelectionRule, bool)
GetSdkKeySelectionRulesOk returns a tuple with the SdkKeySelectionRules field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateOrUpdateProxyProfileRequest) SetSdkKeySelectionRules(v []UpdateProxyProfileSelectionRule)
SetSdkKeySelectionRules sets SdkKeySelectionRules field to given value.
func (o *CreateOrUpdateProxyProfileRequest) HasSdkKeySelectionRules() bool
HasSdkKeySelectionRules returns a boolean if a field has been set.
func (o *CreateOrUpdateProxyProfileRequest) SetSdkKeySelectionRulesNil(b bool)
SetSdkKeySelectionRulesNil sets the value for SdkKeySelectionRules to be an explicit nil
func (o *CreateOrUpdateProxyProfileRequest) UnsetSdkKeySelectionRules()
UnsetSdkKeySelectionRules ensures that no value is present for SdkKeySelectionRules, not even an explicit nil