Name | Type | Description | Notes |
---|---|---|---|
CurrentDatabase | Pointer to string | [optional] | |
Description | Pointer to string | [optional] | |
IndexCommand | Pointer to string | [optional] | |
IndexName | Pointer to string | [optional] | |
TableName | Pointer to string | [optional] |
func NewUnusedIndexFinderResponse() *UnusedIndexFinderResponse
NewUnusedIndexFinderResponse instantiates a new UnusedIndexFinderResponse 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 NewUnusedIndexFinderResponseWithDefaults() *UnusedIndexFinderResponse
NewUnusedIndexFinderResponseWithDefaults instantiates a new UnusedIndexFinderResponse 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 *UnusedIndexFinderResponse) GetCurrentDatabase() string
GetCurrentDatabase returns the CurrentDatabase field if non-nil, zero value otherwise.
func (o *UnusedIndexFinderResponse) GetCurrentDatabaseOk() (*string, bool)
GetCurrentDatabaseOk returns a tuple with the CurrentDatabase field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UnusedIndexFinderResponse) SetCurrentDatabase(v string)
SetCurrentDatabase sets CurrentDatabase field to given value.
func (o *UnusedIndexFinderResponse) HasCurrentDatabase() bool
HasCurrentDatabase returns a boolean if a field has been set.
func (o *UnusedIndexFinderResponse) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *UnusedIndexFinderResponse) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UnusedIndexFinderResponse) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *UnusedIndexFinderResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *UnusedIndexFinderResponse) GetIndexCommand() string
GetIndexCommand returns the IndexCommand field if non-nil, zero value otherwise.
func (o *UnusedIndexFinderResponse) GetIndexCommandOk() (*string, bool)
GetIndexCommandOk returns a tuple with the IndexCommand field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UnusedIndexFinderResponse) SetIndexCommand(v string)
SetIndexCommand sets IndexCommand field to given value.
func (o *UnusedIndexFinderResponse) HasIndexCommand() bool
HasIndexCommand returns a boolean if a field has been set.
func (o *UnusedIndexFinderResponse) GetIndexName() string
GetIndexName returns the IndexName field if non-nil, zero value otherwise.
func (o *UnusedIndexFinderResponse) GetIndexNameOk() (*string, bool)
GetIndexNameOk returns a tuple with the IndexName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UnusedIndexFinderResponse) SetIndexName(v string)
SetIndexName sets IndexName field to given value.
func (o *UnusedIndexFinderResponse) HasIndexName() bool
HasIndexName returns a boolean if a field has been set.
func (o *UnusedIndexFinderResponse) GetTableName() string
GetTableName returns the TableName field if non-nil, zero value otherwise.
func (o *UnusedIndexFinderResponse) GetTableNameOk() (*string, bool)
GetTableNameOk returns a tuple with the TableName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UnusedIndexFinderResponse) SetTableName(v string)
SetTableName sets TableName field to given value.
func (o *UnusedIndexFinderResponse) HasTableName() bool
HasTableName returns a boolean if a field has been set.