Skip to content

ImportedPortalPageResOpenApiVO

Properties

Name Type Description Notes
FileName Pointer to string Imported portal page file name [optional]
Id Pointer to string Imported portal page file ID [optional]

Methods

NewImportedPortalPageResOpenApiVO

func NewImportedPortalPageResOpenApiVO() *ImportedPortalPageResOpenApiVO

NewImportedPortalPageResOpenApiVO instantiates a new ImportedPortalPageResOpenApiVO 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

NewImportedPortalPageResOpenApiVOWithDefaults

func NewImportedPortalPageResOpenApiVOWithDefaults() *ImportedPortalPageResOpenApiVO

NewImportedPortalPageResOpenApiVOWithDefaults instantiates a new ImportedPortalPageResOpenApiVO 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

GetFileName

func (o *ImportedPortalPageResOpenApiVO) GetFileName() string

GetFileName returns the FileName field if non-nil, zero value otherwise.

GetFileNameOk

func (o *ImportedPortalPageResOpenApiVO) GetFileNameOk() (*string, bool)

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

SetFileName

func (o *ImportedPortalPageResOpenApiVO) SetFileName(v string)

SetFileName sets FileName field to given value.

HasFileName

func (o *ImportedPortalPageResOpenApiVO) HasFileName() bool

HasFileName returns a boolean if a field has been set.

GetId

func (o *ImportedPortalPageResOpenApiVO) GetId() string

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

GetIdOk

func (o *ImportedPortalPageResOpenApiVO) GetIdOk() (*string, 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 *ImportedPortalPageResOpenApiVO) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ImportedPortalPageResOpenApiVO) HasId() bool

HasId returns a boolean if a field has been set.

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