| Name | Type | Description | Notes |
|---|---|---|---|
| Artifact | Pointer to ArtifactSpec | [optional] | |
| Sharing | Pointer to SharingSpec | [optional] |
func NewWorkloadTemplateSpec() *WorkloadTemplateSpec
NewWorkloadTemplateSpec instantiates a new WorkloadTemplateSpec 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 NewWorkloadTemplateSpecWithDefaults() *WorkloadTemplateSpec
NewWorkloadTemplateSpecWithDefaults instantiates a new WorkloadTemplateSpec 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 *WorkloadTemplateSpec) GetArtifact() ArtifactSpec
GetArtifact returns the Artifact field if non-nil, zero value otherwise.
func (o *WorkloadTemplateSpec) GetArtifactOk() (*ArtifactSpec, bool)
GetArtifactOk returns a tuple with the Artifact field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkloadTemplateSpec) SetArtifact(v ArtifactSpec)
SetArtifact sets Artifact field to given value.
func (o *WorkloadTemplateSpec) HasArtifact() bool
HasArtifact returns a boolean if a field has been set.
func (o *WorkloadTemplateSpec) GetSharing() SharingSpec
GetSharing returns the Sharing field if non-nil, zero value otherwise.
func (o *WorkloadTemplateSpec) GetSharingOk() (*SharingSpec, bool)
GetSharingOk returns a tuple with the Sharing field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkloadTemplateSpec) SetSharing(v SharingSpec)
SetSharing sets Sharing field to given value.
func (o *WorkloadTemplateSpec) HasSharing() bool
HasSharing returns a boolean if a field has been set.