Name | Type | Description | Notes |
---|---|---|---|
EntityId | Pointer to NullableString | [optional] | |
Type | Pointer to FileKind | [optional] | |
T | string |
func NewInputFileVM(t string, ) *InputFileVM
NewInputFileVM instantiates a new InputFileVM 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 NewInputFileVMWithDefaults() *InputFileVM
NewInputFileVMWithDefaults instantiates a new InputFileVM 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 *InputFileVM) GetEntityId() string
GetEntityId returns the EntityId field if non-nil, zero value otherwise.
func (o *InputFileVM) GetEntityIdOk() (*string, bool)
GetEntityIdOk returns a tuple with the EntityId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InputFileVM) SetEntityId(v string)
SetEntityId sets EntityId field to given value.
func (o *InputFileVM) HasEntityId() bool
HasEntityId returns a boolean if a field has been set.
func (o *InputFileVM) SetEntityIdNil(b bool)
SetEntityIdNil sets the value for EntityId to be an explicit nil
func (o *InputFileVM) UnsetEntityId()
UnsetEntityId ensures that no value is present for EntityId, not even an explicit nil
func (o *InputFileVM) GetType() FileKind
GetType returns the Type field if non-nil, zero value otherwise.
func (o *InputFileVM) GetTypeOk() (*FileKind, 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 *InputFileVM) SetType(v FileKind)
SetType sets Type field to given value.
func (o *InputFileVM) HasType() bool
HasType returns a boolean if a field has been set.
func (o *InputFileVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *InputFileVM) GetTOk() (*string, bool)
GetTOk returns a tuple with the T field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InputFileVM) SetT(v string)
SetT sets T field to given value.