Skip to main content

MultiHostIntegrationsConnectorAttributesConnectorFileUploadHistory

Properties

NameTypeDescriptionNotes
ConnectorFileNameUploadedDatePointer to stringFile name of the connector JAR[optional]

Methods

NewMultiHostIntegrationsConnectorAttributesConnectorFileUploadHistory

func NewMultiHostIntegrationsConnectorAttributesConnectorFileUploadHistory() *MultiHostIntegrationsConnectorAttributesConnectorFileUploadHistory

NewMultiHostIntegrationsConnectorAttributesConnectorFileUploadHistory instantiates a new MultiHostIntegrationsConnectorAttributesConnectorFileUploadHistory 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

NewMultiHostIntegrationsConnectorAttributesConnectorFileUploadHistoryWithDefaults

func NewMultiHostIntegrationsConnectorAttributesConnectorFileUploadHistoryWithDefaults() *MultiHostIntegrationsConnectorAttributesConnectorFileUploadHistory

NewMultiHostIntegrationsConnectorAttributesConnectorFileUploadHistoryWithDefaults instantiates a new MultiHostIntegrationsConnectorAttributesConnectorFileUploadHistory 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

GetConnectorFileNameUploadedDate

func (o *MultiHostIntegrationsConnectorAttributesConnectorFileUploadHistory) GetConnectorFileNameUploadedDate() string

GetConnectorFileNameUploadedDate returns the ConnectorFileNameUploadedDate field if non-nil, zero value otherwise.

GetConnectorFileNameUploadedDateOk

func (o *MultiHostIntegrationsConnectorAttributesConnectorFileUploadHistory) GetConnectorFileNameUploadedDateOk() (*string, bool)

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

SetConnectorFileNameUploadedDate

func (o *MultiHostIntegrationsConnectorAttributesConnectorFileUploadHistory) SetConnectorFileNameUploadedDate(v string)

SetConnectorFileNameUploadedDate sets ConnectorFileNameUploadedDate field to given value.

HasConnectorFileNameUploadedDate

func (o *MultiHostIntegrationsConnectorAttributesConnectorFileUploadHistory) HasConnectorFileNameUploadedDate() bool

HasConnectorFileNameUploadedDate returns a boolean if a field has been set.