DeleteCallForwardingRules
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| RuleIds | Pointer to []string | Ids of call forwarding rules to be deleted. | [optional] |
Methods
NewDeleteCallForwardingRules
func NewDeleteCallForwardingRules() *DeleteCallForwardingRules
NewDeleteCallForwardingRules instantiates a new DeleteCallForwardingRules 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
NewDeleteCallForwardingRulesWithDefaults
func NewDeleteCallForwardingRulesWithDefaults() *DeleteCallForwardingRules
NewDeleteCallForwardingRulesWithDefaults instantiates a new DeleteCallForwardingRules 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
GetRuleIds
func (o *DeleteCallForwardingRules) GetRuleIds() []string
GetRuleIds returns the RuleIds field if non-nil, zero value otherwise.
GetRuleIdsOk
func (o *DeleteCallForwardingRules) GetRuleIdsOk() (*[]string, bool)
GetRuleIdsOk returns a tuple with the RuleIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRuleIds
func (o *DeleteCallForwardingRules) SetRuleIds(v []string)
SetRuleIds sets RuleIds field to given value.
HasRuleIds
func (o *DeleteCallForwardingRules) HasRuleIds() bool
HasRuleIds returns a boolean if a field has been set.