Name | Type | Description | Notes |
---|---|---|---|
Image | Pointer to NullableJobRequestAllOfSourceImage | [optional] | |
Docker | Pointer to NullableJobRequestAllOfSourceDocker | [optional] |
func NewJobRequestAllOfSource() *JobRequestAllOfSource
NewJobRequestAllOfSource instantiates a new JobRequestAllOfSource 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 NewJobRequestAllOfSourceWithDefaults() *JobRequestAllOfSource
NewJobRequestAllOfSourceWithDefaults instantiates a new JobRequestAllOfSource 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 *JobRequestAllOfSource) GetImage() JobRequestAllOfSourceImage
GetImage returns the Image field if non-nil, zero value otherwise.
func (o *JobRequestAllOfSource) GetImageOk() (*JobRequestAllOfSourceImage, bool)
GetImageOk returns a tuple with the Image field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JobRequestAllOfSource) SetImage(v JobRequestAllOfSourceImage)
SetImage sets Image field to given value.
func (o *JobRequestAllOfSource) HasImage() bool
HasImage returns a boolean if a field has been set.
func (o *JobRequestAllOfSource) SetImageNil(b bool)
SetImageNil sets the value for Image to be an explicit nil
func (o *JobRequestAllOfSource) UnsetImage()
UnsetImage ensures that no value is present for Image, not even an explicit nil
func (o *JobRequestAllOfSource) GetDocker() JobRequestAllOfSourceDocker
GetDocker returns the Docker field if non-nil, zero value otherwise.
func (o *JobRequestAllOfSource) GetDockerOk() (*JobRequestAllOfSourceDocker, bool)
GetDockerOk returns a tuple with the Docker field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JobRequestAllOfSource) SetDocker(v JobRequestAllOfSourceDocker)
SetDocker sets Docker field to given value.
func (o *JobRequestAllOfSource) HasDocker() bool
HasDocker returns a boolean if a field has been set.
func (o *JobRequestAllOfSource) SetDockerNil(b bool)
SetDockerNil sets the value for Docker to be an explicit nil
func (o *JobRequestAllOfSource) UnsetDocker()
UnsetDocker ensures that no value is present for Docker, not even an explicit nil