Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to NullableString | User Identifier | [optional] |
Username | Pointer to NullableString | Username | [optional] |
Label | Pointer to NullableString | User Label | [optional] |
Deleted | Pointer to NullableBool | Indicates if user was deleted | [optional] |
func NewCreatedBy() *CreatedBy
NewCreatedBy instantiates a new CreatedBy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreatedByWithDefaults() *CreatedBy
NewCreatedByWithDefaults instantiates a new CreatedBy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *CreatedBy) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CreatedBy) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreatedBy) SetId(v string)
SetId sets Id field to given value.
func (o *CreatedBy) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CreatedBy) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *CreatedBy) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *CreatedBy) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *CreatedBy) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreatedBy) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *CreatedBy) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *CreatedBy) SetUsernameNil(b bool)
SetUsernameNil sets the value for Username to be an explicit nil
func (o *CreatedBy) UnsetUsername()
UnsetUsername ensures that no value is present for Username, not even an explicit nil
func (o *CreatedBy) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *CreatedBy) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreatedBy) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *CreatedBy) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (o *CreatedBy) SetLabelNil(b bool)
SetLabelNil sets the value for Label to be an explicit nil
func (o *CreatedBy) UnsetLabel()
UnsetLabel ensures that no value is present for Label, not even an explicit nil
func (o *CreatedBy) GetDeleted() bool
GetDeleted returns the Deleted field if non-nil, zero value otherwise.
func (o *CreatedBy) GetDeletedOk() (*bool, bool)
GetDeletedOk returns a tuple with the Deleted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreatedBy) SetDeleted(v bool)
SetDeleted sets Deleted field to given value.
func (o *CreatedBy) HasDeleted() bool
HasDeleted returns a boolean if a field has been set.
func (o *CreatedBy) SetDeletedNil(b bool)
SetDeletedNil sets the value for Deleted to be an explicit nil
func (o *CreatedBy) UnsetDeleted()
UnsetDeleted ensures that no value is present for Deleted, not even an explicit nil