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

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