Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.87 KB

PrestageFileAttachment.md

File metadata and controls

108 lines (59 loc) · 2.87 KB

PrestageFileAttachment

Properties

Name Type Description Notes
Id Pointer to int64 [optional]
Name Pointer to string [optional]
FileType Pointer to string [optional]

Methods

NewPrestageFileAttachment

func NewPrestageFileAttachment() *PrestageFileAttachment

NewPrestageFileAttachment instantiates a new PrestageFileAttachment 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

NewPrestageFileAttachmentWithDefaults

func NewPrestageFileAttachmentWithDefaults() *PrestageFileAttachment

NewPrestageFileAttachmentWithDefaults instantiates a new PrestageFileAttachment 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

GetId

func (o *PrestageFileAttachment) GetId() int64

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *PrestageFileAttachment) GetIdOk() (*int64, 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.

SetId

func (o *PrestageFileAttachment) SetId(v int64)

SetId sets Id field to given value.

HasId

func (o *PrestageFileAttachment) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *PrestageFileAttachment) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *PrestageFileAttachment) 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.

SetName

func (o *PrestageFileAttachment) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *PrestageFileAttachment) HasName() bool

HasName returns a boolean if a field has been set.

GetFileType

func (o *PrestageFileAttachment) GetFileType() string

GetFileType returns the FileType field if non-nil, zero value otherwise.

GetFileTypeOk

func (o *PrestageFileAttachment) GetFileTypeOk() (*string, bool)

GetFileTypeOk returns a tuple with the FileType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFileType

func (o *PrestageFileAttachment) SetFileType(v string)

SetFileType sets FileType field to given value.

HasFileType

func (o *PrestageFileAttachment) HasFileType() bool

HasFileType returns a boolean if a field has been set.

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