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

     1  # GroupUpdateRequest
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **ParentGroupId** | Pointer to **string** |  | [optional] 
     8  **Name** | Pointer to **string** |  | [optional] 
     9  **Type** | Pointer to **string** |  | [optional] 
    10  **PhoneNumber** | Pointer to **string** |  | [optional] 
    11  **PhoneNumber2** | Pointer to **string** |  | [optional] 
    12  **Address** | Pointer to [**GroupAddress**](Group_address.md) |  | [optional] 
    13  **Tags** | Pointer to **[]string** |  | [optional] 
    14  **CustomFields** | Pointer to **map[string]interface{}** |  | [optional] 
    15  
    16  ## Methods
    17  
    18  ### NewGroupUpdateRequest
    19  
    20  `func NewGroupUpdateRequest() *GroupUpdateRequest`
    21  
    22  NewGroupUpdateRequest instantiates a new GroupUpdateRequest object
    23  This constructor will assign default values to properties that have it defined,
    24  and makes sure properties required by API are set, but the set of arguments
    25  will change when the set of required properties is changed
    26  
    27  ### NewGroupUpdateRequestWithDefaults
    28  
    29  `func NewGroupUpdateRequestWithDefaults() *GroupUpdateRequest`
    30  
    31  NewGroupUpdateRequestWithDefaults instantiates a new GroupUpdateRequest object
    32  This constructor will only assign default values to properties that have it defined,
    33  but it doesn't guarantee that properties required by API are set
    34  
    35  ### GetParentGroupId
    36  
    37  `func (o *GroupUpdateRequest) GetParentGroupId() string`
    38  
    39  GetParentGroupId returns the ParentGroupId field if non-nil, zero value otherwise.
    40  
    41  ### GetParentGroupIdOk
    42  
    43  `func (o *GroupUpdateRequest) GetParentGroupIdOk() (*string, bool)`
    44  
    45  GetParentGroupIdOk returns a tuple with the ParentGroupId field if it's non-nil, zero value otherwise
    46  and a boolean to check if the value has been set.
    47  
    48  ### SetParentGroupId
    49  
    50  `func (o *GroupUpdateRequest) SetParentGroupId(v string)`
    51  
    52  SetParentGroupId sets ParentGroupId field to given value.
    53  
    54  ### HasParentGroupId
    55  
    56  `func (o *GroupUpdateRequest) HasParentGroupId() bool`
    57  
    58  HasParentGroupId returns a boolean if a field has been set.
    59  
    60  ### GetName
    61  
    62  `func (o *GroupUpdateRequest) GetName() string`
    63  
    64  GetName returns the Name field if non-nil, zero value otherwise.
    65  
    66  ### GetNameOk
    67  
    68  `func (o *GroupUpdateRequest) GetNameOk() (*string, bool)`
    69  
    70  GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
    71  and a boolean to check if the value has been set.
    72  
    73  ### SetName
    74  
    75  `func (o *GroupUpdateRequest) SetName(v string)`
    76  
    77  SetName sets Name field to given value.
    78  
    79  ### HasName
    80  
    81  `func (o *GroupUpdateRequest) HasName() bool`
    82  
    83  HasName returns a boolean if a field has been set.
    84  
    85  ### GetType
    86  
    87  `func (o *GroupUpdateRequest) GetType() string`
    88  
    89  GetType returns the Type field if non-nil, zero value otherwise.
    90  
    91  ### GetTypeOk
    92  
    93  `func (o *GroupUpdateRequest) GetTypeOk() (*string, bool)`
    94  
    95  GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
    96  and a boolean to check if the value has been set.
    97  
    98  ### SetType
    99  
   100  `func (o *GroupUpdateRequest) SetType(v string)`
   101  
   102  SetType sets Type field to given value.
   103  
   104  ### HasType
   105  
   106  `func (o *GroupUpdateRequest) HasType() bool`
   107  
   108  HasType returns a boolean if a field has been set.
   109  
   110  ### GetPhoneNumber
   111  
   112  `func (o *GroupUpdateRequest) GetPhoneNumber() string`
   113  
   114  GetPhoneNumber returns the PhoneNumber field if non-nil, zero value otherwise.
   115  
   116  ### GetPhoneNumberOk
   117  
   118  `func (o *GroupUpdateRequest) GetPhoneNumberOk() (*string, bool)`
   119  
   120  GetPhoneNumberOk returns a tuple with the PhoneNumber field if it's non-nil, zero value otherwise
   121  and a boolean to check if the value has been set.
   122  
   123  ### SetPhoneNumber
   124  
   125  `func (o *GroupUpdateRequest) SetPhoneNumber(v string)`
   126  
   127  SetPhoneNumber sets PhoneNumber field to given value.
   128  
   129  ### HasPhoneNumber
   130  
   131  `func (o *GroupUpdateRequest) HasPhoneNumber() bool`
   132  
   133  HasPhoneNumber returns a boolean if a field has been set.
   134  
   135  ### GetPhoneNumber2
   136  
   137  `func (o *GroupUpdateRequest) GetPhoneNumber2() string`
   138  
   139  GetPhoneNumber2 returns the PhoneNumber2 field if non-nil, zero value otherwise.
   140  
   141  ### GetPhoneNumber2Ok
   142  
   143  `func (o *GroupUpdateRequest) GetPhoneNumber2Ok() (*string, bool)`
   144  
   145  GetPhoneNumber2Ok returns a tuple with the PhoneNumber2 field if it's non-nil, zero value otherwise
   146  and a boolean to check if the value has been set.
   147  
   148  ### SetPhoneNumber2
   149  
   150  `func (o *GroupUpdateRequest) SetPhoneNumber2(v string)`
   151  
   152  SetPhoneNumber2 sets PhoneNumber2 field to given value.
   153  
   154  ### HasPhoneNumber2
   155  
   156  `func (o *GroupUpdateRequest) HasPhoneNumber2() bool`
   157  
   158  HasPhoneNumber2 returns a boolean if a field has been set.
   159  
   160  ### GetAddress
   161  
   162  `func (o *GroupUpdateRequest) GetAddress() GroupAddress`
   163  
   164  GetAddress returns the Address field if non-nil, zero value otherwise.
   165  
   166  ### GetAddressOk
   167  
   168  `func (o *GroupUpdateRequest) GetAddressOk() (*GroupAddress, bool)`
   169  
   170  GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise
   171  and a boolean to check if the value has been set.
   172  
   173  ### SetAddress
   174  
   175  `func (o *GroupUpdateRequest) SetAddress(v GroupAddress)`
   176  
   177  SetAddress sets Address field to given value.
   178  
   179  ### HasAddress
   180  
   181  `func (o *GroupUpdateRequest) HasAddress() bool`
   182  
   183  HasAddress returns a boolean if a field has been set.
   184  
   185  ### GetTags
   186  
   187  `func (o *GroupUpdateRequest) GetTags() []string`
   188  
   189  GetTags returns the Tags field if non-nil, zero value otherwise.
   190  
   191  ### GetTagsOk
   192  
   193  `func (o *GroupUpdateRequest) GetTagsOk() (*[]string, bool)`
   194  
   195  GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise
   196  and a boolean to check if the value has been set.
   197  
   198  ### SetTags
   199  
   200  `func (o *GroupUpdateRequest) SetTags(v []string)`
   201  
   202  SetTags sets Tags field to given value.
   203  
   204  ### HasTags
   205  
   206  `func (o *GroupUpdateRequest) HasTags() bool`
   207  
   208  HasTags returns a boolean if a field has been set.
   209  
   210  ### GetCustomFields
   211  
   212  `func (o *GroupUpdateRequest) GetCustomFields() map[string]interface{}`
   213  
   214  GetCustomFields returns the CustomFields field if non-nil, zero value otherwise.
   215  
   216  ### GetCustomFieldsOk
   217  
   218  `func (o *GroupUpdateRequest) GetCustomFieldsOk() (*map[string]interface{}, bool)`
   219  
   220  GetCustomFieldsOk returns a tuple with the CustomFields field if it's non-nil, zero value otherwise
   221  and a boolean to check if the value has been set.
   222  
   223  ### SetCustomFields
   224  
   225  `func (o *GroupUpdateRequest) SetCustomFields(v map[string]interface{})`
   226  
   227  SetCustomFields sets CustomFields field to given value.
   228  
   229  ### HasCustomFields
   230  
   231  `func (o *GroupUpdateRequest) HasCustomFields() bool`
   232  
   233  HasCustomFields returns a boolean if a field has been set.
   234  
   235  
   236  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
   237  
   238