Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.08 KB

KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse.md

File metadata and controls

82 lines (45 loc) · 3.08 KB

KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse

Properties

Name Type Description Notes
JobHistoryId Pointer to int64 [optional]
Data Pointer to string [optional]

Methods

NewKeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse

func NewKeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse() *KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse

NewKeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse instantiates a new KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse 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

NewKeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponseWithDefaults

func NewKeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponseWithDefaults() *KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse

NewKeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponseWithDefaults instantiates a new KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse 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

GetJobHistoryId

func (o *KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse) GetJobHistoryId() int64

GetJobHistoryId returns the JobHistoryId field if non-nil, zero value otherwise.

GetJobHistoryIdOk

func (o *KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse) GetJobHistoryIdOk() (*int64, bool)

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

SetJobHistoryId

func (o *KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse) SetJobHistoryId(v int64)

SetJobHistoryId sets JobHistoryId field to given value.

HasJobHistoryId

func (o *KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse) HasJobHistoryId() bool

HasJobHistoryId returns a boolean if a field has been set.

GetData

func (o *KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse) GetData() string

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse) GetDataOk() (*string, bool)

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

SetData

func (o *KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse) SetData(v string)

SetData sets Data field to given value.

HasData

func (o *KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse) HasData() bool

HasData returns a boolean if a field has been set.

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