Name | Type | Description | Notes |
---|---|---|---|
Id | NullableString | ||
RemoteId | NullableString | ||
Name | NullableString | ||
Type | NullableString |
func NewGroupNoNullEnumRequest(id NullableString, remoteId NullableString, name NullableString, type_ NullableString, ) *GroupNoNullEnumRequest
NewGroupNoNullEnumRequest instantiates a new GroupNoNullEnumRequest 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 NewGroupNoNullEnumRequestWithDefaults() *GroupNoNullEnumRequest
NewGroupNoNullEnumRequestWithDefaults instantiates a new GroupNoNullEnumRequest 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 *GroupNoNullEnumRequest) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GroupNoNullEnumRequest) 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 *GroupNoNullEnumRequest) SetId(v string)
SetId sets Id field to given value.
func (o *GroupNoNullEnumRequest) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *GroupNoNullEnumRequest) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *GroupNoNullEnumRequest) GetRemoteId() string
GetRemoteId returns the RemoteId field if non-nil, zero value otherwise.
func (o *GroupNoNullEnumRequest) GetRemoteIdOk() (*string, bool)
GetRemoteIdOk returns a tuple with the RemoteId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupNoNullEnumRequest) SetRemoteId(v string)
SetRemoteId sets RemoteId field to given value.
func (o *GroupNoNullEnumRequest) SetRemoteIdNil(b bool)
SetRemoteIdNil sets the value for RemoteId to be an explicit nil
func (o *GroupNoNullEnumRequest) UnsetRemoteId()
UnsetRemoteId ensures that no value is present for RemoteId, not even an explicit nil
func (o *GroupNoNullEnumRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GroupNoNullEnumRequest) 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 *GroupNoNullEnumRequest) SetName(v string)
SetName sets Name field to given value.
func (o *GroupNoNullEnumRequest) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *GroupNoNullEnumRequest) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *GroupNoNullEnumRequest) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *GroupNoNullEnumRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupNoNullEnumRequest) SetType(v string)
SetType sets Type field to given value.
func (o *GroupNoNullEnumRequest) SetTypeNil(b bool)
SetTypeNil sets the value for Type to be an explicit nil
func (o *GroupNoNullEnumRequest) UnsetType()
UnsetType ensures that no value is present for Type, not even an explicit nil