Skip to content

BatchEditTabs

Properties

Name Type Description Notes
Tabs Pointer to []BatchUpdateTab Edit Tab Parameters [optional]

Methods

NewBatchEditTabs

func NewBatchEditTabs() *BatchEditTabs

NewBatchEditTabs instantiates a new BatchEditTabs 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

NewBatchEditTabsWithDefaults

func NewBatchEditTabsWithDefaults() *BatchEditTabs

NewBatchEditTabsWithDefaults instantiates a new BatchEditTabs 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

GetTabs

func (o *BatchEditTabs) GetTabs() []BatchUpdateTab

GetTabs returns the Tabs field if non-nil, zero value otherwise.

GetTabsOk

func (o *BatchEditTabs) GetTabsOk() (*[]BatchUpdateTab, bool)

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

SetTabs

func (o *BatchEditTabs) SetTabs(v []BatchUpdateTab)

SetTabs sets Tabs field to given value.

HasTabs

func (o *BatchEditTabs) HasTabs() bool

HasTabs returns a boolean if a field has been set.

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