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

     1  # DataStoreChannelStats
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Count** | Pointer to **string** |  | [optional] 
     8  **Size** | Pointer to **string** |  | [optional] 
     9  **LatestAt** | Pointer to **string** |  | [optional] 
    10  
    11  ## Methods
    12  
    13  ### NewDataStoreChannelStats
    14  
    15  `func NewDataStoreChannelStats() *DataStoreChannelStats`
    16  
    17  NewDataStoreChannelStats instantiates a new DataStoreChannelStats 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  ### NewDataStoreChannelStatsWithDefaults
    23  
    24  `func NewDataStoreChannelStatsWithDefaults() *DataStoreChannelStats`
    25  
    26  NewDataStoreChannelStatsWithDefaults instantiates a new DataStoreChannelStats 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  ### GetCount
    31  
    32  `func (o *DataStoreChannelStats) GetCount() string`
    33  
    34  GetCount returns the Count field if non-nil, zero value otherwise.
    35  
    36  ### GetCountOk
    37  
    38  `func (o *DataStoreChannelStats) GetCountOk() (*string, bool)`
    39  
    40  GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise
    41  and a boolean to check if the value has been set.
    42  
    43  ### SetCount
    44  
    45  `func (o *DataStoreChannelStats) SetCount(v string)`
    46  
    47  SetCount sets Count field to given value.
    48  
    49  ### HasCount
    50  
    51  `func (o *DataStoreChannelStats) HasCount() bool`
    52  
    53  HasCount returns a boolean if a field has been set.
    54  
    55  ### GetSize
    56  
    57  `func (o *DataStoreChannelStats) GetSize() string`
    58  
    59  GetSize returns the Size field if non-nil, zero value otherwise.
    60  
    61  ### GetSizeOk
    62  
    63  `func (o *DataStoreChannelStats) GetSizeOk() (*string, bool)`
    64  
    65  GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise
    66  and a boolean to check if the value has been set.
    67  
    68  ### SetSize
    69  
    70  `func (o *DataStoreChannelStats) SetSize(v string)`
    71  
    72  SetSize sets Size field to given value.
    73  
    74  ### HasSize
    75  
    76  `func (o *DataStoreChannelStats) HasSize() bool`
    77  
    78  HasSize returns a boolean if a field has been set.
    79  
    80  ### GetLatestAt
    81  
    82  `func (o *DataStoreChannelStats) GetLatestAt() string`
    83  
    84  GetLatestAt returns the LatestAt field if non-nil, zero value otherwise.
    85  
    86  ### GetLatestAtOk
    87  
    88  `func (o *DataStoreChannelStats) GetLatestAtOk() (*string, bool)`
    89  
    90  GetLatestAtOk returns a tuple with the LatestAt field if it's non-nil, zero value otherwise
    91  and a boolean to check if the value has been set.
    92  
    93  ### SetLatestAt
    94  
    95  `func (o *DataStoreChannelStats) SetLatestAt(v string)`
    96  
    97  SetLatestAt sets LatestAt field to given value.
    98  
    99  ### HasLatestAt
   100  
   101  `func (o *DataStoreChannelStats) HasLatestAt() bool`
   102  
   103  HasLatestAt 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