Name | Type | Description | Notes |
---|---|---|---|
Data | Pointer to string | [optional] | |
Name | Pointer to string | Name of the uploaded file. | [optional] |
Size | int32 | Size of the uploaded file. |
func NewVaultItemFileInfo(size int32, ) *VaultItemFileInfo
NewVaultItemFileInfo instantiates a new VaultItemFileInfo 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 NewVaultItemFileInfoWithDefaults() *VaultItemFileInfo
NewVaultItemFileInfoWithDefaults instantiates a new VaultItemFileInfo 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 *VaultItemFileInfo) GetData() string
GetData returns the Data field if non-nil, zero value otherwise.
func (o *VaultItemFileInfo) GetDataOk() (*string, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VaultItemFileInfo) SetData(v string)
SetData sets Data field to given value.
func (o *VaultItemFileInfo) HasData() bool
HasData returns a boolean if a field has been set.
func (o *VaultItemFileInfo) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *VaultItemFileInfo) 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 *VaultItemFileInfo) SetName(v string)
SetName sets Name field to given value.
func (o *VaultItemFileInfo) HasName() bool
HasName returns a boolean if a field has been set.
func (o *VaultItemFileInfo) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *VaultItemFileInfo) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VaultItemFileInfo) SetSize(v int32)
SetSize sets Size field to given value.