Name | Type | Description | Notes |
---|---|---|---|
Status | Pointer to string | [optional] | |
Duration | Pointer to int32 | [optional] | |
AvgDuration | Pointer to int32 | [optional] | |
ChangedAccounts | Pointer to int32 | [optional] | |
NextScheduled | Pointer to NullableTime | A date-time in ISO-8601 format | [optional] |
StartTime | Pointer to NullableTime | A date-time in ISO-8601 format | [optional] |
SourceOwner | Pointer to string | John Doe | [optional] |
func NewAggregationAllOf() *AggregationAllOf
NewAggregationAllOf instantiates a new AggregationAllOf 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 NewAggregationAllOfWithDefaults() *AggregationAllOf
NewAggregationAllOfWithDefaults instantiates a new AggregationAllOf 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 *AggregationAllOf) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *AggregationAllOf) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AggregationAllOf) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *AggregationAllOf) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *AggregationAllOf) GetDuration() int32
GetDuration returns the Duration field if non-nil, zero value otherwise.
func (o *AggregationAllOf) GetDurationOk() (*int32, bool)
GetDurationOk returns a tuple with the Duration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AggregationAllOf) SetDuration(v int32)
SetDuration sets Duration field to given value.
func (o *AggregationAllOf) HasDuration() bool
HasDuration returns a boolean if a field has been set.
func (o *AggregationAllOf) GetAvgDuration() int32
GetAvgDuration returns the AvgDuration field if non-nil, zero value otherwise.
func (o *AggregationAllOf) GetAvgDurationOk() (*int32, bool)
GetAvgDurationOk returns a tuple with the AvgDuration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AggregationAllOf) SetAvgDuration(v int32)
SetAvgDuration sets AvgDuration field to given value.
func (o *AggregationAllOf) HasAvgDuration() bool
HasAvgDuration returns a boolean if a field has been set.
func (o *AggregationAllOf) GetChangedAccounts() int32
GetChangedAccounts returns the ChangedAccounts field if non-nil, zero value otherwise.
func (o *AggregationAllOf) GetChangedAccountsOk() (*int32, bool)
GetChangedAccountsOk returns a tuple with the ChangedAccounts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AggregationAllOf) SetChangedAccounts(v int32)
SetChangedAccounts sets ChangedAccounts field to given value.
func (o *AggregationAllOf) HasChangedAccounts() bool
HasChangedAccounts returns a boolean if a field has been set.
func (o *AggregationAllOf) GetNextScheduled() time.Time
GetNextScheduled returns the NextScheduled field if non-nil, zero value otherwise.
func (o *AggregationAllOf) GetNextScheduledOk() (*time.Time, bool)
GetNextScheduledOk returns a tuple with the NextScheduled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AggregationAllOf) SetNextScheduled(v time.Time)
SetNextScheduled sets NextScheduled field to given value.
func (o *AggregationAllOf) HasNextScheduled() bool
HasNextScheduled returns a boolean if a field has been set.
func (o *AggregationAllOf) SetNextScheduledNil(b bool)
SetNextScheduledNil sets the value for NextScheduled to be an explicit nil
func (o *AggregationAllOf) UnsetNextScheduled()
UnsetNextScheduled ensures that no value is present for NextScheduled, not even an explicit nil
func (o *AggregationAllOf) GetStartTime() time.Time
GetStartTime returns the StartTime field if non-nil, zero value otherwise.
func (o *AggregationAllOf) GetStartTimeOk() (*time.Time, bool)
GetStartTimeOk returns a tuple with the StartTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AggregationAllOf) SetStartTime(v time.Time)
SetStartTime sets StartTime field to given value.
func (o *AggregationAllOf) HasStartTime() bool
HasStartTime returns a boolean if a field has been set.
func (o *AggregationAllOf) SetStartTimeNil(b bool)
SetStartTimeNil sets the value for StartTime to be an explicit nil
func (o *AggregationAllOf) UnsetStartTime()
UnsetStartTime ensures that no value is present for StartTime, not even an explicit nil
func (o *AggregationAllOf) GetSourceOwner() string
GetSourceOwner returns the SourceOwner field if non-nil, zero value otherwise.
func (o *AggregationAllOf) GetSourceOwnerOk() (*string, bool)
GetSourceOwnerOk returns a tuple with the SourceOwner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AggregationAllOf) SetSourceOwner(v string)
SetSourceOwner sets SourceOwner field to given value.
func (o *AggregationAllOf) HasSourceOwner() bool
HasSourceOwner returns a boolean if a field has been set.