Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 2 KB

ModelDeleteRegistryBulkReq.md

File metadata and controls

61 lines (34 loc) · 2 KB

ModelDeleteRegistryBulkReq

Properties

Name Type Description Notes
RegistryIds []string

Methods

NewModelDeleteRegistryBulkReq

func NewModelDeleteRegistryBulkReq(registryIds []string, ) *ModelDeleteRegistryBulkReq

NewModelDeleteRegistryBulkReq instantiates a new ModelDeleteRegistryBulkReq 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

NewModelDeleteRegistryBulkReqWithDefaults

func NewModelDeleteRegistryBulkReqWithDefaults() *ModelDeleteRegistryBulkReq

NewModelDeleteRegistryBulkReqWithDefaults instantiates a new ModelDeleteRegistryBulkReq 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

GetRegistryIds

func (o *ModelDeleteRegistryBulkReq) GetRegistryIds() []string

GetRegistryIds returns the RegistryIds field if non-nil, zero value otherwise.

GetRegistryIdsOk

func (o *ModelDeleteRegistryBulkReq) GetRegistryIdsOk() (*[]string, bool)

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

SetRegistryIds

func (o *ModelDeleteRegistryBulkReq) SetRegistryIds(v []string)

SetRegistryIds sets RegistryIds field to given value.

SetRegistryIdsNil

func (o *ModelDeleteRegistryBulkReq) SetRegistryIdsNil(b bool)

SetRegistryIdsNil sets the value for RegistryIds to be an explicit nil

UnsetRegistryIds

func (o *ModelDeleteRegistryBulkReq) UnsetRegistryIds()

UnsetRegistryIds ensures that no value is present for RegistryIds, not even an explicit nil

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