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

     1  # UpdatedBy
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **User** | Pointer to [**CreatedByUser**](CreatedBy_user.md) |  | [optional] 
     8  **Client** | Pointer to [**CreatedByClient**](CreatedBy_client.md) |  | [optional] 
     9  
    10  ## Methods
    11  
    12  ### NewUpdatedBy
    13  
    14  `func NewUpdatedBy() *UpdatedBy`
    15  
    16  NewUpdatedBy instantiates a new UpdatedBy object
    17  This constructor will assign default values to properties that have it defined,
    18  and makes sure properties required by API are set, but the set of arguments
    19  will change when the set of required properties is changed
    20  
    21  ### NewUpdatedByWithDefaults
    22  
    23  `func NewUpdatedByWithDefaults() *UpdatedBy`
    24  
    25  NewUpdatedByWithDefaults instantiates a new UpdatedBy object
    26  This constructor will only assign default values to properties that have it defined,
    27  but it doesn't guarantee that properties required by API are set
    28  
    29  ### GetUser
    30  
    31  `func (o *UpdatedBy) GetUser() CreatedByUser`
    32  
    33  GetUser returns the User field if non-nil, zero value otherwise.
    34  
    35  ### GetUserOk
    36  
    37  `func (o *UpdatedBy) GetUserOk() (*CreatedByUser, bool)`
    38  
    39  GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise
    40  and a boolean to check if the value has been set.
    41  
    42  ### SetUser
    43  
    44  `func (o *UpdatedBy) SetUser(v CreatedByUser)`
    45  
    46  SetUser sets User field to given value.
    47  
    48  ### HasUser
    49  
    50  `func (o *UpdatedBy) HasUser() bool`
    51  
    52  HasUser returns a boolean if a field has been set.
    53  
    54  ### GetClient
    55  
    56  `func (o *UpdatedBy) GetClient() CreatedByClient`
    57  
    58  GetClient returns the Client field if non-nil, zero value otherwise.
    59  
    60  ### GetClientOk
    61  
    62  `func (o *UpdatedBy) GetClientOk() (*CreatedByClient, bool)`
    63  
    64  GetClientOk returns a tuple with the Client field if it's non-nil, zero value otherwise
    65  and a boolean to check if the value has been set.
    66  
    67  ### SetClient
    68  
    69  `func (o *UpdatedBy) SetClient(v CreatedByClient)`
    70  
    71  SetClient sets Client field to given value.
    72  
    73  ### HasClient
    74  
    75  `func (o *UpdatedBy) HasClient() bool`
    76  
    77  HasClient returns a boolean if a field has been set.
    78  
    79  
    80  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    81  
    82