Skip to content

AddCallForwardingRuleResp

Properties

Name Type Description Notes
RuleId Pointer to string Call Forwarding rule id. [optional]

Methods

NewAddCallForwardingRuleResp

func NewAddCallForwardingRuleResp() *AddCallForwardingRuleResp

NewAddCallForwardingRuleResp instantiates a new AddCallForwardingRuleResp 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

NewAddCallForwardingRuleRespWithDefaults

func NewAddCallForwardingRuleRespWithDefaults() *AddCallForwardingRuleResp

NewAddCallForwardingRuleRespWithDefaults instantiates a new AddCallForwardingRuleResp 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

GetRuleId

func (o *AddCallForwardingRuleResp) GetRuleId() string

GetRuleId returns the RuleId field if non-nil, zero value otherwise.

GetRuleIdOk

func (o *AddCallForwardingRuleResp) GetRuleIdOk() (*string, bool)

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

SetRuleId

func (o *AddCallForwardingRuleResp) SetRuleId(v string)

SetRuleId sets RuleId field to given value.

HasRuleId

func (o *AddCallForwardingRuleResp) HasRuleId() bool

HasRuleId returns a boolean if a field has been set.

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