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

     1  # Me
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Id** | **string** |  | 
     8  **Type** | **string** |  | 
     9  **Name** | Pointer to **string** |  | [optional] 
    10  **FamilyName** | Pointer to **string** |  | [optional] 
    11  **GivenName** | Pointer to **string** |  | [optional] 
    12  **PhoneticFamilyName** | Pointer to **string** |  | [optional] 
    13  **PhoneticGivenName** | Pointer to **string** |  | [optional] 
    14  **PhoneNumber** | Pointer to **string** |  | [optional] 
    15  **PhoneNumber2** | Pointer to **string** |  | [optional] 
    16  **Language** | Pointer to **string** |  | [optional] 
    17  **Email** | **string** |  | 
    18  **Emails** | Pointer to **[]string** |  | [optional] 
    19  **Picture** | Pointer to **string** |  | [optional] 
    20  **Corporation** | Pointer to [**GroupChildren**](Group_children.md) |  | [optional] 
    21  **Groups** | Pointer to [**[]MeGroups**](MeGroups.md) |  | [optional] 
    22  
    23  ## Methods
    24  
    25  ### NewMe
    26  
    27  `func NewMe(id string, type_ string, email string, ) *Me`
    28  
    29  NewMe instantiates a new Me object
    30  This constructor will assign default values to properties that have it defined,
    31  and makes sure properties required by API are set, but the set of arguments
    32  will change when the set of required properties is changed
    33  
    34  ### NewMeWithDefaults
    35  
    36  `func NewMeWithDefaults() *Me`
    37  
    38  NewMeWithDefaults instantiates a new Me object
    39  This constructor will only assign default values to properties that have it defined,
    40  but it doesn't guarantee that properties required by API are set
    41  
    42  ### GetId
    43  
    44  `func (o *Me) GetId() string`
    45  
    46  GetId returns the Id field if non-nil, zero value otherwise.
    47  
    48  ### GetIdOk
    49  
    50  `func (o *Me) GetIdOk() (*string, bool)`
    51  
    52  GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise
    53  and a boolean to check if the value has been set.
    54  
    55  ### SetId
    56  
    57  `func (o *Me) SetId(v string)`
    58  
    59  SetId sets Id field to given value.
    60  
    61  
    62  ### GetType
    63  
    64  `func (o *Me) GetType() string`
    65  
    66  GetType returns the Type field if non-nil, zero value otherwise.
    67  
    68  ### GetTypeOk
    69  
    70  `func (o *Me) GetTypeOk() (*string, bool)`
    71  
    72  GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
    73  and a boolean to check if the value has been set.
    74  
    75  ### SetType
    76  
    77  `func (o *Me) SetType(v string)`
    78  
    79  SetType sets Type field to given value.
    80  
    81  
    82  ### GetName
    83  
    84  `func (o *Me) GetName() string`
    85  
    86  GetName returns the Name field if non-nil, zero value otherwise.
    87  
    88  ### GetNameOk
    89  
    90  `func (o *Me) GetNameOk() (*string, bool)`
    91  
    92  GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
    93  and a boolean to check if the value has been set.
    94  
    95  ### SetName
    96  
    97  `func (o *Me) SetName(v string)`
    98  
    99  SetName sets Name field to given value.
   100  
   101  ### HasName
   102  
   103  `func (o *Me) HasName() bool`
   104  
   105  HasName returns a boolean if a field has been set.
   106  
   107  ### GetFamilyName
   108  
   109  `func (o *Me) GetFamilyName() string`
   110  
   111  GetFamilyName returns the FamilyName field if non-nil, zero value otherwise.
   112  
   113  ### GetFamilyNameOk
   114  
   115  `func (o *Me) GetFamilyNameOk() (*string, bool)`
   116  
   117  GetFamilyNameOk returns a tuple with the FamilyName field if it's non-nil, zero value otherwise
   118  and a boolean to check if the value has been set.
   119  
   120  ### SetFamilyName
   121  
   122  `func (o *Me) SetFamilyName(v string)`
   123  
   124  SetFamilyName sets FamilyName field to given value.
   125  
   126  ### HasFamilyName
   127  
   128  `func (o *Me) HasFamilyName() bool`
   129  
   130  HasFamilyName returns a boolean if a field has been set.
   131  
   132  ### GetGivenName
   133  
   134  `func (o *Me) GetGivenName() string`
   135  
   136  GetGivenName returns the GivenName field if non-nil, zero value otherwise.
   137  
   138  ### GetGivenNameOk
   139  
   140  `func (o *Me) GetGivenNameOk() (*string, bool)`
   141  
   142  GetGivenNameOk returns a tuple with the GivenName field if it's non-nil, zero value otherwise
   143  and a boolean to check if the value has been set.
   144  
   145  ### SetGivenName
   146  
   147  `func (o *Me) SetGivenName(v string)`
   148  
   149  SetGivenName sets GivenName field to given value.
   150  
   151  ### HasGivenName
   152  
   153  `func (o *Me) HasGivenName() bool`
   154  
   155  HasGivenName returns a boolean if a field has been set.
   156  
   157  ### GetPhoneticFamilyName
   158  
   159  `func (o *Me) GetPhoneticFamilyName() string`
   160  
   161  GetPhoneticFamilyName returns the PhoneticFamilyName field if non-nil, zero value otherwise.
   162  
   163  ### GetPhoneticFamilyNameOk
   164  
   165  `func (o *Me) GetPhoneticFamilyNameOk() (*string, bool)`
   166  
   167  GetPhoneticFamilyNameOk returns a tuple with the PhoneticFamilyName field if it's non-nil, zero value otherwise
   168  and a boolean to check if the value has been set.
   169  
   170  ### SetPhoneticFamilyName
   171  
   172  `func (o *Me) SetPhoneticFamilyName(v string)`
   173  
   174  SetPhoneticFamilyName sets PhoneticFamilyName field to given value.
   175  
   176  ### HasPhoneticFamilyName
   177  
   178  `func (o *Me) HasPhoneticFamilyName() bool`
   179  
   180  HasPhoneticFamilyName returns a boolean if a field has been set.
   181  
   182  ### GetPhoneticGivenName
   183  
   184  `func (o *Me) GetPhoneticGivenName() string`
   185  
   186  GetPhoneticGivenName returns the PhoneticGivenName field if non-nil, zero value otherwise.
   187  
   188  ### GetPhoneticGivenNameOk
   189  
   190  `func (o *Me) GetPhoneticGivenNameOk() (*string, bool)`
   191  
   192  GetPhoneticGivenNameOk returns a tuple with the PhoneticGivenName field if it's non-nil, zero value otherwise
   193  and a boolean to check if the value has been set.
   194  
   195  ### SetPhoneticGivenName
   196  
   197  `func (o *Me) SetPhoneticGivenName(v string)`
   198  
   199  SetPhoneticGivenName sets PhoneticGivenName field to given value.
   200  
   201  ### HasPhoneticGivenName
   202  
   203  `func (o *Me) HasPhoneticGivenName() bool`
   204  
   205  HasPhoneticGivenName returns a boolean if a field has been set.
   206  
   207  ### GetPhoneNumber
   208  
   209  `func (o *Me) GetPhoneNumber() string`
   210  
   211  GetPhoneNumber returns the PhoneNumber field if non-nil, zero value otherwise.
   212  
   213  ### GetPhoneNumberOk
   214  
   215  `func (o *Me) GetPhoneNumberOk() (*string, bool)`
   216  
   217  GetPhoneNumberOk returns a tuple with the PhoneNumber field if it's non-nil, zero value otherwise
   218  and a boolean to check if the value has been set.
   219  
   220  ### SetPhoneNumber
   221  
   222  `func (o *Me) SetPhoneNumber(v string)`
   223  
   224  SetPhoneNumber sets PhoneNumber field to given value.
   225  
   226  ### HasPhoneNumber
   227  
   228  `func (o *Me) HasPhoneNumber() bool`
   229  
   230  HasPhoneNumber returns a boolean if a field has been set.
   231  
   232  ### GetPhoneNumber2
   233  
   234  `func (o *Me) GetPhoneNumber2() string`
   235  
   236  GetPhoneNumber2 returns the PhoneNumber2 field if non-nil, zero value otherwise.
   237  
   238  ### GetPhoneNumber2Ok
   239  
   240  `func (o *Me) GetPhoneNumber2Ok() (*string, bool)`
   241  
   242  GetPhoneNumber2Ok returns a tuple with the PhoneNumber2 field if it's non-nil, zero value otherwise
   243  and a boolean to check if the value has been set.
   244  
   245  ### SetPhoneNumber2
   246  
   247  `func (o *Me) SetPhoneNumber2(v string)`
   248  
   249  SetPhoneNumber2 sets PhoneNumber2 field to given value.
   250  
   251  ### HasPhoneNumber2
   252  
   253  `func (o *Me) HasPhoneNumber2() bool`
   254  
   255  HasPhoneNumber2 returns a boolean if a field has been set.
   256  
   257  ### GetLanguage
   258  
   259  `func (o *Me) GetLanguage() string`
   260  
   261  GetLanguage returns the Language field if non-nil, zero value otherwise.
   262  
   263  ### GetLanguageOk
   264  
   265  `func (o *Me) GetLanguageOk() (*string, bool)`
   266  
   267  GetLanguageOk returns a tuple with the Language field if it's non-nil, zero value otherwise
   268  and a boolean to check if the value has been set.
   269  
   270  ### SetLanguage
   271  
   272  `func (o *Me) SetLanguage(v string)`
   273  
   274  SetLanguage sets Language field to given value.
   275  
   276  ### HasLanguage
   277  
   278  `func (o *Me) HasLanguage() bool`
   279  
   280  HasLanguage returns a boolean if a field has been set.
   281  
   282  ### GetEmail
   283  
   284  `func (o *Me) GetEmail() string`
   285  
   286  GetEmail returns the Email field if non-nil, zero value otherwise.
   287  
   288  ### GetEmailOk
   289  
   290  `func (o *Me) GetEmailOk() (*string, bool)`
   291  
   292  GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise
   293  and a boolean to check if the value has been set.
   294  
   295  ### SetEmail
   296  
   297  `func (o *Me) SetEmail(v string)`
   298  
   299  SetEmail sets Email field to given value.
   300  
   301  
   302  ### GetEmails
   303  
   304  `func (o *Me) GetEmails() []string`
   305  
   306  GetEmails returns the Emails field if non-nil, zero value otherwise.
   307  
   308  ### GetEmailsOk
   309  
   310  `func (o *Me) GetEmailsOk() (*[]string, bool)`
   311  
   312  GetEmailsOk returns a tuple with the Emails field if it's non-nil, zero value otherwise
   313  and a boolean to check if the value has been set.
   314  
   315  ### SetEmails
   316  
   317  `func (o *Me) SetEmails(v []string)`
   318  
   319  SetEmails sets Emails field to given value.
   320  
   321  ### HasEmails
   322  
   323  `func (o *Me) HasEmails() bool`
   324  
   325  HasEmails returns a boolean if a field has been set.
   326  
   327  ### GetPicture
   328  
   329  `func (o *Me) GetPicture() string`
   330  
   331  GetPicture returns the Picture field if non-nil, zero value otherwise.
   332  
   333  ### GetPictureOk
   334  
   335  `func (o *Me) GetPictureOk() (*string, bool)`
   336  
   337  GetPictureOk returns a tuple with the Picture field if it's non-nil, zero value otherwise
   338  and a boolean to check if the value has been set.
   339  
   340  ### SetPicture
   341  
   342  `func (o *Me) SetPicture(v string)`
   343  
   344  SetPicture sets Picture field to given value.
   345  
   346  ### HasPicture
   347  
   348  `func (o *Me) HasPicture() bool`
   349  
   350  HasPicture returns a boolean if a field has been set.
   351  
   352  ### GetCorporation
   353  
   354  `func (o *Me) GetCorporation() GroupChildren`
   355  
   356  GetCorporation returns the Corporation field if non-nil, zero value otherwise.
   357  
   358  ### GetCorporationOk
   359  
   360  `func (o *Me) GetCorporationOk() (*GroupChildren, bool)`
   361  
   362  GetCorporationOk returns a tuple with the Corporation field if it's non-nil, zero value otherwise
   363  and a boolean to check if the value has been set.
   364  
   365  ### SetCorporation
   366  
   367  `func (o *Me) SetCorporation(v GroupChildren)`
   368  
   369  SetCorporation sets Corporation field to given value.
   370  
   371  ### HasCorporation
   372  
   373  `func (o *Me) HasCorporation() bool`
   374  
   375  HasCorporation returns a boolean if a field has been set.
   376  
   377  ### GetGroups
   378  
   379  `func (o *Me) GetGroups() []MeGroups`
   380  
   381  GetGroups returns the Groups field if non-nil, zero value otherwise.
   382  
   383  ### GetGroupsOk
   384  
   385  `func (o *Me) GetGroupsOk() (*[]MeGroups, bool)`
   386  
   387  GetGroupsOk returns a tuple with the Groups field if it's non-nil, zero value otherwise
   388  and a boolean to check if the value has been set.
   389  
   390  ### SetGroups
   391  
   392  `func (o *Me) SetGroups(v []MeGroups)`
   393  
   394  SetGroups sets Groups field to given value.
   395  
   396  ### HasGroups
   397  
   398  `func (o *Me) HasGroups() bool`
   399  
   400  HasGroups returns a boolean if a field has been set.
   401  
   402  
   403  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
   404  
   405