Skip to content

DeleteCallBlockingProfileEntity

Properties

Name Type Description Notes
ProfileId string Profile ID
SkipConfirm bool skipConfirm indicates whether to skip the query of the devices bound to call blocking profile. false: Not to skip the query. true: Skip the query and delete the call blocking profile corresponding to the profileId.

Methods

NewDeleteCallBlockingProfileEntity

func NewDeleteCallBlockingProfileEntity(profileId string, skipConfirm bool, ) *DeleteCallBlockingProfileEntity

NewDeleteCallBlockingProfileEntity instantiates a new DeleteCallBlockingProfileEntity 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

NewDeleteCallBlockingProfileEntityWithDefaults

func NewDeleteCallBlockingProfileEntityWithDefaults() *DeleteCallBlockingProfileEntity

NewDeleteCallBlockingProfileEntityWithDefaults instantiates a new DeleteCallBlockingProfileEntity 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

GetProfileId

func (o *DeleteCallBlockingProfileEntity) GetProfileId() string

GetProfileId returns the ProfileId field if non-nil, zero value otherwise.

GetProfileIdOk

func (o *DeleteCallBlockingProfileEntity) GetProfileIdOk() (*string, bool)

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

SetProfileId

func (o *DeleteCallBlockingProfileEntity) SetProfileId(v string)

SetProfileId sets ProfileId field to given value.

GetSkipConfirm

func (o *DeleteCallBlockingProfileEntity) GetSkipConfirm() bool

GetSkipConfirm returns the SkipConfirm field if non-nil, zero value otherwise.

GetSkipConfirmOk

func (o *DeleteCallBlockingProfileEntity) GetSkipConfirmOk() (*bool, bool)

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

SetSkipConfirm

func (o *DeleteCallBlockingProfileEntity) SetSkipConfirm(v bool)

SetSkipConfirm sets SkipConfirm field to given value.

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