Skip to content

DeleteCliOpenApiVO

Properties

Name Type Description Notes
ConfigIds Pointer to []string List of IDs to be deleted. [optional]

Methods

NewDeleteCliOpenApiVO

func NewDeleteCliOpenApiVO() *DeleteCliOpenApiVO

NewDeleteCliOpenApiVO instantiates a new DeleteCliOpenApiVO 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

NewDeleteCliOpenApiVOWithDefaults

func NewDeleteCliOpenApiVOWithDefaults() *DeleteCliOpenApiVO

NewDeleteCliOpenApiVOWithDefaults instantiates a new DeleteCliOpenApiVO 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

GetConfigIds

func (o *DeleteCliOpenApiVO) GetConfigIds() []string

GetConfigIds returns the ConfigIds field if non-nil, zero value otherwise.

GetConfigIdsOk

func (o *DeleteCliOpenApiVO) GetConfigIdsOk() (*[]string, bool)

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

SetConfigIds

func (o *DeleteCliOpenApiVO) SetConfigIds(v []string)

SetConfigIds sets ConfigIds field to given value.

HasConfigIds

func (o *DeleteCliOpenApiVO) HasConfigIds() bool

HasConfigIds returns a boolean if a field has been set.

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