Name | Type | Description | Notes |
---|---|---|---|
Name | NullableString | ||
Relationship | NullableString |
func NewCreateEmployeeRequestDependents(name NullableString, relationship NullableString, ) *CreateEmployeeRequestDependents
NewCreateEmployeeRequestDependents instantiates a new CreateEmployeeRequestDependents 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 NewCreateEmployeeRequestDependentsWithDefaults() *CreateEmployeeRequestDependents
NewCreateEmployeeRequestDependentsWithDefaults instantiates a new CreateEmployeeRequestDependents 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 *CreateEmployeeRequestDependents) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CreateEmployeeRequestDependents) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateEmployeeRequestDependents) SetName(v string)
SetName sets Name field to given value.
func (o *CreateEmployeeRequestDependents) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *CreateEmployeeRequestDependents) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *CreateEmployeeRequestDependents) GetRelationship() string
GetRelationship returns the Relationship field if non-nil, zero value otherwise.
func (o *CreateEmployeeRequestDependents) GetRelationshipOk() (*string, bool)
GetRelationshipOk returns a tuple with the Relationship field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateEmployeeRequestDependents) SetRelationship(v string)
SetRelationship sets Relationship field to given value.
func (o *CreateEmployeeRequestDependents) SetRelationshipNil(b bool)
SetRelationshipNil sets the value for Relationship to be an explicit nil
func (o *CreateEmployeeRequestDependents) UnsetRelationship()
UnsetRelationship ensures that no value is present for Relationship, not even an explicit nil