Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 2.04 KB

ModelDeleteIntegrationReq.md

File metadata and controls

61 lines (34 loc) · 2.04 KB

ModelDeleteIntegrationReq

Properties

Name Type Description Notes
IntegrationIds []int32

Methods

NewModelDeleteIntegrationReq

func NewModelDeleteIntegrationReq(integrationIds []int32, ) *ModelDeleteIntegrationReq

NewModelDeleteIntegrationReq instantiates a new ModelDeleteIntegrationReq 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

NewModelDeleteIntegrationReqWithDefaults

func NewModelDeleteIntegrationReqWithDefaults() *ModelDeleteIntegrationReq

NewModelDeleteIntegrationReqWithDefaults instantiates a new ModelDeleteIntegrationReq 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

GetIntegrationIds

func (o *ModelDeleteIntegrationReq) GetIntegrationIds() []int32

GetIntegrationIds returns the IntegrationIds field if non-nil, zero value otherwise.

GetIntegrationIdsOk

func (o *ModelDeleteIntegrationReq) GetIntegrationIdsOk() (*[]int32, bool)

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

SetIntegrationIds

func (o *ModelDeleteIntegrationReq) SetIntegrationIds(v []int32)

SetIntegrationIds sets IntegrationIds field to given value.

SetIntegrationIdsNil

func (o *ModelDeleteIntegrationReq) SetIntegrationIdsNil(b bool)

SetIntegrationIdsNil sets the value for IntegrationIds to be an explicit nil

UnsetIntegrationIds

func (o *ModelDeleteIntegrationReq) UnsetIntegrationIds()

UnsetIntegrationIds ensures that no value is present for IntegrationIds, not even an explicit nil

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