Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.9 KB

KeyfactorApiModelsOrchestratorJobsJobFieldResponse.md

File metadata and controls

82 lines (45 loc) · 2.9 KB

KeyfactorApiModelsOrchestratorJobsJobFieldResponse

Properties

Name Type Description Notes
JobTypeField Pointer to string [optional]
Value Pointer to string [optional]

Methods

NewKeyfactorApiModelsOrchestratorJobsJobFieldResponse

func NewKeyfactorApiModelsOrchestratorJobsJobFieldResponse() *KeyfactorApiModelsOrchestratorJobsJobFieldResponse

NewKeyfactorApiModelsOrchestratorJobsJobFieldResponse instantiates a new KeyfactorApiModelsOrchestratorJobsJobFieldResponse 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

NewKeyfactorApiModelsOrchestratorJobsJobFieldResponseWithDefaults

func NewKeyfactorApiModelsOrchestratorJobsJobFieldResponseWithDefaults() *KeyfactorApiModelsOrchestratorJobsJobFieldResponse

NewKeyfactorApiModelsOrchestratorJobsJobFieldResponseWithDefaults instantiates a new KeyfactorApiModelsOrchestratorJobsJobFieldResponse 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

GetJobTypeField

func (o *KeyfactorApiModelsOrchestratorJobsJobFieldResponse) GetJobTypeField() string

GetJobTypeField returns the JobTypeField field if non-nil, zero value otherwise.

GetJobTypeFieldOk

func (o *KeyfactorApiModelsOrchestratorJobsJobFieldResponse) GetJobTypeFieldOk() (*string, bool)

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

SetJobTypeField

func (o *KeyfactorApiModelsOrchestratorJobsJobFieldResponse) SetJobTypeField(v string)

SetJobTypeField sets JobTypeField field to given value.

HasJobTypeField

func (o *KeyfactorApiModelsOrchestratorJobsJobFieldResponse) HasJobTypeField() bool

HasJobTypeField returns a boolean if a field has been set.

GetValue

func (o *KeyfactorApiModelsOrchestratorJobsJobFieldResponse) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *KeyfactorApiModelsOrchestratorJobsJobFieldResponse) GetValueOk() (*string, bool)

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

SetValue

func (o *KeyfactorApiModelsOrchestratorJobsJobFieldResponse) SetValue(v string)

SetValue sets Value field to given value.

HasValue

func (o *KeyfactorApiModelsOrchestratorJobsJobFieldResponse) HasValue() bool

HasValue returns a boolean if a field has been set.

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