Skip to content

DeleteTelephoneNumber

Properties

Name Type Description Notes
ForceDelete bool Other configurations depending on this number (call forwarding rules for instance) will be deleted together if this field is true. Otherwise, a pre-check will be executed and an error message will be returned when this number is already used in some other configurations.

Methods

NewDeleteTelephoneNumber

func NewDeleteTelephoneNumber(forceDelete bool, ) *DeleteTelephoneNumber

NewDeleteTelephoneNumber instantiates a new DeleteTelephoneNumber 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

NewDeleteTelephoneNumberWithDefaults

func NewDeleteTelephoneNumberWithDefaults() *DeleteTelephoneNumber

NewDeleteTelephoneNumberWithDefaults instantiates a new DeleteTelephoneNumber 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

GetForceDelete

func (o *DeleteTelephoneNumber) GetForceDelete() bool

GetForceDelete returns the ForceDelete field if non-nil, zero value otherwise.

GetForceDeleteOk

func (o *DeleteTelephoneNumber) GetForceDeleteOk() (*bool, bool)

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

SetForceDelete

func (o *DeleteTelephoneNumber) SetForceDelete(v bool)

SetForceDelete sets ForceDelete field to given value.

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