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

     1  # GroupAddress
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Country** | Pointer to **string** |  | [optional] 
     8  **ZipCode** | Pointer to **string** |  | [optional] 
     9  **State** | Pointer to **string** |  | [optional] 
    10  **City** | Pointer to **string** |  | [optional] 
    11  **Address1** | Pointer to **string** |  | [optional] 
    12  **Address2** | Pointer to **string** |  | [optional] 
    13  
    14  ## Methods
    15  
    16  ### NewGroupAddress
    17  
    18  `func NewGroupAddress() *GroupAddress`
    19  
    20  NewGroupAddress instantiates a new GroupAddress object
    21  This constructor will assign default values to properties that have it defined,
    22  and makes sure properties required by API are set, but the set of arguments
    23  will change when the set of required properties is changed
    24  
    25  ### NewGroupAddressWithDefaults
    26  
    27  `func NewGroupAddressWithDefaults() *GroupAddress`
    28  
    29  NewGroupAddressWithDefaults instantiates a new GroupAddress object
    30  This constructor will only assign default values to properties that have it defined,
    31  but it doesn't guarantee that properties required by API are set
    32  
    33  ### GetCountry
    34  
    35  `func (o *GroupAddress) GetCountry() string`
    36  
    37  GetCountry returns the Country field if non-nil, zero value otherwise.
    38  
    39  ### GetCountryOk
    40  
    41  `func (o *GroupAddress) GetCountryOk() (*string, bool)`
    42  
    43  GetCountryOk returns a tuple with the Country field if it's non-nil, zero value otherwise
    44  and a boolean to check if the value has been set.
    45  
    46  ### SetCountry
    47  
    48  `func (o *GroupAddress) SetCountry(v string)`
    49  
    50  SetCountry sets Country field to given value.
    51  
    52  ### HasCountry
    53  
    54  `func (o *GroupAddress) HasCountry() bool`
    55  
    56  HasCountry returns a boolean if a field has been set.
    57  
    58  ### GetZipCode
    59  
    60  `func (o *GroupAddress) GetZipCode() string`
    61  
    62  GetZipCode returns the ZipCode field if non-nil, zero value otherwise.
    63  
    64  ### GetZipCodeOk
    65  
    66  `func (o *GroupAddress) GetZipCodeOk() (*string, bool)`
    67  
    68  GetZipCodeOk returns a tuple with the ZipCode field if it's non-nil, zero value otherwise
    69  and a boolean to check if the value has been set.
    70  
    71  ### SetZipCode
    72  
    73  `func (o *GroupAddress) SetZipCode(v string)`
    74  
    75  SetZipCode sets ZipCode field to given value.
    76  
    77  ### HasZipCode
    78  
    79  `func (o *GroupAddress) HasZipCode() bool`
    80  
    81  HasZipCode returns a boolean if a field has been set.
    82  
    83  ### GetState
    84  
    85  `func (o *GroupAddress) GetState() string`
    86  
    87  GetState returns the State field if non-nil, zero value otherwise.
    88  
    89  ### GetStateOk
    90  
    91  `func (o *GroupAddress) GetStateOk() (*string, bool)`
    92  
    93  GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise
    94  and a boolean to check if the value has been set.
    95  
    96  ### SetState
    97  
    98  `func (o *GroupAddress) SetState(v string)`
    99  
   100  SetState sets State field to given value.
   101  
   102  ### HasState
   103  
   104  `func (o *GroupAddress) HasState() bool`
   105  
   106  HasState returns a boolean if a field has been set.
   107  
   108  ### GetCity
   109  
   110  `func (o *GroupAddress) GetCity() string`
   111  
   112  GetCity returns the City field if non-nil, zero value otherwise.
   113  
   114  ### GetCityOk
   115  
   116  `func (o *GroupAddress) GetCityOk() (*string, bool)`
   117  
   118  GetCityOk returns a tuple with the City field if it's non-nil, zero value otherwise
   119  and a boolean to check if the value has been set.
   120  
   121  ### SetCity
   122  
   123  `func (o *GroupAddress) SetCity(v string)`
   124  
   125  SetCity sets City field to given value.
   126  
   127  ### HasCity
   128  
   129  `func (o *GroupAddress) HasCity() bool`
   130  
   131  HasCity returns a boolean if a field has been set.
   132  
   133  ### GetAddress1
   134  
   135  `func (o *GroupAddress) GetAddress1() string`
   136  
   137  GetAddress1 returns the Address1 field if non-nil, zero value otherwise.
   138  
   139  ### GetAddress1Ok
   140  
   141  `func (o *GroupAddress) GetAddress1Ok() (*string, bool)`
   142  
   143  GetAddress1Ok returns a tuple with the Address1 field if it's non-nil, zero value otherwise
   144  and a boolean to check if the value has been set.
   145  
   146  ### SetAddress1
   147  
   148  `func (o *GroupAddress) SetAddress1(v string)`
   149  
   150  SetAddress1 sets Address1 field to given value.
   151  
   152  ### HasAddress1
   153  
   154  `func (o *GroupAddress) HasAddress1() bool`
   155  
   156  HasAddress1 returns a boolean if a field has been set.
   157  
   158  ### GetAddress2
   159  
   160  `func (o *GroupAddress) GetAddress2() string`
   161  
   162  GetAddress2 returns the Address2 field if non-nil, zero value otherwise.
   163  
   164  ### GetAddress2Ok
   165  
   166  `func (o *GroupAddress) GetAddress2Ok() (*string, bool)`
   167  
   168  GetAddress2Ok returns a tuple with the Address2 field if it's non-nil, zero value otherwise
   169  and a boolean to check if the value has been set.
   170  
   171  ### SetAddress2
   172  
   173  `func (o *GroupAddress) SetAddress2(v string)`
   174  
   175  SetAddress2 sets Address2 field to given value.
   176  
   177  ### HasAddress2
   178  
   179  `func (o *GroupAddress) HasAddress2() bool`
   180  
   181  HasAddress2 returns a boolean if a field has been set.
   182  
   183  
   184  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
   185  
   186