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

     1  # Member
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Id** | Pointer to **string** |  | [optional] 
     8  **UserId** | Pointer to **string** |  | [optional] 
     9  **Role** | Pointer to **string** |  | [optional] 
    10  **Category** | Pointer to **string** |  | [optional] 
    11  **Invited** | Pointer to **bool** |  | [optional] 
    12  **Tags** | Pointer to **[]string** |  | [optional] 
    13  **CustomFields** | Pointer to **interface{}** |  | [optional] 
    14  
    15  ## Methods
    16  
    17  ### NewMember
    18  
    19  `func NewMember() *Member`
    20  
    21  NewMember instantiates a new Member object
    22  This constructor will assign default values to properties that have it defined,
    23  and makes sure properties required by API are set, but the set of arguments
    24  will change when the set of required properties is changed
    25  
    26  ### NewMemberWithDefaults
    27  
    28  `func NewMemberWithDefaults() *Member`
    29  
    30  NewMemberWithDefaults instantiates a new Member object
    31  This constructor will only assign default values to properties that have it defined,
    32  but it doesn't guarantee that properties required by API are set
    33  
    34  ### GetId
    35  
    36  `func (o *Member) GetId() string`
    37  
    38  GetId returns the Id field if non-nil, zero value otherwise.
    39  
    40  ### GetIdOk
    41  
    42  `func (o *Member) GetIdOk() (*string, bool)`
    43  
    44  GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise
    45  and a boolean to check if the value has been set.
    46  
    47  ### SetId
    48  
    49  `func (o *Member) SetId(v string)`
    50  
    51  SetId sets Id field to given value.
    52  
    53  ### HasId
    54  
    55  `func (o *Member) HasId() bool`
    56  
    57  HasId returns a boolean if a field has been set.
    58  
    59  ### GetUserId
    60  
    61  `func (o *Member) GetUserId() string`
    62  
    63  GetUserId returns the UserId field if non-nil, zero value otherwise.
    64  
    65  ### GetUserIdOk
    66  
    67  `func (o *Member) GetUserIdOk() (*string, bool)`
    68  
    69  GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise
    70  and a boolean to check if the value has been set.
    71  
    72  ### SetUserId
    73  
    74  `func (o *Member) SetUserId(v string)`
    75  
    76  SetUserId sets UserId field to given value.
    77  
    78  ### HasUserId
    79  
    80  `func (o *Member) HasUserId() bool`
    81  
    82  HasUserId returns a boolean if a field has been set.
    83  
    84  ### GetRole
    85  
    86  `func (o *Member) GetRole() string`
    87  
    88  GetRole returns the Role field if non-nil, zero value otherwise.
    89  
    90  ### GetRoleOk
    91  
    92  `func (o *Member) GetRoleOk() (*string, bool)`
    93  
    94  GetRoleOk returns a tuple with the Role field if it's non-nil, zero value otherwise
    95  and a boolean to check if the value has been set.
    96  
    97  ### SetRole
    98  
    99  `func (o *Member) SetRole(v string)`
   100  
   101  SetRole sets Role field to given value.
   102  
   103  ### HasRole
   104  
   105  `func (o *Member) HasRole() bool`
   106  
   107  HasRole returns a boolean if a field has been set.
   108  
   109  ### GetCategory
   110  
   111  `func (o *Member) GetCategory() string`
   112  
   113  GetCategory returns the Category field if non-nil, zero value otherwise.
   114  
   115  ### GetCategoryOk
   116  
   117  `func (o *Member) GetCategoryOk() (*string, bool)`
   118  
   119  GetCategoryOk returns a tuple with the Category field if it's non-nil, zero value otherwise
   120  and a boolean to check if the value has been set.
   121  
   122  ### SetCategory
   123  
   124  `func (o *Member) SetCategory(v string)`
   125  
   126  SetCategory sets Category field to given value.
   127  
   128  ### HasCategory
   129  
   130  `func (o *Member) HasCategory() bool`
   131  
   132  HasCategory returns a boolean if a field has been set.
   133  
   134  ### GetInvited
   135  
   136  `func (o *Member) GetInvited() bool`
   137  
   138  GetInvited returns the Invited field if non-nil, zero value otherwise.
   139  
   140  ### GetInvitedOk
   141  
   142  `func (o *Member) GetInvitedOk() (*bool, bool)`
   143  
   144  GetInvitedOk returns a tuple with the Invited field if it's non-nil, zero value otherwise
   145  and a boolean to check if the value has been set.
   146  
   147  ### SetInvited
   148  
   149  `func (o *Member) SetInvited(v bool)`
   150  
   151  SetInvited sets Invited field to given value.
   152  
   153  ### HasInvited
   154  
   155  `func (o *Member) HasInvited() bool`
   156  
   157  HasInvited returns a boolean if a field has been set.
   158  
   159  ### GetTags
   160  
   161  `func (o *Member) GetTags() []string`
   162  
   163  GetTags returns the Tags field if non-nil, zero value otherwise.
   164  
   165  ### GetTagsOk
   166  
   167  `func (o *Member) GetTagsOk() (*[]string, bool)`
   168  
   169  GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise
   170  and a boolean to check if the value has been set.
   171  
   172  ### SetTags
   173  
   174  `func (o *Member) SetTags(v []string)`
   175  
   176  SetTags sets Tags field to given value.
   177  
   178  ### HasTags
   179  
   180  `func (o *Member) HasTags() bool`
   181  
   182  HasTags returns a boolean if a field has been set.
   183  
   184  ### GetCustomFields
   185  
   186  `func (o *Member) GetCustomFields() interface{}`
   187  
   188  GetCustomFields returns the CustomFields field if non-nil, zero value otherwise.
   189  
   190  ### GetCustomFieldsOk
   191  
   192  `func (o *Member) GetCustomFieldsOk() (*interface{}, bool)`
   193  
   194  GetCustomFieldsOk returns a tuple with the CustomFields field if it's non-nil, zero value otherwise
   195  and a boolean to check if the value has been set.
   196  
   197  ### SetCustomFields
   198  
   199  `func (o *Member) SetCustomFields(v interface{})`
   200  
   201  SetCustomFields sets CustomFields field to given value.
   202  
   203  ### HasCustomFields
   204  
   205  `func (o *Member) HasCustomFields() bool`
   206  
   207  HasCustomFields returns a boolean if a field has been set.
   208  
   209  ### SetCustomFieldsNil
   210  
   211  `func (o *Member) SetCustomFieldsNil(b bool)`
   212  
   213   SetCustomFieldsNil sets the value for CustomFields to be an explicit nil
   214  
   215  ### UnsetCustomFields
   216  `func (o *Member) UnsetCustomFields()`
   217  
   218  UnsetCustomFields ensures that no value is present for CustomFields, not even an explicit nil
   219  
   220  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
   221  
   222