Skip to content

Files

Latest commit

5159e36 · Aug 2, 2024

History

History
82 lines (45 loc) · 2.1 KB

V0039StepStep.md

File metadata and controls

82 lines (45 loc) · 2.1 KB

V0039StepStep

Properties

Name Type Description Notes
Id Pointer to V0039SlurmStepId [optional]
Name Pointer to string [optional]

Methods

NewV0039StepStep

func NewV0039StepStep() *V0039StepStep

NewV0039StepStep instantiates a new V0039StepStep 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

NewV0039StepStepWithDefaults

func NewV0039StepStepWithDefaults() *V0039StepStep

NewV0039StepStepWithDefaults instantiates a new V0039StepStep 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

GetId

func (o *V0039StepStep) GetId() V0039SlurmStepId

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

GetIdOk

func (o *V0039StepStep) GetIdOk() (*V0039SlurmStepId, 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 *V0039StepStep) SetId(v V0039SlurmStepId)

SetId sets Id field to given value.

HasId

func (o *V0039StepStep) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *V0039StepStep) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *V0039StepStep) HasName() bool

HasName returns a boolean if a field has been set.

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