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] |
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
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
func (o *EdgeRequestStatsSchema) GetApiClientFeatures() EdgeEndpointTrafficSchema
GetApiClientFeatures returns the ApiClientFeatures field if non-nil, zero value otherwise.
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.
func (o *EdgeRequestStatsSchema) SetApiClientFeatures(v EdgeEndpointTrafficSchema)
SetApiClientFeatures sets ApiClientFeatures field to given value.
func (o *EdgeRequestStatsSchema) HasApiClientFeatures() bool
HasApiClientFeatures returns a boolean if a field has been set.
func (o *EdgeRequestStatsSchema) GetApiFrontend() EdgeEndpointTrafficSchema
GetApiFrontend returns the ApiFrontend field if non-nil, zero value otherwise.
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.
func (o *EdgeRequestStatsSchema) SetApiFrontend(v EdgeEndpointTrafficSchema)
SetApiFrontend sets ApiFrontend field to given value.
func (o *EdgeRequestStatsSchema) HasApiFrontend() bool
HasApiFrontend returns a boolean if a field has been set.
func (o *EdgeRequestStatsSchema) GetApiProxy() EdgeEndpointTrafficSchema
GetApiProxy returns the ApiProxy field if non-nil, zero value otherwise.
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.
func (o *EdgeRequestStatsSchema) SetApiProxy(v EdgeEndpointTrafficSchema)
SetApiProxy sets ApiProxy field to given value.
func (o *EdgeRequestStatsSchema) HasApiProxy() bool
HasApiProxy returns a boolean if a field has been set.
func (o *EdgeRequestStatsSchema) GetApiClientMetrics() EdgeEndpointTrafficSchema
GetApiClientMetrics returns the ApiClientMetrics field if non-nil, zero value otherwise.
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.
func (o *EdgeRequestStatsSchema) SetApiClientMetrics(v EdgeEndpointTrafficSchema)
SetApiClientMetrics sets ApiClientMetrics field to given value.
func (o *EdgeRequestStatsSchema) HasApiClientMetrics() bool
HasApiClientMetrics returns a boolean if a field has been set.
func (o *EdgeRequestStatsSchema) GetApiClientMetricsBulk() EdgeEndpointTrafficSchema
GetApiClientMetricsBulk returns the ApiClientMetricsBulk field if non-nil, zero value otherwise.
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.
func (o *EdgeRequestStatsSchema) SetApiClientMetricsBulk(v EdgeEndpointTrafficSchema)
SetApiClientMetricsBulk sets ApiClientMetricsBulk field to given value.
func (o *EdgeRequestStatsSchema) HasApiClientMetricsBulk() bool
HasApiClientMetricsBulk returns a boolean if a field has been set.
func (o *EdgeRequestStatsSchema) GetApiClientMetricsEdge() EdgeEndpointTrafficSchema
GetApiClientMetricsEdge returns the ApiClientMetricsEdge field if non-nil, zero value otherwise.
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.
func (o *EdgeRequestStatsSchema) SetApiClientMetricsEdge(v EdgeEndpointTrafficSchema)
SetApiClientMetricsEdge sets ApiClientMetricsEdge field to given value.
func (o *EdgeRequestStatsSchema) HasApiClientMetricsEdge() bool
HasApiClientMetricsEdge returns a boolean if a field has been set.