Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.32 KB

V0041OpenapiSlurmdbdJobsRespMetaClient.md

File metadata and controls

108 lines (59 loc) · 3.32 KB

V0041OpenapiSlurmdbdJobsRespMetaClient

Properties

Name Type Description Notes
Source Pointer to string Client source description [optional]
User Pointer to string Client user (if known) [optional]
Group Pointer to string Client group (if known) [optional]

Methods

NewV0041OpenapiSlurmdbdJobsRespMetaClient

func NewV0041OpenapiSlurmdbdJobsRespMetaClient() *V0041OpenapiSlurmdbdJobsRespMetaClient

NewV0041OpenapiSlurmdbdJobsRespMetaClient instantiates a new V0041OpenapiSlurmdbdJobsRespMetaClient 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

NewV0041OpenapiSlurmdbdJobsRespMetaClientWithDefaults

func NewV0041OpenapiSlurmdbdJobsRespMetaClientWithDefaults() *V0041OpenapiSlurmdbdJobsRespMetaClient

NewV0041OpenapiSlurmdbdJobsRespMetaClientWithDefaults instantiates a new V0041OpenapiSlurmdbdJobsRespMetaClient 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

GetSource

func (o *V0041OpenapiSlurmdbdJobsRespMetaClient) GetSource() string

GetSource returns the Source field if non-nil, zero value otherwise.

GetSourceOk

func (o *V0041OpenapiSlurmdbdJobsRespMetaClient) GetSourceOk() (*string, bool)

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

SetSource

func (o *V0041OpenapiSlurmdbdJobsRespMetaClient) SetSource(v string)

SetSource sets Source field to given value.

HasSource

func (o *V0041OpenapiSlurmdbdJobsRespMetaClient) HasSource() bool

HasSource returns a boolean if a field has been set.

GetUser

func (o *V0041OpenapiSlurmdbdJobsRespMetaClient) GetUser() string

GetUser returns the User field if non-nil, zero value otherwise.

GetUserOk

func (o *V0041OpenapiSlurmdbdJobsRespMetaClient) GetUserOk() (*string, bool)

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

SetUser

func (o *V0041OpenapiSlurmdbdJobsRespMetaClient) SetUser(v string)

SetUser sets User field to given value.

HasUser

func (o *V0041OpenapiSlurmdbdJobsRespMetaClient) HasUser() bool

HasUser returns a boolean if a field has been set.

GetGroup

func (o *V0041OpenapiSlurmdbdJobsRespMetaClient) GetGroup() string

GetGroup returns the Group field if non-nil, zero value otherwise.

GetGroupOk

func (o *V0041OpenapiSlurmdbdJobsRespMetaClient) GetGroupOk() (*string, bool)

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

SetGroup

func (o *V0041OpenapiSlurmdbdJobsRespMetaClient) SetGroup(v string)

SetGroup sets Group field to given value.

HasGroup

func (o *V0041OpenapiSlurmdbdJobsRespMetaClient) HasGroup() bool

HasGroup returns a boolean if a field has been set.

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