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

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