Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 3.99 KB

WorkdayOutput.md

File metadata and controls

160 lines (87 loc) · 3.99 KB

WorkdayOutput

Properties

Name Type Description Notes
Auth Pointer to WorkdayOutputAuth [optional]
Id Pointer to string [optional]
LastImport Pointer to string [optional]
Name Pointer to string [optional]
ReportUrl Pointer to string [optional]

Methods

NewWorkdayOutput

func NewWorkdayOutput() *WorkdayOutput

NewWorkdayOutput instantiates a new WorkdayOutput 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

NewWorkdayOutputWithDefaults

func NewWorkdayOutputWithDefaults() *WorkdayOutput

NewWorkdayOutputWithDefaults instantiates a new WorkdayOutput 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

GetAuth

func (o *WorkdayOutput) GetAuth() WorkdayOutputAuth

GetAuth returns the Auth field if non-nil, zero value otherwise.

GetAuthOk

func (o *WorkdayOutput) GetAuthOk() (*WorkdayOutputAuth, bool)

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

SetAuth

func (o *WorkdayOutput) SetAuth(v WorkdayOutputAuth)

SetAuth sets Auth field to given value.

HasAuth

func (o *WorkdayOutput) HasAuth() bool

HasAuth returns a boolean if a field has been set.

GetId

func (o *WorkdayOutput) GetId() string

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

GetIdOk

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

SetId sets Id field to given value.

HasId

func (o *WorkdayOutput) HasId() bool

HasId returns a boolean if a field has been set.

GetLastImport

func (o *WorkdayOutput) GetLastImport() string

GetLastImport returns the LastImport field if non-nil, zero value otherwise.

GetLastImportOk

func (o *WorkdayOutput) GetLastImportOk() (*string, bool)

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

SetLastImport

func (o *WorkdayOutput) SetLastImport(v string)

SetLastImport sets LastImport field to given value.

HasLastImport

func (o *WorkdayOutput) HasLastImport() bool

HasLastImport returns a boolean if a field has been set.

GetName

func (o *WorkdayOutput) GetName() string

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

GetNameOk

func (o *WorkdayOutput) 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 *WorkdayOutput) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *WorkdayOutput) HasName() bool

HasName returns a boolean if a field has been set.

GetReportUrl

func (o *WorkdayOutput) GetReportUrl() string

GetReportUrl returns the ReportUrl field if non-nil, zero value otherwise.

GetReportUrlOk

func (o *WorkdayOutput) GetReportUrlOk() (*string, bool)

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

SetReportUrl

func (o *WorkdayOutput) SetReportUrl(v string)

SetReportUrl sets ReportUrl field to given value.

HasReportUrl

func (o *WorkdayOutput) HasReportUrl() bool

HasReportUrl returns a boolean if a field has been set.

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