Name | Type | Description | Notes |
---|---|---|---|
AccessProfileIds | Pointer to []string | List of IDs of Access Profiles to be deleted. | [optional] |
BestEffortOnly | Pointer to bool | If true, silently skip over any of the specified Access Profiles if they cannot be deleted because they are in use. If false, no deletions will be attempted if any of the Access Profiles are in use. | [optional] |
func NewAccessProfileBulkDeleteRequest() *AccessProfileBulkDeleteRequest
NewAccessProfileBulkDeleteRequest instantiates a new AccessProfileBulkDeleteRequest 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
func NewAccessProfileBulkDeleteRequestWithDefaults() *AccessProfileBulkDeleteRequest
NewAccessProfileBulkDeleteRequestWithDefaults instantiates a new AccessProfileBulkDeleteRequest 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
func (o *AccessProfileBulkDeleteRequest) GetAccessProfileIds() []string
GetAccessProfileIds returns the AccessProfileIds field if non-nil, zero value otherwise.
func (o *AccessProfileBulkDeleteRequest) GetAccessProfileIdsOk() (*[]string, bool)
GetAccessProfileIdsOk returns a tuple with the AccessProfileIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccessProfileBulkDeleteRequest) SetAccessProfileIds(v []string)
SetAccessProfileIds sets AccessProfileIds field to given value.
func (o *AccessProfileBulkDeleteRequest) HasAccessProfileIds() bool
HasAccessProfileIds returns a boolean if a field has been set.
func (o *AccessProfileBulkDeleteRequest) GetBestEffortOnly() bool
GetBestEffortOnly returns the BestEffortOnly field if non-nil, zero value otherwise.
func (o *AccessProfileBulkDeleteRequest) GetBestEffortOnlyOk() (*bool, bool)
GetBestEffortOnlyOk returns a tuple with the BestEffortOnly field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccessProfileBulkDeleteRequest) SetBestEffortOnly(v bool)
SetBestEffortOnly sets BestEffortOnly field to given value.
func (o *AccessProfileBulkDeleteRequest) HasBestEffortOnly() bool
HasBestEffortOnly returns a boolean if a field has been set.