Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.07 KB

PipelineSummary.md

File metadata and controls

72 lines (39 loc) · 2.07 KB

PipelineSummary

Properties

Name Type Description Notes
NumRealtime int64
NumScheduled int64

Methods

NewPipelineSummary

func NewPipelineSummary(numRealtime int64, numScheduled int64, ) *PipelineSummary

NewPipelineSummary instantiates a new PipelineSummary 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

NewPipelineSummaryWithDefaults

func NewPipelineSummaryWithDefaults() *PipelineSummary

NewPipelineSummaryWithDefaults instantiates a new PipelineSummary 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

GetNumRealtime

func (o *PipelineSummary) GetNumRealtime() int64

GetNumRealtime returns the NumRealtime field if non-nil, zero value otherwise.

GetNumRealtimeOk

func (o *PipelineSummary) GetNumRealtimeOk() (*int64, bool)

GetNumRealtimeOk returns a tuple with the NumRealtime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNumRealtime

func (o *PipelineSummary) SetNumRealtime(v int64)

SetNumRealtime sets NumRealtime field to given value.

GetNumScheduled

func (o *PipelineSummary) GetNumScheduled() int64

GetNumScheduled returns the NumScheduled field if non-nil, zero value otherwise.

GetNumScheduledOk

func (o *PipelineSummary) GetNumScheduledOk() (*int64, bool)

GetNumScheduledOk returns a tuple with the NumScheduled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNumScheduled

func (o *PipelineSummary) SetNumScheduled(v int64)

SetNumScheduled sets NumScheduled field to given value.

[Back to Model list] [Back to API list] [Back to README]