Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.88 KB

RequestsPerSecondSegmentedSchema.md

File metadata and controls

82 lines (45 loc) · 2.88 KB

RequestsPerSecondSegmentedSchema

Properties

Name Type Description Notes
ClientMetrics Pointer to RequestsPerSecondSchema [optional]
AdminMetrics Pointer to RequestsPerSecondSchema [optional]

Methods

NewRequestsPerSecondSegmentedSchema

func NewRequestsPerSecondSegmentedSchema() *RequestsPerSecondSegmentedSchema

NewRequestsPerSecondSegmentedSchema instantiates a new RequestsPerSecondSegmentedSchema 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

NewRequestsPerSecondSegmentedSchemaWithDefaults

func NewRequestsPerSecondSegmentedSchemaWithDefaults() *RequestsPerSecondSegmentedSchema

NewRequestsPerSecondSegmentedSchemaWithDefaults instantiates a new RequestsPerSecondSegmentedSchema 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

GetClientMetrics

func (o *RequestsPerSecondSegmentedSchema) GetClientMetrics() RequestsPerSecondSchema

GetClientMetrics returns the ClientMetrics field if non-nil, zero value otherwise.

GetClientMetricsOk

func (o *RequestsPerSecondSegmentedSchema) GetClientMetricsOk() (*RequestsPerSecondSchema, bool)

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

SetClientMetrics

func (o *RequestsPerSecondSegmentedSchema) SetClientMetrics(v RequestsPerSecondSchema)

SetClientMetrics sets ClientMetrics field to given value.

HasClientMetrics

func (o *RequestsPerSecondSegmentedSchema) HasClientMetrics() bool

HasClientMetrics returns a boolean if a field has been set.

GetAdminMetrics

func (o *RequestsPerSecondSegmentedSchema) GetAdminMetrics() RequestsPerSecondSchema

GetAdminMetrics returns the AdminMetrics field if non-nil, zero value otherwise.

GetAdminMetricsOk

func (o *RequestsPerSecondSegmentedSchema) GetAdminMetricsOk() (*RequestsPerSecondSchema, bool)

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

SetAdminMetrics

func (o *RequestsPerSecondSegmentedSchema) SetAdminMetrics(v RequestsPerSecondSchema)

SetAdminMetrics sets AdminMetrics field to given value.

HasAdminMetrics

func (o *RequestsPerSecondSegmentedSchema) HasAdminMetrics() bool

HasAdminMetrics returns a boolean if a field has been set.

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