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] |
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
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
func (o *V0041OpenapiSlurmdbdJobsRespMetaClient) GetSource() string
GetSource returns the Source field if non-nil, zero value otherwise.
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.
func (o *V0041OpenapiSlurmdbdJobsRespMetaClient) SetSource(v string)
SetSource sets Source field to given value.
func (o *V0041OpenapiSlurmdbdJobsRespMetaClient) HasSource() bool
HasSource returns a boolean if a field has been set.
func (o *V0041OpenapiSlurmdbdJobsRespMetaClient) GetUser() string
GetUser returns the User field if non-nil, zero value otherwise.
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.
func (o *V0041OpenapiSlurmdbdJobsRespMetaClient) SetUser(v string)
SetUser sets User field to given value.
func (o *V0041OpenapiSlurmdbdJobsRespMetaClient) HasUser() bool
HasUser returns a boolean if a field has been set.
func (o *V0041OpenapiSlurmdbdJobsRespMetaClient) GetGroup() string
GetGroup returns the Group field if non-nil, zero value otherwise.
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.
func (o *V0041OpenapiSlurmdbdJobsRespMetaClient) SetGroup(v string)
SetGroup sets Group field to given value.
func (o *V0041OpenapiSlurmdbdJobsRespMetaClient) HasGroup() bool
HasGroup returns a boolean if a field has been set.