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

     1  # MultipleConstitutionComponent
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Total** | Pointer to **int64** |  | [optional] 
     8  **Components** | Pointer to [**[]ConstitutionComponent**](ConstitutionComponent.md) |  | [optional] 
     9  
    10  ## Methods
    11  
    12  ### NewMultipleConstitutionComponent
    13  
    14  `func NewMultipleConstitutionComponent() *MultipleConstitutionComponent`
    15  
    16  NewMultipleConstitutionComponent instantiates a new MultipleConstitutionComponent 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  ### NewMultipleConstitutionComponentWithDefaults
    22  
    23  `func NewMultipleConstitutionComponentWithDefaults() *MultipleConstitutionComponent`
    24  
    25  NewMultipleConstitutionComponentWithDefaults instantiates a new MultipleConstitutionComponent 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  ### GetTotal
    30  
    31  `func (o *MultipleConstitutionComponent) GetTotal() int64`
    32  
    33  GetTotal returns the Total field if non-nil, zero value otherwise.
    34  
    35  ### GetTotalOk
    36  
    37  `func (o *MultipleConstitutionComponent) GetTotalOk() (*int64, bool)`
    38  
    39  GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise
    40  and a boolean to check if the value has been set.
    41  
    42  ### SetTotal
    43  
    44  `func (o *MultipleConstitutionComponent) SetTotal(v int64)`
    45  
    46  SetTotal sets Total field to given value.
    47  
    48  ### HasTotal
    49  
    50  `func (o *MultipleConstitutionComponent) HasTotal() bool`
    51  
    52  HasTotal returns a boolean if a field has been set.
    53  
    54  ### GetComponents
    55  
    56  `func (o *MultipleConstitutionComponent) GetComponents() []ConstitutionComponent`
    57  
    58  GetComponents returns the Components field if non-nil, zero value otherwise.
    59  
    60  ### GetComponentsOk
    61  
    62  `func (o *MultipleConstitutionComponent) GetComponentsOk() (*[]ConstitutionComponent, bool)`
    63  
    64  GetComponentsOk returns a tuple with the Components field if it's non-nil, zero value otherwise
    65  and a boolean to check if the value has been set.
    66  
    67  ### SetComponents
    68  
    69  `func (o *MultipleConstitutionComponent) SetComponents(v []ConstitutionComponent)`
    70  
    71  SetComponents sets Components field to given value.
    72  
    73  ### HasComponents
    74  
    75  `func (o *MultipleConstitutionComponent) HasComponents() bool`
    76  
    77  HasComponents 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