Skip to content

GatewayIspUpgrade

Properties

Name Type Description Notes
FileId Pointer to string File Id [optional]

Methods

NewGatewayIspUpgrade

func NewGatewayIspUpgrade() *GatewayIspUpgrade

NewGatewayIspUpgrade instantiates a new GatewayIspUpgrade 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

NewGatewayIspUpgradeWithDefaults

func NewGatewayIspUpgradeWithDefaults() *GatewayIspUpgrade

NewGatewayIspUpgradeWithDefaults instantiates a new GatewayIspUpgrade 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 *GatewayIspUpgrade) GetFileId() string

GetFileId returns the FileId field if non-nil, zero value otherwise.

GetFileIdOk

func (o *GatewayIspUpgrade) 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 *GatewayIspUpgrade) SetFileId(v string)

SetFileId sets FileId field to given value.

HasFileId

func (o *GatewayIspUpgrade) HasFileId() bool

HasFileId returns a boolean if a field has been set.

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