Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 2.01 KB

UpdateFetchTaskVM.md

File metadata and controls

66 lines (37 loc) · 2.01 KB

UpdateFetchTaskVM

Properties

Name Type Description Notes
DataSourceId Pointer to NullableString [optional]

Methods

NewUpdateFetchTaskVM

func NewUpdateFetchTaskVM() *UpdateFetchTaskVM

NewUpdateFetchTaskVM instantiates a new UpdateFetchTaskVM 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

NewUpdateFetchTaskVMWithDefaults

func NewUpdateFetchTaskVMWithDefaults() *UpdateFetchTaskVM

NewUpdateFetchTaskVMWithDefaults instantiates a new UpdateFetchTaskVM 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

GetDataSourceId

func (o *UpdateFetchTaskVM) GetDataSourceId() string

GetDataSourceId returns the DataSourceId field if non-nil, zero value otherwise.

GetDataSourceIdOk

func (o *UpdateFetchTaskVM) GetDataSourceIdOk() (*string, bool)

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

SetDataSourceId

func (o *UpdateFetchTaskVM) SetDataSourceId(v string)

SetDataSourceId sets DataSourceId field to given value.

HasDataSourceId

func (o *UpdateFetchTaskVM) HasDataSourceId() bool

HasDataSourceId returns a boolean if a field has been set.

SetDataSourceIdNil

func (o *UpdateFetchTaskVM) SetDataSourceIdNil(b bool)

SetDataSourceIdNil sets the value for DataSourceId to be an explicit nil

UnsetDataSourceId

func (o *UpdateFetchTaskVM) UnsetDataSourceId()

UnsetDataSourceId ensures that no value is present for DataSourceId, not even an explicit nil

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