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

     1  # BucketFiles
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **TotalCount** | Pointer to **string** |  | [optional] 
     8  **TotalSize** | Pointer to **string** |  | [optional] 
     9  
    10  ## Methods
    11  
    12  ### NewBucketFiles
    13  
    14  `func NewBucketFiles() *BucketFiles`
    15  
    16  NewBucketFiles instantiates a new BucketFiles object
    17  This constructor will assign default values to properties that have it defined,
    18  and makes sure properties required by API are set, but the set of arguments
    19  will change when the set of required properties is changed
    20  
    21  ### NewBucketFilesWithDefaults
    22  
    23  `func NewBucketFilesWithDefaults() *BucketFiles`
    24  
    25  NewBucketFilesWithDefaults instantiates a new BucketFiles object
    26  This constructor will only assign default values to properties that have it defined,
    27  but it doesn't guarantee that properties required by API are set
    28  
    29  ### GetTotalCount
    30  
    31  `func (o *BucketFiles) GetTotalCount() string`
    32  
    33  GetTotalCount returns the TotalCount field if non-nil, zero value otherwise.
    34  
    35  ### GetTotalCountOk
    36  
    37  `func (o *BucketFiles) GetTotalCountOk() (*string, bool)`
    38  
    39  GetTotalCountOk returns a tuple with the TotalCount field if it's non-nil, zero value otherwise
    40  and a boolean to check if the value has been set.
    41  
    42  ### SetTotalCount
    43  
    44  `func (o *BucketFiles) SetTotalCount(v string)`
    45  
    46  SetTotalCount sets TotalCount field to given value.
    47  
    48  ### HasTotalCount
    49  
    50  `func (o *BucketFiles) HasTotalCount() bool`
    51  
    52  HasTotalCount returns a boolean if a field has been set.
    53  
    54  ### GetTotalSize
    55  
    56  `func (o *BucketFiles) GetTotalSize() string`
    57  
    58  GetTotalSize returns the TotalSize field if non-nil, zero value otherwise.
    59  
    60  ### GetTotalSizeOk
    61  
    62  `func (o *BucketFiles) GetTotalSizeOk() (*string, bool)`
    63  
    64  GetTotalSizeOk returns a tuple with the TotalSize field if it's non-nil, zero value otherwise
    65  and a boolean to check if the value has been set.
    66  
    67  ### SetTotalSize
    68  
    69  `func (o *BucketFiles) SetTotalSize(v string)`
    70  
    71  SetTotalSize sets TotalSize field to given value.
    72  
    73  ### HasTotalSize
    74  
    75  `func (o *BucketFiles) HasTotalSize() bool`
    76  
    77  HasTotalSize returns a boolean if a field has been set.
    78  
    79  
    80  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    81  
    82