SimplifiedCallBlockingProfile
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| CallBlockingProfileId | Pointer to string | Call blocking profile id. | [optional] |
| CallBlockingProfileName | Pointer to string | Call blocking profile name. | [optional] |
Methods
NewSimplifiedCallBlockingProfile
func NewSimplifiedCallBlockingProfile() *SimplifiedCallBlockingProfile
NewSimplifiedCallBlockingProfile instantiates a new SimplifiedCallBlockingProfile 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
NewSimplifiedCallBlockingProfileWithDefaults
func NewSimplifiedCallBlockingProfileWithDefaults() *SimplifiedCallBlockingProfile
NewSimplifiedCallBlockingProfileWithDefaults instantiates a new SimplifiedCallBlockingProfile 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
GetCallBlockingProfileId
func (o *SimplifiedCallBlockingProfile) GetCallBlockingProfileId() string
GetCallBlockingProfileId returns the CallBlockingProfileId field if non-nil, zero value otherwise.
GetCallBlockingProfileIdOk
func (o *SimplifiedCallBlockingProfile) GetCallBlockingProfileIdOk() (*string, bool)
GetCallBlockingProfileIdOk returns a tuple with the CallBlockingProfileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetCallBlockingProfileId
func (o *SimplifiedCallBlockingProfile) SetCallBlockingProfileId(v string)
SetCallBlockingProfileId sets CallBlockingProfileId field to given value.
HasCallBlockingProfileId
func (o *SimplifiedCallBlockingProfile) HasCallBlockingProfileId() bool
HasCallBlockingProfileId returns a boolean if a field has been set.
GetCallBlockingProfileName
func (o *SimplifiedCallBlockingProfile) GetCallBlockingProfileName() string
GetCallBlockingProfileName returns the CallBlockingProfileName field if non-nil, zero value otherwise.
GetCallBlockingProfileNameOk
func (o *SimplifiedCallBlockingProfile) GetCallBlockingProfileNameOk() (*string, bool)
GetCallBlockingProfileNameOk returns a tuple with the CallBlockingProfileName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetCallBlockingProfileName
func (o *SimplifiedCallBlockingProfile) SetCallBlockingProfileName(v string)
SetCallBlockingProfileName sets CallBlockingProfileName field to given value.
HasCallBlockingProfileName
func (o *SimplifiedCallBlockingProfile) HasCallBlockingProfileName() bool
HasCallBlockingProfileName returns a boolean if a field has been set.