File
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| FileId | Pointer to string | File ID | [optional] |
Methods
NewFile
func NewFile() *File
NewFile instantiates a new File 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
NewFileWithDefaults
func NewFileWithDefaults() *File
NewFileWithDefaults instantiates a new File 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
GetFileId
func (o *File) GetFileId() string
GetFileId returns the FileId field if non-nil, zero value otherwise.
GetFileIdOk
func (o *File) GetFileIdOk() (*string, bool)
GetFileIdOk returns a tuple with the FileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetFileId
func (o *File) SetFileId(v string)
SetFileId sets FileId field to given value.
HasFileId
func (o *File) HasFileId() bool
HasFileId returns a boolean if a field has been set.