Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 6.35 KB

EdgeRequestStatsSchema.md

File metadata and controls

186 lines (101 loc) · 6.35 KB

EdgeRequestStatsSchema

Properties

Name Type Description Notes
ApiClientFeatures Pointer to EdgeEndpointTrafficSchema [optional]
ApiFrontend Pointer to EdgeEndpointTrafficSchema [optional]
ApiProxy Pointer to EdgeEndpointTrafficSchema [optional]
ApiClientMetrics Pointer to EdgeEndpointTrafficSchema [optional]
ApiClientMetricsBulk Pointer to EdgeEndpointTrafficSchema [optional]
ApiClientMetricsEdge Pointer to EdgeEndpointTrafficSchema [optional]

Methods

NewEdgeRequestStatsSchema

func NewEdgeRequestStatsSchema() *EdgeRequestStatsSchema

NewEdgeRequestStatsSchema instantiates a new EdgeRequestStatsSchema 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

NewEdgeRequestStatsSchemaWithDefaults

func NewEdgeRequestStatsSchemaWithDefaults() *EdgeRequestStatsSchema

NewEdgeRequestStatsSchemaWithDefaults instantiates a new EdgeRequestStatsSchema 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

GetApiClientFeatures

func (o *EdgeRequestStatsSchema) GetApiClientFeatures() EdgeEndpointTrafficSchema

GetApiClientFeatures returns the ApiClientFeatures field if non-nil, zero value otherwise.

GetApiClientFeaturesOk

func (o *EdgeRequestStatsSchema) GetApiClientFeaturesOk() (*EdgeEndpointTrafficSchema, bool)

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

SetApiClientFeatures

func (o *EdgeRequestStatsSchema) SetApiClientFeatures(v EdgeEndpointTrafficSchema)

SetApiClientFeatures sets ApiClientFeatures field to given value.

HasApiClientFeatures

func (o *EdgeRequestStatsSchema) HasApiClientFeatures() bool

HasApiClientFeatures returns a boolean if a field has been set.

GetApiFrontend

func (o *EdgeRequestStatsSchema) GetApiFrontend() EdgeEndpointTrafficSchema

GetApiFrontend returns the ApiFrontend field if non-nil, zero value otherwise.

GetApiFrontendOk

func (o *EdgeRequestStatsSchema) GetApiFrontendOk() (*EdgeEndpointTrafficSchema, bool)

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

SetApiFrontend

func (o *EdgeRequestStatsSchema) SetApiFrontend(v EdgeEndpointTrafficSchema)

SetApiFrontend sets ApiFrontend field to given value.

HasApiFrontend

func (o *EdgeRequestStatsSchema) HasApiFrontend() bool

HasApiFrontend returns a boolean if a field has been set.

GetApiProxy

func (o *EdgeRequestStatsSchema) GetApiProxy() EdgeEndpointTrafficSchema

GetApiProxy returns the ApiProxy field if non-nil, zero value otherwise.

GetApiProxyOk

func (o *EdgeRequestStatsSchema) GetApiProxyOk() (*EdgeEndpointTrafficSchema, bool)

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

SetApiProxy

func (o *EdgeRequestStatsSchema) SetApiProxy(v EdgeEndpointTrafficSchema)

SetApiProxy sets ApiProxy field to given value.

HasApiProxy

func (o *EdgeRequestStatsSchema) HasApiProxy() bool

HasApiProxy returns a boolean if a field has been set.

GetApiClientMetrics

func (o *EdgeRequestStatsSchema) GetApiClientMetrics() EdgeEndpointTrafficSchema

GetApiClientMetrics returns the ApiClientMetrics field if non-nil, zero value otherwise.

GetApiClientMetricsOk

func (o *EdgeRequestStatsSchema) GetApiClientMetricsOk() (*EdgeEndpointTrafficSchema, bool)

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

SetApiClientMetrics

func (o *EdgeRequestStatsSchema) SetApiClientMetrics(v EdgeEndpointTrafficSchema)

SetApiClientMetrics sets ApiClientMetrics field to given value.

HasApiClientMetrics

func (o *EdgeRequestStatsSchema) HasApiClientMetrics() bool

HasApiClientMetrics returns a boolean if a field has been set.

GetApiClientMetricsBulk

func (o *EdgeRequestStatsSchema) GetApiClientMetricsBulk() EdgeEndpointTrafficSchema

GetApiClientMetricsBulk returns the ApiClientMetricsBulk field if non-nil, zero value otherwise.

GetApiClientMetricsBulkOk

func (o *EdgeRequestStatsSchema) GetApiClientMetricsBulkOk() (*EdgeEndpointTrafficSchema, bool)

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

SetApiClientMetricsBulk

func (o *EdgeRequestStatsSchema) SetApiClientMetricsBulk(v EdgeEndpointTrafficSchema)

SetApiClientMetricsBulk sets ApiClientMetricsBulk field to given value.

HasApiClientMetricsBulk

func (o *EdgeRequestStatsSchema) HasApiClientMetricsBulk() bool

HasApiClientMetricsBulk returns a boolean if a field has been set.

GetApiClientMetricsEdge

func (o *EdgeRequestStatsSchema) GetApiClientMetricsEdge() EdgeEndpointTrafficSchema

GetApiClientMetricsEdge returns the ApiClientMetricsEdge field if non-nil, zero value otherwise.

GetApiClientMetricsEdgeOk

func (o *EdgeRequestStatsSchema) GetApiClientMetricsEdgeOk() (*EdgeEndpointTrafficSchema, bool)

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

SetApiClientMetricsEdge

func (o *EdgeRequestStatsSchema) SetApiClientMetricsEdge(v EdgeEndpointTrafficSchema)

SetApiClientMetricsEdge sets ApiClientMetricsEdge field to given value.

HasApiClientMetricsEdge

func (o *EdgeRequestStatsSchema) HasApiClientMetricsEdge() bool

HasApiClientMetricsEdge returns a boolean if a field has been set.

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