AdminPurgeJobsResponse
AdminPurgeJobsResponse documentation for Go SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| JobsPurged | int64 | ||
| AttemptsPurged | int64 | ||
| ReferencesPurged | int64 | ||
| DryRun | bool |
Methods
NewAdminPurgeJobsResponse
func NewAdminPurgeJobsResponse(jobsPurged int64, attemptsPurged int64, referencesPurged int64, dryRun bool, ) *AdminPurgeJobsResponse
NewAdminPurgeJobsResponse instantiates a new AdminPurgeJobsResponse 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
NewAdminPurgeJobsResponseWithDefaults
func NewAdminPurgeJobsResponseWithDefaults() *AdminPurgeJobsResponse
NewAdminPurgeJobsResponseWithDefaults instantiates a new AdminPurgeJobsResponse 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
GetJobsPurged
func (o *AdminPurgeJobsResponse) GetJobsPurged() int64
GetJobsPurged returns the JobsPurged field if non-nil, zero value otherwise.
GetJobsPurgedOk
func (o *AdminPurgeJobsResponse) GetJobsPurgedOk() (*int64, bool)
GetJobsPurgedOk returns a tuple with the JobsPurged field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetJobsPurged
func (o *AdminPurgeJobsResponse) SetJobsPurged(v int64)
SetJobsPurged sets JobsPurged field to given value.
GetAttemptsPurged
func (o *AdminPurgeJobsResponse) GetAttemptsPurged() int64
GetAttemptsPurged returns the AttemptsPurged field if non-nil, zero value otherwise.
GetAttemptsPurgedOk
func (o *AdminPurgeJobsResponse) GetAttemptsPurgedOk() (*int64, bool)
GetAttemptsPurgedOk returns a tuple with the AttemptsPurged field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetAttemptsPurged
func (o *AdminPurgeJobsResponse) SetAttemptsPurged(v int64)
SetAttemptsPurged sets AttemptsPurged field to given value.
GetReferencesPurged
func (o *AdminPurgeJobsResponse) GetReferencesPurged() int64
GetReferencesPurged returns the ReferencesPurged field if non-nil, zero value otherwise.
GetReferencesPurgedOk
func (o *AdminPurgeJobsResponse) GetReferencesPurgedOk() (*int64, bool)
GetReferencesPurgedOk returns a tuple with the ReferencesPurged field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetReferencesPurged
func (o *AdminPurgeJobsResponse) SetReferencesPurged(v int64)
SetReferencesPurged sets ReferencesPurged field to given value.
GetDryRun
func (o *AdminPurgeJobsResponse) GetDryRun() bool
GetDryRun returns the DryRun field if non-nil, zero value otherwise.
GetDryRunOk
func (o *AdminPurgeJobsResponse) GetDryRunOk() (*bool, bool)
GetDryRunOk returns a tuple with the DryRun field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDryRun
func (o *AdminPurgeJobsResponse) SetDryRun(v bool)
SetDryRun sets DryRun field to given value.