Name | Type | Description | Notes |
---|---|---|---|
ConflictingTablespaces | []string | ||
ContainsTablespaces | bool | ||
UnsupportedTablespaces | []string |
func NewTablespaceResponse(conflictingTablespaces []string, containsTablespaces bool, unsupportedTablespaces []string, ) *TablespaceResponse
NewTablespaceResponse instantiates a new TablespaceResponse 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 NewTablespaceResponseWithDefaults() *TablespaceResponse
NewTablespaceResponseWithDefaults instantiates a new TablespaceResponse 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 *TablespaceResponse) GetConflictingTablespaces() []string
GetConflictingTablespaces returns the ConflictingTablespaces field if non-nil, zero value otherwise.
func (o *TablespaceResponse) GetConflictingTablespacesOk() (*[]string, bool)
GetConflictingTablespacesOk returns a tuple with the ConflictingTablespaces field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TablespaceResponse) SetConflictingTablespaces(v []string)
SetConflictingTablespaces sets ConflictingTablespaces field to given value.
func (o *TablespaceResponse) GetContainsTablespaces() bool
GetContainsTablespaces returns the ContainsTablespaces field if non-nil, zero value otherwise.
func (o *TablespaceResponse) GetContainsTablespacesOk() (*bool, bool)
GetContainsTablespacesOk returns a tuple with the ContainsTablespaces field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TablespaceResponse) SetContainsTablespaces(v bool)
SetContainsTablespaces sets ContainsTablespaces field to given value.
func (o *TablespaceResponse) GetUnsupportedTablespaces() []string
GetUnsupportedTablespaces returns the UnsupportedTablespaces field if non-nil, zero value otherwise.
func (o *TablespaceResponse) GetUnsupportedTablespacesOk() (*[]string, bool)
GetUnsupportedTablespacesOk returns a tuple with the UnsupportedTablespaces field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TablespaceResponse) SetUnsupportedTablespaces(v []string)
SetUnsupportedTablespaces sets UnsupportedTablespaces field to given value.