Skip to content

Latest commit

 

History

History
113 lines (62 loc) · 2.81 KB

InputFileVM.md

File metadata and controls

113 lines (62 loc) · 2.81 KB

InputFileVM

Properties

Name Type Description Notes
EntityId Pointer to NullableString [optional]
Type Pointer to FileKind [optional]
T string

Methods

NewInputFileVM

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

NewInputFileVMWithDefaults

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

GetEntityId

func (o *InputFileVM) GetEntityId() string

GetEntityId returns the EntityId field if non-nil, zero value otherwise.

GetEntityIdOk

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.

SetEntityId

func (o *InputFileVM) SetEntityId(v string)

SetEntityId sets EntityId field to given value.

HasEntityId

func (o *InputFileVM) HasEntityId() bool

HasEntityId returns a boolean if a field has been set.

SetEntityIdNil

func (o *InputFileVM) SetEntityIdNil(b bool)

SetEntityIdNil sets the value for EntityId to be an explicit nil

UnsetEntityId

func (o *InputFileVM) UnsetEntityId()

UnsetEntityId ensures that no value is present for EntityId, not even an explicit nil

GetType

func (o *InputFileVM) GetType() FileKind

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *InputFileVM) SetType(v FileKind)

SetType sets Type field to given value.

HasType

func (o *InputFileVM) HasType() bool

HasType returns a boolean if a field has been set.

GetT

func (o *InputFileVM) GetT() string

GetT returns the T field if non-nil, zero value otherwise.

GetTOk

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.

SetT

func (o *InputFileVM) SetT(v string)

SetT sets T field to given value.

[Back to Model list] [Back to API list] [Back to README]