github.com/optim-corp/cios-golang-sdk@v0.5.1/cios/docs/DataStoreConfig.md (about)

     1  # DataStoreConfig
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Enabled** | Pointer to **bool** |  | [optional] 
     8  **MaxSize** | Pointer to **string** |  | [optional] 
     9  **MaxCount** | Pointer to **string** |  | [optional] 
    10  
    11  ## Methods
    12  
    13  ### NewDataStoreConfig
    14  
    15  `func NewDataStoreConfig() *DataStoreConfig`
    16  
    17  NewDataStoreConfig instantiates a new DataStoreConfig object
    18  This constructor will assign default values to properties that have it defined,
    19  and makes sure properties required by API are set, but the set of arguments
    20  will change when the set of required properties is changed
    21  
    22  ### NewDataStoreConfigWithDefaults
    23  
    24  `func NewDataStoreConfigWithDefaults() *DataStoreConfig`
    25  
    26  NewDataStoreConfigWithDefaults instantiates a new DataStoreConfig object
    27  This constructor will only assign default values to properties that have it defined,
    28  but it doesn't guarantee that properties required by API are set
    29  
    30  ### GetEnabled
    31  
    32  `func (o *DataStoreConfig) GetEnabled() bool`
    33  
    34  GetEnabled returns the Enabled field if non-nil, zero value otherwise.
    35  
    36  ### GetEnabledOk
    37  
    38  `func (o *DataStoreConfig) GetEnabledOk() (*bool, bool)`
    39  
    40  GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise
    41  and a boolean to check if the value has been set.
    42  
    43  ### SetEnabled
    44  
    45  `func (o *DataStoreConfig) SetEnabled(v bool)`
    46  
    47  SetEnabled sets Enabled field to given value.
    48  
    49  ### HasEnabled
    50  
    51  `func (o *DataStoreConfig) HasEnabled() bool`
    52  
    53  HasEnabled returns a boolean if a field has been set.
    54  
    55  ### GetMaxSize
    56  
    57  `func (o *DataStoreConfig) GetMaxSize() string`
    58  
    59  GetMaxSize returns the MaxSize field if non-nil, zero value otherwise.
    60  
    61  ### GetMaxSizeOk
    62  
    63  `func (o *DataStoreConfig) GetMaxSizeOk() (*string, bool)`
    64  
    65  GetMaxSizeOk returns a tuple with the MaxSize field if it's non-nil, zero value otherwise
    66  and a boolean to check if the value has been set.
    67  
    68  ### SetMaxSize
    69  
    70  `func (o *DataStoreConfig) SetMaxSize(v string)`
    71  
    72  SetMaxSize sets MaxSize field to given value.
    73  
    74  ### HasMaxSize
    75  
    76  `func (o *DataStoreConfig) HasMaxSize() bool`
    77  
    78  HasMaxSize returns a boolean if a field has been set.
    79  
    80  ### GetMaxCount
    81  
    82  `func (o *DataStoreConfig) GetMaxCount() string`
    83  
    84  GetMaxCount returns the MaxCount field if non-nil, zero value otherwise.
    85  
    86  ### GetMaxCountOk
    87  
    88  `func (o *DataStoreConfig) GetMaxCountOk() (*string, bool)`
    89  
    90  GetMaxCountOk returns a tuple with the MaxCount field if it's non-nil, zero value otherwise
    91  and a boolean to check if the value has been set.
    92  
    93  ### SetMaxCount
    94  
    95  `func (o *DataStoreConfig) SetMaxCount(v string)`
    96  
    97  SetMaxCount sets MaxCount field to given value.
    98  
    99  ### HasMaxCount
   100  
   101  `func (o *DataStoreConfig) HasMaxCount() bool`
   102  
   103  HasMaxCount returns a boolean if a field has been set.
   104  
   105  
   106  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
   107  
   108