diff --git a/CHANGELOG.md b/CHANGELOG.md index 50250710..86d49b1d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [v1.0.0-beta.25](https://github.com/fastly/fastly-go/releases/tag/v1.0.0-beta.25) (2023-11-29) + +**Breaking:** + +- breaking(historical): restructure OpenAPI schema to avoid duplicated data rendering. + +**Bug fixes:** + +- fix: no longer display Markdown syntax in code comments. + +**Enhancements:** + +- feat(stats): expose new `service_id` and `start_time` fields. + ## [v1.0.0-beta.24](https://github.com/fastly/fastly-go/releases/tag/v1.0.0-beta.24) (2023-11-07) **Enhancements:** diff --git a/README.md b/README.md index 7fadf927..ecd251ef 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add the following to your project's `go.mod`: ```go.mod require ( - github.com/fastly/fastly-go v1.0.0-beta.24 + github.com/fastly/fastly-go v1.0.0-beta.25 ) ``` diff --git a/docs/HistoricalAPI.md b/docs/HistoricalAPI.md index 31d2e547..85a4e50e 100644 --- a/docs/HistoricalAPI.md +++ b/docs/HistoricalAPI.md @@ -48,7 +48,7 @@ func main() { fmt.Fprintf(os.Stderr, "Error when calling `HistoricalAPI.GetHistStats`: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) } - // response from `GetHistStats`: HistoricalResponse + // response from `GetHistStats`: HistoricalStatsByServiceResponse fmt.Fprintf(os.Stdout, "Response from `HistoricalAPI.GetHistStats`: %v\n", resp) } ``` @@ -68,7 +68,7 @@ Name | Type | Description | Notes ### Return type -[**HistoricalResponse**](HistoricalResponse.md) +[**HistoricalStatsByServiceResponse**](HistoricalStatsByServiceResponse.md) ### Authorization @@ -114,7 +114,7 @@ func main() { fmt.Fprintf(os.Stderr, "Error when calling `HistoricalAPI.GetHistStatsAggregated`: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) } - // response from `GetHistStatsAggregated`: HistoricalAggregateResponse + // response from `GetHistStatsAggregated`: HistoricalStatsAggregatedResponse fmt.Fprintf(os.Stdout, "Response from `HistoricalAPI.GetHistStatsAggregated`: %v\n", resp) } ``` @@ -134,7 +134,7 @@ Name | Type | Description | Notes ### Return type -[**HistoricalAggregateResponse**](HistoricalAggregateResponse.md) +[**HistoricalStatsAggregatedResponse**](HistoricalStatsAggregatedResponse.md) ### Authorization @@ -181,7 +181,7 @@ func main() { fmt.Fprintf(os.Stderr, "Error when calling `HistoricalAPI.GetHistStatsField`: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) } - // response from `GetHistStatsField`: HistoricalFieldResponse + // response from `GetHistStatsField`: HistoricalStatsByServiceResponse fmt.Fprintf(os.Stdout, "Response from `HistoricalAPI.GetHistStatsField`: %v\n", resp) } ``` @@ -205,7 +205,7 @@ Name | Type | Description | Notes ### Return type -[**HistoricalFieldResponse**](HistoricalFieldResponse.md) +[**HistoricalStatsByServiceResponse**](HistoricalStatsByServiceResponse.md) ### Authorization @@ -252,7 +252,7 @@ func main() { fmt.Fprintf(os.Stderr, "Error when calling `HistoricalAPI.GetHistStatsService`: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) } - // response from `GetHistStatsService`: HistoricalAggregateResponse + // response from `GetHistStatsService`: HistoricalStatsAggregatedResponse fmt.Fprintf(os.Stdout, "Response from `HistoricalAPI.GetHistStatsService`: %v\n", resp) } ``` @@ -276,7 +276,7 @@ Name | Type | Description | Notes ### Return type -[**HistoricalAggregateResponse**](HistoricalAggregateResponse.md) +[**HistoricalStatsAggregatedResponse**](HistoricalStatsAggregatedResponse.md) ### Authorization @@ -324,7 +324,7 @@ func main() { fmt.Fprintf(os.Stderr, "Error when calling `HistoricalAPI.GetHistStatsServiceField`: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) } - // response from `GetHistStatsServiceField`: HistoricalFieldAggregateResponse + // response from `GetHistStatsServiceField`: HistoricalStatsAggregatedResponse fmt.Fprintf(os.Stdout, "Response from `HistoricalAPI.GetHistStatsServiceField`: %v\n", resp) } ``` @@ -349,7 +349,7 @@ Name | Type | Description | Notes ### Return type -[**HistoricalFieldAggregateResponse**](HistoricalFieldAggregateResponse.md) +[**HistoricalStatsAggregatedResponse**](HistoricalStatsAggregatedResponse.md) ### Authorization @@ -452,7 +452,7 @@ func main() { fmt.Fprintf(os.Stderr, "Error when calling `HistoricalAPI.GetUsage`: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) } - // response from `GetUsage`: HistoricalUsageAggregateResponse + // response from `GetUsage`: HistoricalUsageAggregatedResponse fmt.Fprintf(os.Stdout, "Response from `HistoricalAPI.GetUsage`: %v\n", resp) } ``` @@ -472,7 +472,7 @@ Name | Type | Description | Notes ### Return type -[**HistoricalUsageAggregateResponse**](HistoricalUsageAggregateResponse.md) +[**HistoricalUsageAggregatedResponse**](HistoricalUsageAggregatedResponse.md) ### Authorization diff --git a/docs/HistoricalFieldAggregateResponse.md b/docs/HistoricalFieldAggregateResponse.md deleted file mode 100644 index 1b83f5ee..00000000 --- a/docs/HistoricalFieldAggregateResponse.md +++ /dev/null @@ -1,142 +0,0 @@ -# HistoricalFieldAggregateResponse - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**Status** | Pointer to **string** | Whether or not we were able to successfully execute the query. | [optional] -**Meta** | Pointer to [**HistoricalMeta**](HistoricalMeta.md) | | [optional] -**Msg** | Pointer to **NullableString** | If the query was not successful, this will provide a string that explains why. | [optional] -**Data** | Pointer to [**[]HistoricalFieldResultsAttributes**](HistoricalFieldResultsAttributes.md) | | [optional] - -## Methods - -### NewHistoricalFieldAggregateResponse - -`func NewHistoricalFieldAggregateResponse() *HistoricalFieldAggregateResponse` - -NewHistoricalFieldAggregateResponse instantiates a new HistoricalFieldAggregateResponse 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 - -### NewHistoricalFieldAggregateResponseWithDefaults - -`func NewHistoricalFieldAggregateResponseWithDefaults() *HistoricalFieldAggregateResponse` - -NewHistoricalFieldAggregateResponseWithDefaults instantiates a new HistoricalFieldAggregateResponse 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 - -### GetStatus - -`func (o *HistoricalFieldAggregateResponse) GetStatus() string` - -GetStatus returns the Status field if non-nil, zero value otherwise. - -### GetStatusOk - -`func (o *HistoricalFieldAggregateResponse) 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. - -### SetStatus - -`func (o *HistoricalFieldAggregateResponse) SetStatus(v string)` - -SetStatus sets Status field to given value. - -### HasStatus - -`func (o *HistoricalFieldAggregateResponse) HasStatus() bool` - -HasStatus returns a boolean if a field has been set. - -### GetMeta - -`func (o *HistoricalFieldAggregateResponse) GetMeta() HistoricalMeta` - -GetMeta returns the Meta field if non-nil, zero value otherwise. - -### GetMetaOk - -`func (o *HistoricalFieldAggregateResponse) GetMetaOk() (*HistoricalMeta, bool)` - -GetMetaOk returns a tuple with the Meta field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetMeta - -`func (o *HistoricalFieldAggregateResponse) SetMeta(v HistoricalMeta)` - -SetMeta sets Meta field to given value. - -### HasMeta - -`func (o *HistoricalFieldAggregateResponse) HasMeta() bool` - -HasMeta returns a boolean if a field has been set. - -### GetMsg - -`func (o *HistoricalFieldAggregateResponse) GetMsg() string` - -GetMsg returns the Msg field if non-nil, zero value otherwise. - -### GetMsgOk - -`func (o *HistoricalFieldAggregateResponse) GetMsgOk() (*string, bool)` - -GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetMsg - -`func (o *HistoricalFieldAggregateResponse) SetMsg(v string)` - -SetMsg sets Msg field to given value. - -### HasMsg - -`func (o *HistoricalFieldAggregateResponse) HasMsg() bool` - -HasMsg returns a boolean if a field has been set. - -### SetMsgNil - -`func (o *HistoricalFieldAggregateResponse) SetMsgNil(b bool)` - - SetMsgNil sets the value for Msg to be an explicit nil - -### UnsetMsg -`func (o *HistoricalFieldAggregateResponse) UnsetMsg()` - -UnsetMsg ensures that no value is present for Msg, not even an explicit nil -### GetData - -`func (o *HistoricalFieldAggregateResponse) GetData() []HistoricalFieldResultsAttributes` - -GetData returns the Data field if non-nil, zero value otherwise. - -### GetDataOk - -`func (o *HistoricalFieldAggregateResponse) GetDataOk() (*[]HistoricalFieldResultsAttributes, bool)` - -GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetData - -`func (o *HistoricalFieldAggregateResponse) SetData(v []HistoricalFieldResultsAttributes)` - -SetData sets Data field to given value. - -### HasData - -`func (o *HistoricalFieldAggregateResponse) HasData() bool` - -HasData returns a boolean if a field has been set. - - -[Back to API list](../README.md#documentation-for-api-endpoints) | [Back to README](../README.md) diff --git a/docs/HistoricalFieldAggregateResponseAllOf.md b/docs/HistoricalFieldAggregateResponseAllOf.md deleted file mode 100644 index d2ea43b2..00000000 --- a/docs/HistoricalFieldAggregateResponseAllOf.md +++ /dev/null @@ -1,54 +0,0 @@ -# HistoricalFieldAggregateResponseAllOf - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**Data** | Pointer to [**[]HistoricalFieldResultsAttributes**](HistoricalFieldResultsAttributes.md) | | [optional] - -## Methods - -### NewHistoricalFieldAggregateResponseAllOf - -`func NewHistoricalFieldAggregateResponseAllOf() *HistoricalFieldAggregateResponseAllOf` - -NewHistoricalFieldAggregateResponseAllOf instantiates a new HistoricalFieldAggregateResponseAllOf 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 - -### NewHistoricalFieldAggregateResponseAllOfWithDefaults - -`func NewHistoricalFieldAggregateResponseAllOfWithDefaults() *HistoricalFieldAggregateResponseAllOf` - -NewHistoricalFieldAggregateResponseAllOfWithDefaults instantiates a new HistoricalFieldAggregateResponseAllOf 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 - -### GetData - -`func (o *HistoricalFieldAggregateResponseAllOf) GetData() []HistoricalFieldResultsAttributes` - -GetData returns the Data field if non-nil, zero value otherwise. - -### GetDataOk - -`func (o *HistoricalFieldAggregateResponseAllOf) GetDataOk() (*[]HistoricalFieldResultsAttributes, bool)` - -GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetData - -`func (o *HistoricalFieldAggregateResponseAllOf) SetData(v []HistoricalFieldResultsAttributes)` - -SetData sets Data field to given value. - -### HasData - -`func (o *HistoricalFieldAggregateResponseAllOf) HasData() bool` - -HasData returns a boolean if a field has been set. - - -[Back to API list](../README.md#documentation-for-api-endpoints) | [Back to README](../README.md) diff --git a/docs/HistoricalFieldResponseDataField.md b/docs/HistoricalFieldResponseDataField.md deleted file mode 100644 index a03e66dd..00000000 --- a/docs/HistoricalFieldResponseDataField.md +++ /dev/null @@ -1,54 +0,0 @@ -# HistoricalFieldResponseDataField - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**Data** | Pointer to [**map[string][]HistoricalFieldResultsAttributes**](array.md) | | [optional] - -## Methods - -### NewHistoricalFieldResponseDataField - -`func NewHistoricalFieldResponseDataField() *HistoricalFieldResponseDataField` - -NewHistoricalFieldResponseDataField instantiates a new HistoricalFieldResponseDataField 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 - -### NewHistoricalFieldResponseDataFieldWithDefaults - -`func NewHistoricalFieldResponseDataFieldWithDefaults() *HistoricalFieldResponseDataField` - -NewHistoricalFieldResponseDataFieldWithDefaults instantiates a new HistoricalFieldResponseDataField 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 - -### GetData - -`func (o *HistoricalFieldResponseDataField) GetData() map[string][]HistoricalFieldResultsAttributes` - -GetData returns the Data field if non-nil, zero value otherwise. - -### GetDataOk - -`func (o *HistoricalFieldResponseDataField) GetDataOk() (*map[string][]HistoricalFieldResultsAttributes, bool)` - -GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetData - -`func (o *HistoricalFieldResponseDataField) SetData(v map[string][]HistoricalFieldResultsAttributes)` - -SetData sets Data field to given value. - -### HasData - -`func (o *HistoricalFieldResponseDataField) HasData() bool` - -HasData returns a boolean if a field has been set. - - -[Back to API list](../README.md#documentation-for-api-endpoints) | [Back to README](../README.md) diff --git a/docs/HistoricalFieldResultsAttributes.md b/docs/HistoricalFieldResultsAttributes.md deleted file mode 100644 index 00fa6b27..00000000 --- a/docs/HistoricalFieldResultsAttributes.md +++ /dev/null @@ -1,5940 +0,0 @@ -# HistoricalFieldResultsAttributes - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**Requests** | Pointer to **int32** | Number of requests processed. | [optional] -**Hits** | Pointer to **int32** | Number of cache hits. | [optional] -**HitsTime** | Pointer to **float32** | Total amount of time spent processing cache hits (in seconds). | [optional] -**Miss** | Pointer to **int32** | Number of cache misses. | [optional] -**MissTime** | Pointer to **float32** | Total amount of time spent processing cache misses (in seconds). | [optional] -**Pass** | Pointer to **int32** | Number of requests that passed through the CDN without being cached. | [optional] -**PassTime** | Pointer to **float32** | Total amount of time spent processing cache passes (in seconds). | [optional] -**Errors** | Pointer to **int32** | Number of cache errors. | [optional] -**Restarts** | Pointer to **int32** | Number of restarts performed. | [optional] -**HitRatio** | Pointer to **NullableFloat32** | Ratio of cache hits to cache misses (between 0 and 1). | [optional] -**Bandwidth** | Pointer to **int32** | Total bytes delivered (`resp_header_bytes` + `resp_body_bytes` + `bereq_header_bytes` + `bereq_body_bytes` + `compute_resp_header_bytes` + `compute_resp_body_bytes` + `compute_bereq_header_bytes` + `compute_bereq_body_bytes` + `websocket_resp_header_bytes` + `websocket_resp_body_bytes` + `websocket_bereq_header_bytes` + `websocket_bereq_body_bytes` + `fanout_resp_header_bytes` + `fanout_resp_body_bytes` + `fanout_bereq_header_bytes` + `fanout_bereq_body_bytes`). | [optional] -**BodySize** | Pointer to **int32** | Total body bytes delivered (alias for resp_body_bytes). | [optional] -**HeaderSize** | Pointer to **int32** | Total header bytes delivered (alias for resp_header_bytes). | [optional] -**ReqBodyBytes** | Pointer to **int32** | Total body bytes received. | [optional] -**ReqHeaderBytes** | Pointer to **int32** | Total header bytes received. | [optional] -**RespBodyBytes** | Pointer to **int32** | Total body bytes delivered (edge_resp_body_bytes + shield_resp_body_bytes). | [optional] -**RespHeaderBytes** | Pointer to **int32** | Total header bytes delivered (edge_resp_header_bytes + shield_resp_header_bytes). | [optional] -**BereqBodyBytes** | Pointer to **int32** | Total body bytes sent to origin. | [optional] -**BereqHeaderBytes** | Pointer to **int32** | Total header bytes sent to origin. | [optional] -**Uncacheable** | Pointer to **int32** | Number of requests that were designated uncachable. | [optional] -**Pipe** | Pointer to **int32** | Optional. Pipe operations performed (legacy feature). | [optional] -**Synth** | Pointer to **int32** | Number of requests that returned a synthetic response (i.e., response objects created with the `synthetic` VCL statement). | [optional] -**TLS** | Pointer to **int32** | Number of requests that were received over TLS. | [optional] -**TLSV10** | Pointer to **int32** | Number of requests received over TLS 1.0. | [optional] -**TLSV11** | Pointer to **int32** | Number of requests received over TLS 1.1. | [optional] -**TLSV12** | Pointer to **int32** | Number of requests received over TLS 1.2. | [optional] -**TLSV13** | Pointer to **int32** | Number of requests received over TLS 1.3. | [optional] -**EdgeRequests** | Pointer to **int32** | Number of requests sent by end users to Fastly. | [optional] -**EdgeRespHeaderBytes** | Pointer to **int32** | Total header bytes delivered from Fastly to the end user. | [optional] -**EdgeRespBodyBytes** | Pointer to **int32** | Total body bytes delivered from Fastly to the end user. | [optional] -**EdgeHitRequests** | Pointer to **int32** | Number of requests sent by end users to Fastly that resulted in a hit at the edge. | [optional] -**EdgeMissRequests** | Pointer to **int32** | Number of requests sent by end users to Fastly that resulted in a miss at the edge. | [optional] -**OriginFetches** | Pointer to **int32** | Number of requests sent to origin. | [optional] -**OriginFetchHeaderBytes** | Pointer to **int32** | Total request header bytes sent to origin. | [optional] -**OriginFetchBodyBytes** | Pointer to **int32** | Total request body bytes sent to origin. | [optional] -**OriginFetchRespHeaderBytes** | Pointer to **int32** | Total header bytes received from origin. | [optional] -**OriginFetchRespBodyBytes** | Pointer to **int32** | Total body bytes received from origin. | [optional] -**OriginRevalidations** | Pointer to **int32** | Number of responses received from origin with a `304` status code in response to an `If-Modified-Since` or `If-None-Match` request. Under regular scenarios, a revalidation will imply a cache hit. However, if using Fastly Image Optimizer or segmented caching this may result in a cache miss. | [optional] -**OriginCacheFetches** | Pointer to **int32** | The total number of completed requests made to backends (origins) that returned cacheable content. | [optional] -**Shield** | Pointer to **int32** | Number of requests from edge to the shield POP. | [optional] -**ShieldRespBodyBytes** | Pointer to **int32** | Total body bytes delivered via a shield. | [optional] -**ShieldRespHeaderBytes** | Pointer to **int32** | Total header bytes delivered via a shield. | [optional] -**ShieldFetches** | Pointer to **int32** | Number of requests made from one Fastly POP to another, as part of shielding. | [optional] -**ShieldFetchHeaderBytes** | Pointer to **int32** | Total request header bytes sent to a shield. | [optional] -**ShieldFetchBodyBytes** | Pointer to **int32** | Total request body bytes sent to a shield. | [optional] -**ShieldFetchRespHeaderBytes** | Pointer to **int32** | Total response header bytes sent from a shield to the edge. | [optional] -**ShieldFetchRespBodyBytes** | Pointer to **int32** | Total response body bytes sent from a shield to the edge. | [optional] -**ShieldRevalidations** | Pointer to **int32** | Number of responses received from origin with a `304` status code, in response to an `If-Modified-Since` or `If-None-Match` request to a shield. Under regular scenarios, a revalidation will imply a cache hit. However, if using segmented caching this may result in a cache miss. | [optional] -**ShieldCacheFetches** | Pointer to **int32** | The total number of completed requests made to shields that returned cacheable content. | [optional] -**Ipv6** | Pointer to **int32** | Number of requests that were received over IPv6. | [optional] -**Otfp** | Pointer to **int32** | Number of responses that came from the Fastly On-the-Fly Packaging service for video-on-demand. | [optional] -**OtfpRespBodyBytes** | Pointer to **int32** | Total body bytes delivered from the Fastly On-the-Fly Packaging service for video-on-demand. | [optional] -**OtfpRespHeaderBytes** | Pointer to **int32** | Total header bytes delivered from the Fastly On-the-Fly Packaging service for video-on-demand. | [optional] -**OtfpShieldRespBodyBytes** | Pointer to **int32** | Total body bytes delivered via a shield for the Fastly On-the-Fly Packaging service for video-on-demand. | [optional] -**OtfpShieldRespHeaderBytes** | Pointer to **int32** | Total header bytes delivered via a shield for the Fastly On-the-Fly Packaging service for video-on-demand. | [optional] -**OtfpManifests** | Pointer to **int32** | Number of responses that were manifest files from the Fastly On-the-Fly Packaging service for video-on-demand. | [optional] -**OtfpDeliverTime** | Pointer to **float32** | Total amount of time spent delivering a response from the Fastly On-the-Fly Packaging service for video-on-demand (in seconds). | [optional] -**OtfpShieldTime** | Pointer to **float32** | Total amount of time spent delivering a response via a shield from the Fastly On-the-Fly Packaging service for video-on-demand (in seconds). | [optional] -**Video** | Pointer to **int32** | Number of responses with the video segment or video manifest MIME type (i.e., application/x-mpegurl, application/vnd.apple.mpegurl, application/f4m, application/dash+xml, application/vnd.ms-sstr+xml, ideo/mp2t, audio/aac, video/f4f, video/x-flv, video/mp4, audio/mp4). | [optional] -**Pci** | Pointer to **int32** | Number of responses with the PCI flag turned on. | [optional] -**Log** | Pointer to **int32** | Number of log lines sent. | [optional] -**LogBytes** | Pointer to **int32** | Total log bytes sent. | [optional] -**HTTP2** | Pointer to **int32** | Number of requests received over HTTP/2. | [optional] -**HTTP3** | Pointer to **int32** | Number of requests received over HTTP/3. | [optional] -**WafLogged** | Pointer to **int32** | Number of requests that triggered a WAF rule and were logged. | [optional] -**WafBlocked** | Pointer to **int32** | Number of requests that triggered a WAF rule and were blocked. | [optional] -**WafPassed** | Pointer to **int32** | Number of requests that triggered a WAF rule and were passed. | [optional] -**AttackReqBodyBytes** | Pointer to **int32** | Total body bytes received from requests that triggered a WAF rule. | [optional] -**AttackReqHeaderBytes** | Pointer to **int32** | Total header bytes received from requests that triggered a WAF rule. | [optional] -**AttackLoggedReqBodyBytes** | Pointer to **int32** | Total body bytes received from requests that triggered a WAF rule that was logged. | [optional] -**AttackLoggedReqHeaderBytes** | Pointer to **int32** | Total header bytes received from requests that triggered a WAF rule that was logged. | [optional] -**AttackBlockedReqBodyBytes** | Pointer to **int32** | Total body bytes received from requests that triggered a WAF rule that was blocked. | [optional] -**AttackBlockedReqHeaderBytes** | Pointer to **int32** | Total header bytes received from requests that triggered a WAF rule that was blocked. | [optional] -**AttackPassedReqBodyBytes** | Pointer to **int32** | Total body bytes received from requests that triggered a WAF rule that was passed. | [optional] -**AttackPassedReqHeaderBytes** | Pointer to **int32** | Total header bytes received from requests that triggered a WAF rule that was passed. | [optional] -**AttackRespSynthBytes** | Pointer to **int32** | Total bytes delivered for requests that triggered a WAF rule and returned a synthetic response. | [optional] -**Imgopto** | Pointer to **int32** | Number of responses that came from the Fastly Image Optimizer service. If the service receives 10 requests for an image, this stat will be 10 regardless of how many times the image was transformed. | [optional] -**ImgoptoRespBodyBytes** | Pointer to **int32** | Total body bytes delivered from the Fastly Image Optimizer service, including shield traffic. | [optional] -**ImgoptoRespHeaderBytes** | Pointer to **int32** | Total header bytes delivered from the Fastly Image Optimizer service, including shield traffic. | [optional] -**ImgoptoShieldRespBodyBytes** | Pointer to **int32** | Total body bytes delivered via a shield from the Fastly Image Optimizer service. | [optional] -**ImgoptoShieldRespHeaderBytes** | Pointer to **int32** | Total header bytes delivered via a shield from the Fastly Image Optimizer service. | [optional] -**Imgvideo** | Pointer to **int32** | Number of video responses that came from the Fastly Image Optimizer service. | [optional] -**ImgvideoFrames** | Pointer to **int32** | Number of video frames that came from the Fastly Image Optimizer service. A video frame is an individual image within a sequence of video. | [optional] -**ImgvideoRespHeaderBytes** | Pointer to **int32** | Total header bytes of video delivered from the Fastly Image Optimizer service. | [optional] -**ImgvideoRespBodyBytes** | Pointer to **int32** | Total body bytes of video delivered from the Fastly Image Optimizer service. | [optional] -**ImgvideoShieldRespHeaderBytes** | Pointer to **int32** | Total header bytes of video delivered via a shield from the Fastly Image Optimizer service. | [optional] -**ImgvideoShieldRespBodyBytes** | Pointer to **int32** | Total body bytes of video delivered via a shield from the Fastly Image Optimizer service. | [optional] -**ImgvideoShield** | Pointer to **int32** | Number of video responses delivered via a shield that came from the Fastly Image Optimizer service. | [optional] -**ImgvideoShieldFrames** | Pointer to **int32** | Number of video frames delivered via a shield that came from the Fastly Image Optimizer service. A video frame is an individual image within a sequence of video. | [optional] -**Status200** | Pointer to **int32** | Number of responses sent with status code 200 (Success). | [optional] -**Status204** | Pointer to **int32** | Number of responses sent with status code 204 (No Content). | [optional] -**Status206** | Pointer to **int32** | Number of responses sent with status code 206 (Partial Content). | [optional] -**Status301** | Pointer to **int32** | Number of responses sent with status code 301 (Moved Permanently). | [optional] -**Status302** | Pointer to **int32** | Number of responses sent with status code 302 (Found). | [optional] -**Status304** | Pointer to **int32** | Number of responses sent with status code 304 (Not Modified). | [optional] -**Status400** | Pointer to **int32** | Number of responses sent with status code 400 (Bad Request). | [optional] -**Status401** | Pointer to **int32** | Number of responses sent with status code 401 (Unauthorized). | [optional] -**Status403** | Pointer to **int32** | Number of responses sent with status code 403 (Forbidden). | [optional] -**Status404** | Pointer to **int32** | Number of responses sent with status code 404 (Not Found). | [optional] -**Status406** | Pointer to **int32** | Number of responses sent with status code 406 (Not Acceptable). | [optional] -**Status416** | Pointer to **int32** | Number of responses sent with status code 416 (Range Not Satisfiable). | [optional] -**Status429** | Pointer to **int32** | Number of responses sent with status code 429 (Too Many Requests). | [optional] -**Status500** | Pointer to **int32** | Number of responses sent with status code 500 (Internal Server Error). | [optional] -**Status501** | Pointer to **int32** | Number of responses sent with status code 501 (Not Implemented). | [optional] -**Status502** | Pointer to **int32** | Number of responses sent with status code 502 (Bad Gateway). | [optional] -**Status503** | Pointer to **int32** | Number of responses sent with status code 503 (Service Unavailable). | [optional] -**Status504** | Pointer to **int32** | Number of responses sent with status code 504 (Gateway Timeout). | [optional] -**Status505** | Pointer to **int32** | Number of responses sent with status code 505 (HTTP Version Not Supported). | [optional] -**Status1xx** | Pointer to **int32** | Number of \"Informational\" category status codes delivered. | [optional] -**Status2xx** | Pointer to **int32** | Number of \"Success\" status codes delivered. | [optional] -**Status3xx** | Pointer to **int32** | Number of \"Redirection\" codes delivered. | [optional] -**Status4xx** | Pointer to **int32** | Number of \"Client Error\" codes delivered. | [optional] -**Status5xx** | Pointer to **int32** | Number of \"Server Error\" codes delivered. | [optional] -**ObjectSize1k** | Pointer to **int32** | Number of objects served that were under 1KB in size. | [optional] -**ObjectSize10k** | Pointer to **int32** | Number of objects served that were between 1KB and 10KB in size. | [optional] -**ObjectSize100k** | Pointer to **int32** | Number of objects served that were between 10KB and 100KB in size. | [optional] -**ObjectSize1m** | Pointer to **int32** | Number of objects served that were between 100KB and 1MB in size. | [optional] -**ObjectSize10m** | Pointer to **int32** | Number of objects served that were between 1MB and 10MB in size. | [optional] -**ObjectSize100m** | Pointer to **int32** | Number of objects served that were between 10MB and 100MB in size. | [optional] -**ObjectSize1g** | Pointer to **int32** | Number of objects served that were between 100MB and 1GB in size. | [optional] -**RecvSubTime** | Pointer to **float32** | Time spent inside the `vcl_recv` Varnish subroutine (in seconds). | [optional] -**RecvSubCount** | Pointer to **int32** | Number of executions of the `vcl_recv` Varnish subroutine. | [optional] -**HashSubTime** | Pointer to **float32** | Time spent inside the `vcl_hash` Varnish subroutine (in seconds). | [optional] -**HashSubCount** | Pointer to **int32** | Number of executions of the `vcl_hash` Varnish subroutine. | [optional] -**MissSubTime** | Pointer to **float32** | Time spent inside the `vcl_miss` Varnish subroutine (in seconds). | [optional] -**MissSubCount** | Pointer to **int32** | Number of executions of the `vcl_miss` Varnish subroutine. | [optional] -**FetchSubTime** | Pointer to **float32** | Time spent inside the `vcl_fetch` Varnish subroutine (in seconds). | [optional] -**FetchSubCount** | Pointer to **int32** | Number of executions of the `vcl_fetch` Varnish subroutine. | [optional] -**PassSubTime** | Pointer to **float32** | Time spent inside the `vcl_pass` Varnish subroutine (in seconds). | [optional] -**PassSubCount** | Pointer to **int32** | Number of executions of the `vcl_pass` Varnish subroutine. | [optional] -**PipeSubTime** | Pointer to **float32** | Time spent inside the `vcl_pipe` Varnish subroutine (in seconds). | [optional] -**PipeSubCount** | Pointer to **int32** | Number of executions of the `vcl_pipe` Varnish subroutine. | [optional] -**DeliverSubTime** | Pointer to **float32** | Time spent inside the `vcl_deliver` Varnish subroutine (in seconds). | [optional] -**DeliverSubCount** | Pointer to **int32** | Number of executions of the `vcl_deliver` Varnish subroutine. | [optional] -**ErrorSubTime** | Pointer to **float32** | Time spent inside the `vcl_error` Varnish subroutine (in seconds). | [optional] -**ErrorSubCount** | Pointer to **int32** | Number of executions of the `vcl_error` Varnish subroutine. | [optional] -**HitSubTime** | Pointer to **float32** | Time spent inside the `vcl_hit` Varnish subroutine (in seconds). | [optional] -**HitSubCount** | Pointer to **int32** | Number of executions of the `vcl_hit` Varnish subroutine. | [optional] -**PrehashSubTime** | Pointer to **float32** | Time spent inside the `vcl_prehash` Varnish subroutine (in seconds). | [optional] -**PrehashSubCount** | Pointer to **int32** | Number of executions of the `vcl_prehash` Varnish subroutine. | [optional] -**PredeliverSubTime** | Pointer to **float32** | Time spent inside the `vcl_predeliver` Varnish subroutine (in seconds). | [optional] -**PredeliverSubCount** | Pointer to **int32** | Number of executions of the `vcl_predeliver` Varnish subroutine. | [optional] -**TLSHandshakeSentBytes** | Pointer to **int32** | Number of bytes transferred during TLS handshake. | [optional] -**HitRespBodyBytes** | Pointer to **int32** | Total body bytes delivered for cache hits. | [optional] -**MissRespBodyBytes** | Pointer to **int32** | Total body bytes delivered for cache misses. | [optional] -**PassRespBodyBytes** | Pointer to **int32** | Total body bytes delivered for cache passes. | [optional] -**SegblockOriginFetches** | Pointer to **int32** | Number of `Range` requests to origin for segments of resources when using segmented caching. | [optional] -**SegblockShieldFetches** | Pointer to **int32** | Number of `Range` requests to a shield for segments of resources when using segmented caching. | [optional] -**ComputeRequests** | Pointer to **int32** | The total number of requests that were received for your service by Fastly. | [optional] -**ComputeRequestTimeMs** | Pointer to **float32** | The total, actual amount of time used to process your requests, including active CPU time (in milliseconds). | [optional] -**ComputeRequestTimeBilledMs** | Pointer to **float32** | The total amount of request processing time you will be billed for, measured in 50 millisecond increments. | [optional] -**ComputeRAMUsed** | Pointer to **int32** | The amount of RAM used for your service by Fastly (in bytes). | [optional] -**ComputeExecutionTimeMs** | Pointer to **float32** | The amount of active CPU time used to process your requests (in milliseconds). | [optional] -**ComputeReqHeaderBytes** | Pointer to **int32** | Total header bytes received by the Compute platform. | [optional] -**ComputeReqBodyBytes** | Pointer to **int32** | Total body bytes received by the Compute platform. | [optional] -**ComputeRespHeaderBytes** | Pointer to **int32** | Total header bytes sent from Compute to end user. | [optional] -**ComputeRespBodyBytes** | Pointer to **int32** | Total body bytes sent from Compute to end user. | [optional] -**ComputeRespStatus1xx** | Pointer to **int32** | Number of \"Informational\" category status codes delivered by the Compute platform. | [optional] -**ComputeRespStatus2xx** | Pointer to **int32** | Number of \"Success\" category status codes delivered by the Compute platform. | [optional] -**ComputeRespStatus3xx** | Pointer to **int32** | Number of \"Redirection\" category status codes delivered by the Compute platform. | [optional] -**ComputeRespStatus4xx** | Pointer to **int32** | Number of \"Client Error\" category status codes delivered by the Compute platform. | [optional] -**ComputeRespStatus5xx** | Pointer to **int32** | Number of \"Server Error\" category status codes delivered by the Compute platform. | [optional] -**ComputeBereqHeaderBytes** | Pointer to **int32** | Total header bytes sent to backends (origins) by the Compute platform. | [optional] -**ComputeBereqBodyBytes** | Pointer to **int32** | Total body bytes sent to backends (origins) by the Compute platform. | [optional] -**ComputeBerespHeaderBytes** | Pointer to **int32** | Total header bytes received from backends (origins) by the Compute platform. | [optional] -**ComputeBerespBodyBytes** | Pointer to **int32** | Total body bytes received from backends (origins) by the Compute platform. | [optional] -**ComputeBereqs** | Pointer to **int32** | Number of backend requests started. | [optional] -**ComputeBereqErrors** | Pointer to **int32** | Number of backend request errors, including timeouts. | [optional] -**ComputeResourceLimitExceeded** | Pointer to **int32** | Number of times a guest exceeded its resource limit, includes heap, stack, globals, and code execution timeout. | [optional] -**ComputeHeapLimitExceeded** | Pointer to **int32** | Number of times a guest exceeded its heap limit. | [optional] -**ComputeStackLimitExceeded** | Pointer to **int32** | Number of times a guest exceeded its stack limit. | [optional] -**ComputeGlobalsLimitExceeded** | Pointer to **int32** | Number of times a guest exceeded its globals limit. | [optional] -**ComputeGuestErrors** | Pointer to **int32** | Number of times a service experienced a guest code error. | [optional] -**ComputeRuntimeErrors** | Pointer to **int32** | Number of times a service experienced a guest runtime error. | [optional] -**EdgeHitRespBodyBytes** | Pointer to **int32** | Body bytes delivered for edge hits. | [optional] -**EdgeHitRespHeaderBytes** | Pointer to **int32** | Header bytes delivered for edge hits. | [optional] -**EdgeMissRespBodyBytes** | Pointer to **int32** | Body bytes delivered for edge misses. | [optional] -**EdgeMissRespHeaderBytes** | Pointer to **int32** | Header bytes delivered for edge misses. | [optional] -**OriginCacheFetchRespBodyBytes** | Pointer to **int32** | Body bytes received from origin for cacheable content. | [optional] -**OriginCacheFetchRespHeaderBytes** | Pointer to **int32** | Header bytes received from an origin for cacheable content. | [optional] -**ShieldHitRequests** | Pointer to **int32** | Number of requests that resulted in a hit at a shield. | [optional] -**ShieldMissRequests** | Pointer to **int32** | Number of requests that resulted in a miss at a shield. | [optional] -**ShieldHitRespHeaderBytes** | Pointer to **int32** | Header bytes delivered for shield hits. | [optional] -**ShieldHitRespBodyBytes** | Pointer to **int32** | Body bytes delivered for shield hits. | [optional] -**ShieldMissRespHeaderBytes** | Pointer to **int32** | Header bytes delivered for shield misses. | [optional] -**ShieldMissRespBodyBytes** | Pointer to **int32** | Body bytes delivered for shield misses. | [optional] -**WebsocketReqHeaderBytes** | Pointer to **int32** | Total header bytes received from end users over passthrough WebSocket connections. | [optional] -**WebsocketReqBodyBytes** | Pointer to **int32** | Total message content bytes received from end users over passthrough WebSocket connections. | [optional] -**WebsocketRespHeaderBytes** | Pointer to **int32** | Total header bytes sent to end users over passthrough WebSocket connections. | [optional] -**WebsocketRespBodyBytes** | Pointer to **int32** | Total message content bytes sent to end users over passthrough WebSocket connections. | [optional] -**WebsocketBereqHeaderBytes** | Pointer to **int32** | Total header bytes sent to backends over passthrough WebSocket connections. | [optional] -**WebsocketBereqBodyBytes** | Pointer to **int32** | Total message content bytes sent to backends over passthrough WebSocket connections. | [optional] -**WebsocketBerespHeaderBytes** | Pointer to **int32** | Total header bytes received from backends over passthrough WebSocket connections. | [optional] -**WebsocketBerespBodyBytes** | Pointer to **int32** | Total message content bytes received from backends over passthrough WebSocket connections. | [optional] -**WebsocketConnTimeMs** | Pointer to **int32** | Total duration of passthrough WebSocket connections with end users. | [optional] -**FanoutRecvPublishes** | Pointer to **int32** | Total published messages received from the publish API endpoint. | [optional] -**FanoutSendPublishes** | Pointer to **int32** | Total published messages sent to end users. | [optional] -**KvStoreClassAOperations** | Pointer to **int32** | The total number of class a operations for the KV store. | [optional] -**KvStoreClassBOperations** | Pointer to **int32** | The total number of class b operations for the KV store. | [optional] -**ObjectStoreClassAOperations** | Pointer to **int32** | Use kv_store_class_a_operations. | [optional] -**ObjectStoreClassBOperations** | Pointer to **int32** | Use kv_store_class_b_operations. | [optional] -**FanoutReqHeaderBytes** | Pointer to **int32** | Total header bytes received from end users over Fanout connections. | [optional] -**FanoutReqBodyBytes** | Pointer to **int32** | Total body or message content bytes received from end users over Fanout connections. | [optional] -**FanoutRespHeaderBytes** | Pointer to **int32** | Total header bytes sent to end users over Fanout connections. | [optional] -**FanoutRespBodyBytes** | Pointer to **int32** | Total body or message content bytes sent to end users over Fanout connections, excluding published message content. | [optional] -**FanoutBereqHeaderBytes** | Pointer to **int32** | Total header bytes sent to backends over Fanout connections. | [optional] -**FanoutBereqBodyBytes** | Pointer to **int32** | Total body or message content bytes sent to backends over Fanout connections. | [optional] -**FanoutBerespHeaderBytes** | Pointer to **int32** | Total header bytes received from backends over Fanout connections. | [optional] -**FanoutBerespBodyBytes** | Pointer to **int32** | Total body or message content bytes received from backends over Fanout connections. | [optional] -**FanoutConnTimeMs** | Pointer to **int32** | Total duration of Fanout connections with end users. | [optional] -**DdosActionLimitStreamsConnections** | Pointer to **int32** | For HTTP/2, the number of connections the limit-streams action was applied to. The limit-streams action caps the allowed number of concurrent streams in a connection. | [optional] -**DdosActionLimitStreamsRequests** | Pointer to **int32** | For HTTP/2, the number of requests made on a connection for which the limit-streams action was taken. The limit-streams action caps the allowed number of concurrent streams in a connection. | [optional] -**DdosActionTarpitAccept** | Pointer to **int32** | The number of times the tarpit-accept action was taken. The tarpit-accept action adds a delay when accepting future connections. | [optional] -**DdosActionTarpit** | Pointer to **int32** | The number of times the tarpit action was taken. The tarpit action delays writing the response to the client. | [optional] -**DdosActionClose** | Pointer to **int32** | The number of times the close action was taken. The close action aborts the connection as soon as possible. The close action takes effect either right after accept, right after the client hello, or right after the response was sent. | [optional] -**DdosActionBlackhole** | Pointer to **int32** | The number of times the blackhole action was taken. The blackhole action quietly closes a TCP connection without sending a reset. The blackhole action quietly closes a TCP connection without notifying its peer (all TCP state is dropped). | [optional] -**BotChallengeStarts** | Pointer to **int32** | The number of challenge-start tokens created. | [optional] -**BotChallengeCompleteTokensPassed** | Pointer to **int32** | The number of challenge-complete tokens that passed validation. | [optional] -**BotChallengeCompleteTokensFailed** | Pointer to **int32** | The number of challenge-complete tokens that failed validation. | [optional] -**BotChallengeCompleteTokensChecked** | Pointer to **int32** | The number of challenge-complete tokens checked. | [optional] -**BotChallengeCompleteTokensDisabled** | Pointer to **int32** | The number of challenge-complete tokens not checked because the feature was disabled. | [optional] -**BotChallengeCompleteTokensIssued** | Pointer to **int32** | The number of challenge-complete tokens issued. For example, issuing a challenge-complete token after a series of CAPTCHA challenges ending in success. | [optional] -**BotChallengesIssued** | Pointer to **int32** | The number of challenges issued. For example, the issuance of a CAPTCHA challenge. | [optional] -**BotChallengesSucceeded** | Pointer to **int32** | The number of successful challenge solutions processed. For example, a correct CAPTCHA solution. | [optional] -**BotChallengesFailed** | Pointer to **int32** | The number of failed challenge solutions processed. For example, an incorrect CAPTCHA solution. | [optional] -**ServiceID** | Pointer to [**ReadOnlyIDService**](ReadOnlyIDService.md) | | [optional] -**StartTime** | Pointer to **int32** | | [optional] - -## Methods - -### NewHistoricalFieldResultsAttributes - -`func NewHistoricalFieldResultsAttributes() *HistoricalFieldResultsAttributes` - -NewHistoricalFieldResultsAttributes instantiates a new HistoricalFieldResultsAttributes 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 - -### NewHistoricalFieldResultsAttributesWithDefaults - -`func NewHistoricalFieldResultsAttributesWithDefaults() *HistoricalFieldResultsAttributes` - -NewHistoricalFieldResultsAttributesWithDefaults instantiates a new HistoricalFieldResultsAttributes 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 - -### GetRequests - -`func (o *HistoricalFieldResultsAttributes) GetRequests() int32` - -GetRequests returns the Requests field if non-nil, zero value otherwise. - -### GetRequestsOk - -`func (o *HistoricalFieldResultsAttributes) GetRequestsOk() (*int32, bool)` - -GetRequestsOk returns a tuple with the Requests field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetRequests - -`func (o *HistoricalFieldResultsAttributes) SetRequests(v int32)` - -SetRequests sets Requests field to given value. - -### HasRequests - -`func (o *HistoricalFieldResultsAttributes) HasRequests() bool` - -HasRequests returns a boolean if a field has been set. - -### GetHits - -`func (o *HistoricalFieldResultsAttributes) GetHits() int32` - -GetHits returns the Hits field if non-nil, zero value otherwise. - -### GetHitsOk - -`func (o *HistoricalFieldResultsAttributes) GetHitsOk() (*int32, bool)` - -GetHitsOk returns a tuple with the Hits field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetHits - -`func (o *HistoricalFieldResultsAttributes) SetHits(v int32)` - -SetHits sets Hits field to given value. - -### HasHits - -`func (o *HistoricalFieldResultsAttributes) HasHits() bool` - -HasHits returns a boolean if a field has been set. - -### GetHitsTime - -`func (o *HistoricalFieldResultsAttributes) GetHitsTime() float32` - -GetHitsTime returns the HitsTime field if non-nil, zero value otherwise. - -### GetHitsTimeOk - -`func (o *HistoricalFieldResultsAttributes) GetHitsTimeOk() (*float32, bool)` - -GetHitsTimeOk returns a tuple with the HitsTime field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetHitsTime - -`func (o *HistoricalFieldResultsAttributes) SetHitsTime(v float32)` - -SetHitsTime sets HitsTime field to given value. - -### HasHitsTime - -`func (o *HistoricalFieldResultsAttributes) HasHitsTime() bool` - -HasHitsTime returns a boolean if a field has been set. - -### GetMiss - -`func (o *HistoricalFieldResultsAttributes) GetMiss() int32` - -GetMiss returns the Miss field if non-nil, zero value otherwise. - -### GetMissOk - -`func (o *HistoricalFieldResultsAttributes) GetMissOk() (*int32, bool)` - -GetMissOk returns a tuple with the Miss field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetMiss - -`func (o *HistoricalFieldResultsAttributes) SetMiss(v int32)` - -SetMiss sets Miss field to given value. - -### HasMiss - -`func (o *HistoricalFieldResultsAttributes) HasMiss() bool` - -HasMiss returns a boolean if a field has been set. - -### GetMissTime - -`func (o *HistoricalFieldResultsAttributes) GetMissTime() float32` - -GetMissTime returns the MissTime field if non-nil, zero value otherwise. - -### GetMissTimeOk - -`func (o *HistoricalFieldResultsAttributes) GetMissTimeOk() (*float32, bool)` - -GetMissTimeOk returns a tuple with the MissTime field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetMissTime - -`func (o *HistoricalFieldResultsAttributes) SetMissTime(v float32)` - -SetMissTime sets MissTime field to given value. - -### HasMissTime - -`func (o *HistoricalFieldResultsAttributes) HasMissTime() bool` - -HasMissTime returns a boolean if a field has been set. - -### GetPass - -`func (o *HistoricalFieldResultsAttributes) GetPass() int32` - -GetPass returns the Pass field if non-nil, zero value otherwise. - -### GetPassOk - -`func (o *HistoricalFieldResultsAttributes) GetPassOk() (*int32, bool)` - -GetPassOk returns a tuple with the Pass field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetPass - -`func (o *HistoricalFieldResultsAttributes) SetPass(v int32)` - -SetPass sets Pass field to given value. - -### HasPass - -`func (o *HistoricalFieldResultsAttributes) HasPass() bool` - -HasPass returns a boolean if a field has been set. - -### GetPassTime - -`func (o *HistoricalFieldResultsAttributes) GetPassTime() float32` - -GetPassTime returns the PassTime field if non-nil, zero value otherwise. - -### GetPassTimeOk - -`func (o *HistoricalFieldResultsAttributes) GetPassTimeOk() (*float32, bool)` - -GetPassTimeOk returns a tuple with the PassTime field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetPassTime - -`func (o *HistoricalFieldResultsAttributes) SetPassTime(v float32)` - -SetPassTime sets PassTime field to given value. - -### HasPassTime - -`func (o *HistoricalFieldResultsAttributes) HasPassTime() bool` - -HasPassTime returns a boolean if a field has been set. - -### GetErrors - -`func (o *HistoricalFieldResultsAttributes) GetErrors() int32` - -GetErrors returns the Errors field if non-nil, zero value otherwise. - -### GetErrorsOk - -`func (o *HistoricalFieldResultsAttributes) GetErrorsOk() (*int32, bool)` - -GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetErrors - -`func (o *HistoricalFieldResultsAttributes) SetErrors(v int32)` - -SetErrors sets Errors field to given value. - -### HasErrors - -`func (o *HistoricalFieldResultsAttributes) HasErrors() bool` - -HasErrors returns a boolean if a field has been set. - -### GetRestarts - -`func (o *HistoricalFieldResultsAttributes) GetRestarts() int32` - -GetRestarts returns the Restarts field if non-nil, zero value otherwise. - -### GetRestartsOk - -`func (o *HistoricalFieldResultsAttributes) GetRestartsOk() (*int32, bool)` - -GetRestartsOk returns a tuple with the Restarts field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetRestarts - -`func (o *HistoricalFieldResultsAttributes) SetRestarts(v int32)` - -SetRestarts sets Restarts field to given value. - -### HasRestarts - -`func (o *HistoricalFieldResultsAttributes) HasRestarts() bool` - -HasRestarts returns a boolean if a field has been set. - -### GetHitRatio - -`func (o *HistoricalFieldResultsAttributes) GetHitRatio() float32` - -GetHitRatio returns the HitRatio field if non-nil, zero value otherwise. - -### GetHitRatioOk - -`func (o *HistoricalFieldResultsAttributes) GetHitRatioOk() (*float32, bool)` - -GetHitRatioOk returns a tuple with the HitRatio field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetHitRatio - -`func (o *HistoricalFieldResultsAttributes) SetHitRatio(v float32)` - -SetHitRatio sets HitRatio field to given value. - -### HasHitRatio - -`func (o *HistoricalFieldResultsAttributes) HasHitRatio() bool` - -HasHitRatio returns a boolean if a field has been set. - -### SetHitRatioNil - -`func (o *HistoricalFieldResultsAttributes) SetHitRatioNil(b bool)` - - SetHitRatioNil sets the value for HitRatio to be an explicit nil - -### UnsetHitRatio -`func (o *HistoricalFieldResultsAttributes) UnsetHitRatio()` - -UnsetHitRatio ensures that no value is present for HitRatio, not even an explicit nil -### GetBandwidth - -`func (o *HistoricalFieldResultsAttributes) GetBandwidth() int32` - -GetBandwidth returns the Bandwidth field if non-nil, zero value otherwise. - -### GetBandwidthOk - -`func (o *HistoricalFieldResultsAttributes) GetBandwidthOk() (*int32, bool)` - -GetBandwidthOk returns a tuple with the Bandwidth field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetBandwidth - -`func (o *HistoricalFieldResultsAttributes) SetBandwidth(v int32)` - -SetBandwidth sets Bandwidth field to given value. - -### HasBandwidth - -`func (o *HistoricalFieldResultsAttributes) HasBandwidth() bool` - -HasBandwidth returns a boolean if a field has been set. - -### GetBodySize - -`func (o *HistoricalFieldResultsAttributes) GetBodySize() int32` - -GetBodySize returns the BodySize field if non-nil, zero value otherwise. - -### GetBodySizeOk - -`func (o *HistoricalFieldResultsAttributes) GetBodySizeOk() (*int32, bool)` - -GetBodySizeOk returns a tuple with the BodySize field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetBodySize - -`func (o *HistoricalFieldResultsAttributes) SetBodySize(v int32)` - -SetBodySize sets BodySize field to given value. - -### HasBodySize - -`func (o *HistoricalFieldResultsAttributes) HasBodySize() bool` - -HasBodySize returns a boolean if a field has been set. - -### GetHeaderSize - -`func (o *HistoricalFieldResultsAttributes) GetHeaderSize() int32` - -GetHeaderSize returns the HeaderSize field if non-nil, zero value otherwise. - -### GetHeaderSizeOk - -`func (o *HistoricalFieldResultsAttributes) GetHeaderSizeOk() (*int32, bool)` - -GetHeaderSizeOk returns a tuple with the HeaderSize field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetHeaderSize - -`func (o *HistoricalFieldResultsAttributes) SetHeaderSize(v int32)` - -SetHeaderSize sets HeaderSize field to given value. - -### HasHeaderSize - -`func (o *HistoricalFieldResultsAttributes) HasHeaderSize() bool` - -HasHeaderSize returns a boolean if a field has been set. - -### GetReqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetReqBodyBytes() int32` - -GetReqBodyBytes returns the ReqBodyBytes field if non-nil, zero value otherwise. - -### GetReqBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetReqBodyBytesOk() (*int32, bool)` - -GetReqBodyBytesOk returns a tuple with the ReqBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetReqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetReqBodyBytes(v int32)` - -SetReqBodyBytes sets ReqBodyBytes field to given value. - -### HasReqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasReqBodyBytes() bool` - -HasReqBodyBytes returns a boolean if a field has been set. - -### GetReqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetReqHeaderBytes() int32` - -GetReqHeaderBytes returns the ReqHeaderBytes field if non-nil, zero value otherwise. - -### GetReqHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetReqHeaderBytesOk() (*int32, bool)` - -GetReqHeaderBytesOk returns a tuple with the ReqHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetReqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetReqHeaderBytes(v int32)` - -SetReqHeaderBytes sets ReqHeaderBytes field to given value. - -### HasReqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasReqHeaderBytes() bool` - -HasReqHeaderBytes returns a boolean if a field has been set. - -### GetRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetRespBodyBytes() int32` - -GetRespBodyBytes returns the RespBodyBytes field if non-nil, zero value otherwise. - -### GetRespBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetRespBodyBytesOk() (*int32, bool)` - -GetRespBodyBytesOk returns a tuple with the RespBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetRespBodyBytes(v int32)` - -SetRespBodyBytes sets RespBodyBytes field to given value. - -### HasRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasRespBodyBytes() bool` - -HasRespBodyBytes returns a boolean if a field has been set. - -### GetRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetRespHeaderBytes() int32` - -GetRespHeaderBytes returns the RespHeaderBytes field if non-nil, zero value otherwise. - -### GetRespHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetRespHeaderBytesOk() (*int32, bool)` - -GetRespHeaderBytesOk returns a tuple with the RespHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetRespHeaderBytes(v int32)` - -SetRespHeaderBytes sets RespHeaderBytes field to given value. - -### HasRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasRespHeaderBytes() bool` - -HasRespHeaderBytes returns a boolean if a field has been set. - -### GetBereqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetBereqBodyBytes() int32` - -GetBereqBodyBytes returns the BereqBodyBytes field if non-nil, zero value otherwise. - -### GetBereqBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetBereqBodyBytesOk() (*int32, bool)` - -GetBereqBodyBytesOk returns a tuple with the BereqBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetBereqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetBereqBodyBytes(v int32)` - -SetBereqBodyBytes sets BereqBodyBytes field to given value. - -### HasBereqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasBereqBodyBytes() bool` - -HasBereqBodyBytes returns a boolean if a field has been set. - -### GetBereqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetBereqHeaderBytes() int32` - -GetBereqHeaderBytes returns the BereqHeaderBytes field if non-nil, zero value otherwise. - -### GetBereqHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetBereqHeaderBytesOk() (*int32, bool)` - -GetBereqHeaderBytesOk returns a tuple with the BereqHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetBereqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetBereqHeaderBytes(v int32)` - -SetBereqHeaderBytes sets BereqHeaderBytes field to given value. - -### HasBereqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasBereqHeaderBytes() bool` - -HasBereqHeaderBytes returns a boolean if a field has been set. - -### GetUncacheable - -`func (o *HistoricalFieldResultsAttributes) GetUncacheable() int32` - -GetUncacheable returns the Uncacheable field if non-nil, zero value otherwise. - -### GetUncacheableOk - -`func (o *HistoricalFieldResultsAttributes) GetUncacheableOk() (*int32, bool)` - -GetUncacheableOk returns a tuple with the Uncacheable field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetUncacheable - -`func (o *HistoricalFieldResultsAttributes) SetUncacheable(v int32)` - -SetUncacheable sets Uncacheable field to given value. - -### HasUncacheable - -`func (o *HistoricalFieldResultsAttributes) HasUncacheable() bool` - -HasUncacheable returns a boolean if a field has been set. - -### GetPipe - -`func (o *HistoricalFieldResultsAttributes) GetPipe() int32` - -GetPipe returns the Pipe field if non-nil, zero value otherwise. - -### GetPipeOk - -`func (o *HistoricalFieldResultsAttributes) GetPipeOk() (*int32, bool)` - -GetPipeOk returns a tuple with the Pipe field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetPipe - -`func (o *HistoricalFieldResultsAttributes) SetPipe(v int32)` - -SetPipe sets Pipe field to given value. - -### HasPipe - -`func (o *HistoricalFieldResultsAttributes) HasPipe() bool` - -HasPipe returns a boolean if a field has been set. - -### GetSynth - -`func (o *HistoricalFieldResultsAttributes) GetSynth() int32` - -GetSynth returns the Synth field if non-nil, zero value otherwise. - -### GetSynthOk - -`func (o *HistoricalFieldResultsAttributes) GetSynthOk() (*int32, bool)` - -GetSynthOk returns a tuple with the Synth field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetSynth - -`func (o *HistoricalFieldResultsAttributes) SetSynth(v int32)` - -SetSynth sets Synth field to given value. - -### HasSynth - -`func (o *HistoricalFieldResultsAttributes) HasSynth() bool` - -HasSynth returns a boolean if a field has been set. - -### GetTLS - -`func (o *HistoricalFieldResultsAttributes) GetTLS() int32` - -GetTLS returns the TLS field if non-nil, zero value otherwise. - -### GetTLSOk - -`func (o *HistoricalFieldResultsAttributes) GetTLSOk() (*int32, bool)` - -GetTLSOk returns a tuple with the TLS field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetTLS - -`func (o *HistoricalFieldResultsAttributes) SetTLS(v int32)` - -SetTLS sets TLS field to given value. - -### HasTLS - -`func (o *HistoricalFieldResultsAttributes) HasTLS() bool` - -HasTLS returns a boolean if a field has been set. - -### GetTLSV10 - -`func (o *HistoricalFieldResultsAttributes) GetTLSV10() int32` - -GetTLSV10 returns the TLSV10 field if non-nil, zero value otherwise. - -### GetTLSV10Ok - -`func (o *HistoricalFieldResultsAttributes) GetTLSV10Ok() (*int32, bool)` - -GetTLSV10Ok returns a tuple with the TLSV10 field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetTLSV10 - -`func (o *HistoricalFieldResultsAttributes) SetTLSV10(v int32)` - -SetTLSV10 sets TLSV10 field to given value. - -### HasTLSV10 - -`func (o *HistoricalFieldResultsAttributes) HasTLSV10() bool` - -HasTLSV10 returns a boolean if a field has been set. - -### GetTLSV11 - -`func (o *HistoricalFieldResultsAttributes) GetTLSV11() int32` - -GetTLSV11 returns the TLSV11 field if non-nil, zero value otherwise. - -### GetTLSV11Ok - -`func (o *HistoricalFieldResultsAttributes) GetTLSV11Ok() (*int32, bool)` - -GetTLSV11Ok returns a tuple with the TLSV11 field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetTLSV11 - -`func (o *HistoricalFieldResultsAttributes) SetTLSV11(v int32)` - -SetTLSV11 sets TLSV11 field to given value. - -### HasTLSV11 - -`func (o *HistoricalFieldResultsAttributes) HasTLSV11() bool` - -HasTLSV11 returns a boolean if a field has been set. - -### GetTLSV12 - -`func (o *HistoricalFieldResultsAttributes) GetTLSV12() int32` - -GetTLSV12 returns the TLSV12 field if non-nil, zero value otherwise. - -### GetTLSV12Ok - -`func (o *HistoricalFieldResultsAttributes) GetTLSV12Ok() (*int32, bool)` - -GetTLSV12Ok returns a tuple with the TLSV12 field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetTLSV12 - -`func (o *HistoricalFieldResultsAttributes) SetTLSV12(v int32)` - -SetTLSV12 sets TLSV12 field to given value. - -### HasTLSV12 - -`func (o *HistoricalFieldResultsAttributes) HasTLSV12() bool` - -HasTLSV12 returns a boolean if a field has been set. - -### GetTLSV13 - -`func (o *HistoricalFieldResultsAttributes) GetTLSV13() int32` - -GetTLSV13 returns the TLSV13 field if non-nil, zero value otherwise. - -### GetTLSV13Ok - -`func (o *HistoricalFieldResultsAttributes) GetTLSV13Ok() (*int32, bool)` - -GetTLSV13Ok returns a tuple with the TLSV13 field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetTLSV13 - -`func (o *HistoricalFieldResultsAttributes) SetTLSV13(v int32)` - -SetTLSV13 sets TLSV13 field to given value. - -### HasTLSV13 - -`func (o *HistoricalFieldResultsAttributes) HasTLSV13() bool` - -HasTLSV13 returns a boolean if a field has been set. - -### GetEdgeRequests - -`func (o *HistoricalFieldResultsAttributes) GetEdgeRequests() int32` - -GetEdgeRequests returns the EdgeRequests field if non-nil, zero value otherwise. - -### GetEdgeRequestsOk - -`func (o *HistoricalFieldResultsAttributes) GetEdgeRequestsOk() (*int32, bool)` - -GetEdgeRequestsOk returns a tuple with the EdgeRequests field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetEdgeRequests - -`func (o *HistoricalFieldResultsAttributes) SetEdgeRequests(v int32)` - -SetEdgeRequests sets EdgeRequests field to given value. - -### HasEdgeRequests - -`func (o *HistoricalFieldResultsAttributes) HasEdgeRequests() bool` - -HasEdgeRequests returns a boolean if a field has been set. - -### GetEdgeRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetEdgeRespHeaderBytes() int32` - -GetEdgeRespHeaderBytes returns the EdgeRespHeaderBytes field if non-nil, zero value otherwise. - -### GetEdgeRespHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetEdgeRespHeaderBytesOk() (*int32, bool)` - -GetEdgeRespHeaderBytesOk returns a tuple with the EdgeRespHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetEdgeRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetEdgeRespHeaderBytes(v int32)` - -SetEdgeRespHeaderBytes sets EdgeRespHeaderBytes field to given value. - -### HasEdgeRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasEdgeRespHeaderBytes() bool` - -HasEdgeRespHeaderBytes returns a boolean if a field has been set. - -### GetEdgeRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetEdgeRespBodyBytes() int32` - -GetEdgeRespBodyBytes returns the EdgeRespBodyBytes field if non-nil, zero value otherwise. - -### GetEdgeRespBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetEdgeRespBodyBytesOk() (*int32, bool)` - -GetEdgeRespBodyBytesOk returns a tuple with the EdgeRespBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetEdgeRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetEdgeRespBodyBytes(v int32)` - -SetEdgeRespBodyBytes sets EdgeRespBodyBytes field to given value. - -### HasEdgeRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasEdgeRespBodyBytes() bool` - -HasEdgeRespBodyBytes returns a boolean if a field has been set. - -### GetEdgeHitRequests - -`func (o *HistoricalFieldResultsAttributes) GetEdgeHitRequests() int32` - -GetEdgeHitRequests returns the EdgeHitRequests field if non-nil, zero value otherwise. - -### GetEdgeHitRequestsOk - -`func (o *HistoricalFieldResultsAttributes) GetEdgeHitRequestsOk() (*int32, bool)` - -GetEdgeHitRequestsOk returns a tuple with the EdgeHitRequests field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetEdgeHitRequests - -`func (o *HistoricalFieldResultsAttributes) SetEdgeHitRequests(v int32)` - -SetEdgeHitRequests sets EdgeHitRequests field to given value. - -### HasEdgeHitRequests - -`func (o *HistoricalFieldResultsAttributes) HasEdgeHitRequests() bool` - -HasEdgeHitRequests returns a boolean if a field has been set. - -### GetEdgeMissRequests - -`func (o *HistoricalFieldResultsAttributes) GetEdgeMissRequests() int32` - -GetEdgeMissRequests returns the EdgeMissRequests field if non-nil, zero value otherwise. - -### GetEdgeMissRequestsOk - -`func (o *HistoricalFieldResultsAttributes) GetEdgeMissRequestsOk() (*int32, bool)` - -GetEdgeMissRequestsOk returns a tuple with the EdgeMissRequests field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetEdgeMissRequests - -`func (o *HistoricalFieldResultsAttributes) SetEdgeMissRequests(v int32)` - -SetEdgeMissRequests sets EdgeMissRequests field to given value. - -### HasEdgeMissRequests - -`func (o *HistoricalFieldResultsAttributes) HasEdgeMissRequests() bool` - -HasEdgeMissRequests returns a boolean if a field has been set. - -### GetOriginFetches - -`func (o *HistoricalFieldResultsAttributes) GetOriginFetches() int32` - -GetOriginFetches returns the OriginFetches field if non-nil, zero value otherwise. - -### GetOriginFetchesOk - -`func (o *HistoricalFieldResultsAttributes) GetOriginFetchesOk() (*int32, bool)` - -GetOriginFetchesOk returns a tuple with the OriginFetches field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetOriginFetches - -`func (o *HistoricalFieldResultsAttributes) SetOriginFetches(v int32)` - -SetOriginFetches sets OriginFetches field to given value. - -### HasOriginFetches - -`func (o *HistoricalFieldResultsAttributes) HasOriginFetches() bool` - -HasOriginFetches returns a boolean if a field has been set. - -### GetOriginFetchHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetOriginFetchHeaderBytes() int32` - -GetOriginFetchHeaderBytes returns the OriginFetchHeaderBytes field if non-nil, zero value otherwise. - -### GetOriginFetchHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetOriginFetchHeaderBytesOk() (*int32, bool)` - -GetOriginFetchHeaderBytesOk returns a tuple with the OriginFetchHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetOriginFetchHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetOriginFetchHeaderBytes(v int32)` - -SetOriginFetchHeaderBytes sets OriginFetchHeaderBytes field to given value. - -### HasOriginFetchHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasOriginFetchHeaderBytes() bool` - -HasOriginFetchHeaderBytes returns a boolean if a field has been set. - -### GetOriginFetchBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetOriginFetchBodyBytes() int32` - -GetOriginFetchBodyBytes returns the OriginFetchBodyBytes field if non-nil, zero value otherwise. - -### GetOriginFetchBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetOriginFetchBodyBytesOk() (*int32, bool)` - -GetOriginFetchBodyBytesOk returns a tuple with the OriginFetchBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetOriginFetchBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetOriginFetchBodyBytes(v int32)` - -SetOriginFetchBodyBytes sets OriginFetchBodyBytes field to given value. - -### HasOriginFetchBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasOriginFetchBodyBytes() bool` - -HasOriginFetchBodyBytes returns a boolean if a field has been set. - -### GetOriginFetchRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetOriginFetchRespHeaderBytes() int32` - -GetOriginFetchRespHeaderBytes returns the OriginFetchRespHeaderBytes field if non-nil, zero value otherwise. - -### GetOriginFetchRespHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetOriginFetchRespHeaderBytesOk() (*int32, bool)` - -GetOriginFetchRespHeaderBytesOk returns a tuple with the OriginFetchRespHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetOriginFetchRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetOriginFetchRespHeaderBytes(v int32)` - -SetOriginFetchRespHeaderBytes sets OriginFetchRespHeaderBytes field to given value. - -### HasOriginFetchRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasOriginFetchRespHeaderBytes() bool` - -HasOriginFetchRespHeaderBytes returns a boolean if a field has been set. - -### GetOriginFetchRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetOriginFetchRespBodyBytes() int32` - -GetOriginFetchRespBodyBytes returns the OriginFetchRespBodyBytes field if non-nil, zero value otherwise. - -### GetOriginFetchRespBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetOriginFetchRespBodyBytesOk() (*int32, bool)` - -GetOriginFetchRespBodyBytesOk returns a tuple with the OriginFetchRespBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetOriginFetchRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetOriginFetchRespBodyBytes(v int32)` - -SetOriginFetchRespBodyBytes sets OriginFetchRespBodyBytes field to given value. - -### HasOriginFetchRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasOriginFetchRespBodyBytes() bool` - -HasOriginFetchRespBodyBytes returns a boolean if a field has been set. - -### GetOriginRevalidations - -`func (o *HistoricalFieldResultsAttributes) GetOriginRevalidations() int32` - -GetOriginRevalidations returns the OriginRevalidations field if non-nil, zero value otherwise. - -### GetOriginRevalidationsOk - -`func (o *HistoricalFieldResultsAttributes) GetOriginRevalidationsOk() (*int32, bool)` - -GetOriginRevalidationsOk returns a tuple with the OriginRevalidations field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetOriginRevalidations - -`func (o *HistoricalFieldResultsAttributes) SetOriginRevalidations(v int32)` - -SetOriginRevalidations sets OriginRevalidations field to given value. - -### HasOriginRevalidations - -`func (o *HistoricalFieldResultsAttributes) HasOriginRevalidations() bool` - -HasOriginRevalidations returns a boolean if a field has been set. - -### GetOriginCacheFetches - -`func (o *HistoricalFieldResultsAttributes) GetOriginCacheFetches() int32` - -GetOriginCacheFetches returns the OriginCacheFetches field if non-nil, zero value otherwise. - -### GetOriginCacheFetchesOk - -`func (o *HistoricalFieldResultsAttributes) GetOriginCacheFetchesOk() (*int32, bool)` - -GetOriginCacheFetchesOk returns a tuple with the OriginCacheFetches field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetOriginCacheFetches - -`func (o *HistoricalFieldResultsAttributes) SetOriginCacheFetches(v int32)` - -SetOriginCacheFetches sets OriginCacheFetches field to given value. - -### HasOriginCacheFetches - -`func (o *HistoricalFieldResultsAttributes) HasOriginCacheFetches() bool` - -HasOriginCacheFetches returns a boolean if a field has been set. - -### GetShield - -`func (o *HistoricalFieldResultsAttributes) GetShield() int32` - -GetShield returns the Shield field if non-nil, zero value otherwise. - -### GetShieldOk - -`func (o *HistoricalFieldResultsAttributes) GetShieldOk() (*int32, bool)` - -GetShieldOk returns a tuple with the Shield field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetShield - -`func (o *HistoricalFieldResultsAttributes) SetShield(v int32)` - -SetShield sets Shield field to given value. - -### HasShield - -`func (o *HistoricalFieldResultsAttributes) HasShield() bool` - -HasShield returns a boolean if a field has been set. - -### GetShieldRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetShieldRespBodyBytes() int32` - -GetShieldRespBodyBytes returns the ShieldRespBodyBytes field if non-nil, zero value otherwise. - -### GetShieldRespBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetShieldRespBodyBytesOk() (*int32, bool)` - -GetShieldRespBodyBytesOk returns a tuple with the ShieldRespBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetShieldRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetShieldRespBodyBytes(v int32)` - -SetShieldRespBodyBytes sets ShieldRespBodyBytes field to given value. - -### HasShieldRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasShieldRespBodyBytes() bool` - -HasShieldRespBodyBytes returns a boolean if a field has been set. - -### GetShieldRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetShieldRespHeaderBytes() int32` - -GetShieldRespHeaderBytes returns the ShieldRespHeaderBytes field if non-nil, zero value otherwise. - -### GetShieldRespHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetShieldRespHeaderBytesOk() (*int32, bool)` - -GetShieldRespHeaderBytesOk returns a tuple with the ShieldRespHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetShieldRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetShieldRespHeaderBytes(v int32)` - -SetShieldRespHeaderBytes sets ShieldRespHeaderBytes field to given value. - -### HasShieldRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasShieldRespHeaderBytes() bool` - -HasShieldRespHeaderBytes returns a boolean if a field has been set. - -### GetShieldFetches - -`func (o *HistoricalFieldResultsAttributes) GetShieldFetches() int32` - -GetShieldFetches returns the ShieldFetches field if non-nil, zero value otherwise. - -### GetShieldFetchesOk - -`func (o *HistoricalFieldResultsAttributes) GetShieldFetchesOk() (*int32, bool)` - -GetShieldFetchesOk returns a tuple with the ShieldFetches field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetShieldFetches - -`func (o *HistoricalFieldResultsAttributes) SetShieldFetches(v int32)` - -SetShieldFetches sets ShieldFetches field to given value. - -### HasShieldFetches - -`func (o *HistoricalFieldResultsAttributes) HasShieldFetches() bool` - -HasShieldFetches returns a boolean if a field has been set. - -### GetShieldFetchHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetShieldFetchHeaderBytes() int32` - -GetShieldFetchHeaderBytes returns the ShieldFetchHeaderBytes field if non-nil, zero value otherwise. - -### GetShieldFetchHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetShieldFetchHeaderBytesOk() (*int32, bool)` - -GetShieldFetchHeaderBytesOk returns a tuple with the ShieldFetchHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetShieldFetchHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetShieldFetchHeaderBytes(v int32)` - -SetShieldFetchHeaderBytes sets ShieldFetchHeaderBytes field to given value. - -### HasShieldFetchHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasShieldFetchHeaderBytes() bool` - -HasShieldFetchHeaderBytes returns a boolean if a field has been set. - -### GetShieldFetchBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetShieldFetchBodyBytes() int32` - -GetShieldFetchBodyBytes returns the ShieldFetchBodyBytes field if non-nil, zero value otherwise. - -### GetShieldFetchBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetShieldFetchBodyBytesOk() (*int32, bool)` - -GetShieldFetchBodyBytesOk returns a tuple with the ShieldFetchBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetShieldFetchBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetShieldFetchBodyBytes(v int32)` - -SetShieldFetchBodyBytes sets ShieldFetchBodyBytes field to given value. - -### HasShieldFetchBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasShieldFetchBodyBytes() bool` - -HasShieldFetchBodyBytes returns a boolean if a field has been set. - -### GetShieldFetchRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetShieldFetchRespHeaderBytes() int32` - -GetShieldFetchRespHeaderBytes returns the ShieldFetchRespHeaderBytes field if non-nil, zero value otherwise. - -### GetShieldFetchRespHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetShieldFetchRespHeaderBytesOk() (*int32, bool)` - -GetShieldFetchRespHeaderBytesOk returns a tuple with the ShieldFetchRespHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetShieldFetchRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetShieldFetchRespHeaderBytes(v int32)` - -SetShieldFetchRespHeaderBytes sets ShieldFetchRespHeaderBytes field to given value. - -### HasShieldFetchRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasShieldFetchRespHeaderBytes() bool` - -HasShieldFetchRespHeaderBytes returns a boolean if a field has been set. - -### GetShieldFetchRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetShieldFetchRespBodyBytes() int32` - -GetShieldFetchRespBodyBytes returns the ShieldFetchRespBodyBytes field if non-nil, zero value otherwise. - -### GetShieldFetchRespBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetShieldFetchRespBodyBytesOk() (*int32, bool)` - -GetShieldFetchRespBodyBytesOk returns a tuple with the ShieldFetchRespBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetShieldFetchRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetShieldFetchRespBodyBytes(v int32)` - -SetShieldFetchRespBodyBytes sets ShieldFetchRespBodyBytes field to given value. - -### HasShieldFetchRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasShieldFetchRespBodyBytes() bool` - -HasShieldFetchRespBodyBytes returns a boolean if a field has been set. - -### GetShieldRevalidations - -`func (o *HistoricalFieldResultsAttributes) GetShieldRevalidations() int32` - -GetShieldRevalidations returns the ShieldRevalidations field if non-nil, zero value otherwise. - -### GetShieldRevalidationsOk - -`func (o *HistoricalFieldResultsAttributes) GetShieldRevalidationsOk() (*int32, bool)` - -GetShieldRevalidationsOk returns a tuple with the ShieldRevalidations field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetShieldRevalidations - -`func (o *HistoricalFieldResultsAttributes) SetShieldRevalidations(v int32)` - -SetShieldRevalidations sets ShieldRevalidations field to given value. - -### HasShieldRevalidations - -`func (o *HistoricalFieldResultsAttributes) HasShieldRevalidations() bool` - -HasShieldRevalidations returns a boolean if a field has been set. - -### GetShieldCacheFetches - -`func (o *HistoricalFieldResultsAttributes) GetShieldCacheFetches() int32` - -GetShieldCacheFetches returns the ShieldCacheFetches field if non-nil, zero value otherwise. - -### GetShieldCacheFetchesOk - -`func (o *HistoricalFieldResultsAttributes) GetShieldCacheFetchesOk() (*int32, bool)` - -GetShieldCacheFetchesOk returns a tuple with the ShieldCacheFetches field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetShieldCacheFetches - -`func (o *HistoricalFieldResultsAttributes) SetShieldCacheFetches(v int32)` - -SetShieldCacheFetches sets ShieldCacheFetches field to given value. - -### HasShieldCacheFetches - -`func (o *HistoricalFieldResultsAttributes) HasShieldCacheFetches() bool` - -HasShieldCacheFetches returns a boolean if a field has been set. - -### GetIpv6 - -`func (o *HistoricalFieldResultsAttributes) GetIpv6() int32` - -GetIpv6 returns the Ipv6 field if non-nil, zero value otherwise. - -### GetIpv6Ok - -`func (o *HistoricalFieldResultsAttributes) GetIpv6Ok() (*int32, bool)` - -GetIpv6Ok returns a tuple with the Ipv6 field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetIpv6 - -`func (o *HistoricalFieldResultsAttributes) SetIpv6(v int32)` - -SetIpv6 sets Ipv6 field to given value. - -### HasIpv6 - -`func (o *HistoricalFieldResultsAttributes) HasIpv6() bool` - -HasIpv6 returns a boolean if a field has been set. - -### GetOtfp - -`func (o *HistoricalFieldResultsAttributes) GetOtfp() int32` - -GetOtfp returns the Otfp field if non-nil, zero value otherwise. - -### GetOtfpOk - -`func (o *HistoricalFieldResultsAttributes) GetOtfpOk() (*int32, bool)` - -GetOtfpOk returns a tuple with the Otfp field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetOtfp - -`func (o *HistoricalFieldResultsAttributes) SetOtfp(v int32)` - -SetOtfp sets Otfp field to given value. - -### HasOtfp - -`func (o *HistoricalFieldResultsAttributes) HasOtfp() bool` - -HasOtfp returns a boolean if a field has been set. - -### GetOtfpRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetOtfpRespBodyBytes() int32` - -GetOtfpRespBodyBytes returns the OtfpRespBodyBytes field if non-nil, zero value otherwise. - -### GetOtfpRespBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetOtfpRespBodyBytesOk() (*int32, bool)` - -GetOtfpRespBodyBytesOk returns a tuple with the OtfpRespBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetOtfpRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetOtfpRespBodyBytes(v int32)` - -SetOtfpRespBodyBytes sets OtfpRespBodyBytes field to given value. - -### HasOtfpRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasOtfpRespBodyBytes() bool` - -HasOtfpRespBodyBytes returns a boolean if a field has been set. - -### GetOtfpRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetOtfpRespHeaderBytes() int32` - -GetOtfpRespHeaderBytes returns the OtfpRespHeaderBytes field if non-nil, zero value otherwise. - -### GetOtfpRespHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetOtfpRespHeaderBytesOk() (*int32, bool)` - -GetOtfpRespHeaderBytesOk returns a tuple with the OtfpRespHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetOtfpRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetOtfpRespHeaderBytes(v int32)` - -SetOtfpRespHeaderBytes sets OtfpRespHeaderBytes field to given value. - -### HasOtfpRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasOtfpRespHeaderBytes() bool` - -HasOtfpRespHeaderBytes returns a boolean if a field has been set. - -### GetOtfpShieldRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetOtfpShieldRespBodyBytes() int32` - -GetOtfpShieldRespBodyBytes returns the OtfpShieldRespBodyBytes field if non-nil, zero value otherwise. - -### GetOtfpShieldRespBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetOtfpShieldRespBodyBytesOk() (*int32, bool)` - -GetOtfpShieldRespBodyBytesOk returns a tuple with the OtfpShieldRespBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetOtfpShieldRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetOtfpShieldRespBodyBytes(v int32)` - -SetOtfpShieldRespBodyBytes sets OtfpShieldRespBodyBytes field to given value. - -### HasOtfpShieldRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasOtfpShieldRespBodyBytes() bool` - -HasOtfpShieldRespBodyBytes returns a boolean if a field has been set. - -### GetOtfpShieldRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetOtfpShieldRespHeaderBytes() int32` - -GetOtfpShieldRespHeaderBytes returns the OtfpShieldRespHeaderBytes field if non-nil, zero value otherwise. - -### GetOtfpShieldRespHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetOtfpShieldRespHeaderBytesOk() (*int32, bool)` - -GetOtfpShieldRespHeaderBytesOk returns a tuple with the OtfpShieldRespHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetOtfpShieldRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetOtfpShieldRespHeaderBytes(v int32)` - -SetOtfpShieldRespHeaderBytes sets OtfpShieldRespHeaderBytes field to given value. - -### HasOtfpShieldRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasOtfpShieldRespHeaderBytes() bool` - -HasOtfpShieldRespHeaderBytes returns a boolean if a field has been set. - -### GetOtfpManifests - -`func (o *HistoricalFieldResultsAttributes) GetOtfpManifests() int32` - -GetOtfpManifests returns the OtfpManifests field if non-nil, zero value otherwise. - -### GetOtfpManifestsOk - -`func (o *HistoricalFieldResultsAttributes) GetOtfpManifestsOk() (*int32, bool)` - -GetOtfpManifestsOk returns a tuple with the OtfpManifests field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetOtfpManifests - -`func (o *HistoricalFieldResultsAttributes) SetOtfpManifests(v int32)` - -SetOtfpManifests sets OtfpManifests field to given value. - -### HasOtfpManifests - -`func (o *HistoricalFieldResultsAttributes) HasOtfpManifests() bool` - -HasOtfpManifests returns a boolean if a field has been set. - -### GetOtfpDeliverTime - -`func (o *HistoricalFieldResultsAttributes) GetOtfpDeliverTime() float32` - -GetOtfpDeliverTime returns the OtfpDeliverTime field if non-nil, zero value otherwise. - -### GetOtfpDeliverTimeOk - -`func (o *HistoricalFieldResultsAttributes) GetOtfpDeliverTimeOk() (*float32, bool)` - -GetOtfpDeliverTimeOk returns a tuple with the OtfpDeliverTime field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetOtfpDeliverTime - -`func (o *HistoricalFieldResultsAttributes) SetOtfpDeliverTime(v float32)` - -SetOtfpDeliverTime sets OtfpDeliverTime field to given value. - -### HasOtfpDeliverTime - -`func (o *HistoricalFieldResultsAttributes) HasOtfpDeliverTime() bool` - -HasOtfpDeliverTime returns a boolean if a field has been set. - -### GetOtfpShieldTime - -`func (o *HistoricalFieldResultsAttributes) GetOtfpShieldTime() float32` - -GetOtfpShieldTime returns the OtfpShieldTime field if non-nil, zero value otherwise. - -### GetOtfpShieldTimeOk - -`func (o *HistoricalFieldResultsAttributes) GetOtfpShieldTimeOk() (*float32, bool)` - -GetOtfpShieldTimeOk returns a tuple with the OtfpShieldTime field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetOtfpShieldTime - -`func (o *HistoricalFieldResultsAttributes) SetOtfpShieldTime(v float32)` - -SetOtfpShieldTime sets OtfpShieldTime field to given value. - -### HasOtfpShieldTime - -`func (o *HistoricalFieldResultsAttributes) HasOtfpShieldTime() bool` - -HasOtfpShieldTime returns a boolean if a field has been set. - -### GetVideo - -`func (o *HistoricalFieldResultsAttributes) GetVideo() int32` - -GetVideo returns the Video field if non-nil, zero value otherwise. - -### GetVideoOk - -`func (o *HistoricalFieldResultsAttributes) GetVideoOk() (*int32, bool)` - -GetVideoOk returns a tuple with the Video field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetVideo - -`func (o *HistoricalFieldResultsAttributes) SetVideo(v int32)` - -SetVideo sets Video field to given value. - -### HasVideo - -`func (o *HistoricalFieldResultsAttributes) HasVideo() bool` - -HasVideo returns a boolean if a field has been set. - -### GetPci - -`func (o *HistoricalFieldResultsAttributes) GetPci() int32` - -GetPci returns the Pci field if non-nil, zero value otherwise. - -### GetPciOk - -`func (o *HistoricalFieldResultsAttributes) GetPciOk() (*int32, bool)` - -GetPciOk returns a tuple with the Pci field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetPci - -`func (o *HistoricalFieldResultsAttributes) SetPci(v int32)` - -SetPci sets Pci field to given value. - -### HasPci - -`func (o *HistoricalFieldResultsAttributes) HasPci() bool` - -HasPci returns a boolean if a field has been set. - -### GetLog - -`func (o *HistoricalFieldResultsAttributes) GetLog() int32` - -GetLog returns the Log field if non-nil, zero value otherwise. - -### GetLogOk - -`func (o *HistoricalFieldResultsAttributes) GetLogOk() (*int32, bool)` - -GetLogOk returns a tuple with the Log field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetLog - -`func (o *HistoricalFieldResultsAttributes) SetLog(v int32)` - -SetLog sets Log field to given value. - -### HasLog - -`func (o *HistoricalFieldResultsAttributes) HasLog() bool` - -HasLog returns a boolean if a field has been set. - -### GetLogBytes - -`func (o *HistoricalFieldResultsAttributes) GetLogBytes() int32` - -GetLogBytes returns the LogBytes field if non-nil, zero value otherwise. - -### GetLogBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetLogBytesOk() (*int32, bool)` - -GetLogBytesOk returns a tuple with the LogBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetLogBytes - -`func (o *HistoricalFieldResultsAttributes) SetLogBytes(v int32)` - -SetLogBytes sets LogBytes field to given value. - -### HasLogBytes - -`func (o *HistoricalFieldResultsAttributes) HasLogBytes() bool` - -HasLogBytes returns a boolean if a field has been set. - -### GetHTTP2 - -`func (o *HistoricalFieldResultsAttributes) GetHTTP2() int32` - -GetHTTP2 returns the HTTP2 field if non-nil, zero value otherwise. - -### GetHTTP2Ok - -`func (o *HistoricalFieldResultsAttributes) GetHTTP2Ok() (*int32, bool)` - -GetHTTP2Ok returns a tuple with the HTTP2 field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetHTTP2 - -`func (o *HistoricalFieldResultsAttributes) SetHTTP2(v int32)` - -SetHTTP2 sets HTTP2 field to given value. - -### HasHTTP2 - -`func (o *HistoricalFieldResultsAttributes) HasHTTP2() bool` - -HasHTTP2 returns a boolean if a field has been set. - -### GetHTTP3 - -`func (o *HistoricalFieldResultsAttributes) GetHTTP3() int32` - -GetHTTP3 returns the HTTP3 field if non-nil, zero value otherwise. - -### GetHTTP3Ok - -`func (o *HistoricalFieldResultsAttributes) GetHTTP3Ok() (*int32, bool)` - -GetHTTP3Ok returns a tuple with the HTTP3 field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetHTTP3 - -`func (o *HistoricalFieldResultsAttributes) SetHTTP3(v int32)` - -SetHTTP3 sets HTTP3 field to given value. - -### HasHTTP3 - -`func (o *HistoricalFieldResultsAttributes) HasHTTP3() bool` - -HasHTTP3 returns a boolean if a field has been set. - -### GetWafLogged - -`func (o *HistoricalFieldResultsAttributes) GetWafLogged() int32` - -GetWafLogged returns the WafLogged field if non-nil, zero value otherwise. - -### GetWafLoggedOk - -`func (o *HistoricalFieldResultsAttributes) GetWafLoggedOk() (*int32, bool)` - -GetWafLoggedOk returns a tuple with the WafLogged field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetWafLogged - -`func (o *HistoricalFieldResultsAttributes) SetWafLogged(v int32)` - -SetWafLogged sets WafLogged field to given value. - -### HasWafLogged - -`func (o *HistoricalFieldResultsAttributes) HasWafLogged() bool` - -HasWafLogged returns a boolean if a field has been set. - -### GetWafBlocked - -`func (o *HistoricalFieldResultsAttributes) GetWafBlocked() int32` - -GetWafBlocked returns the WafBlocked field if non-nil, zero value otherwise. - -### GetWafBlockedOk - -`func (o *HistoricalFieldResultsAttributes) GetWafBlockedOk() (*int32, bool)` - -GetWafBlockedOk returns a tuple with the WafBlocked field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetWafBlocked - -`func (o *HistoricalFieldResultsAttributes) SetWafBlocked(v int32)` - -SetWafBlocked sets WafBlocked field to given value. - -### HasWafBlocked - -`func (o *HistoricalFieldResultsAttributes) HasWafBlocked() bool` - -HasWafBlocked returns a boolean if a field has been set. - -### GetWafPassed - -`func (o *HistoricalFieldResultsAttributes) GetWafPassed() int32` - -GetWafPassed returns the WafPassed field if non-nil, zero value otherwise. - -### GetWafPassedOk - -`func (o *HistoricalFieldResultsAttributes) GetWafPassedOk() (*int32, bool)` - -GetWafPassedOk returns a tuple with the WafPassed field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetWafPassed - -`func (o *HistoricalFieldResultsAttributes) SetWafPassed(v int32)` - -SetWafPassed sets WafPassed field to given value. - -### HasWafPassed - -`func (o *HistoricalFieldResultsAttributes) HasWafPassed() bool` - -HasWafPassed returns a boolean if a field has been set. - -### GetAttackReqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetAttackReqBodyBytes() int32` - -GetAttackReqBodyBytes returns the AttackReqBodyBytes field if non-nil, zero value otherwise. - -### GetAttackReqBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetAttackReqBodyBytesOk() (*int32, bool)` - -GetAttackReqBodyBytesOk returns a tuple with the AttackReqBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetAttackReqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetAttackReqBodyBytes(v int32)` - -SetAttackReqBodyBytes sets AttackReqBodyBytes field to given value. - -### HasAttackReqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasAttackReqBodyBytes() bool` - -HasAttackReqBodyBytes returns a boolean if a field has been set. - -### GetAttackReqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetAttackReqHeaderBytes() int32` - -GetAttackReqHeaderBytes returns the AttackReqHeaderBytes field if non-nil, zero value otherwise. - -### GetAttackReqHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetAttackReqHeaderBytesOk() (*int32, bool)` - -GetAttackReqHeaderBytesOk returns a tuple with the AttackReqHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetAttackReqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetAttackReqHeaderBytes(v int32)` - -SetAttackReqHeaderBytes sets AttackReqHeaderBytes field to given value. - -### HasAttackReqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasAttackReqHeaderBytes() bool` - -HasAttackReqHeaderBytes returns a boolean if a field has been set. - -### GetAttackLoggedReqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetAttackLoggedReqBodyBytes() int32` - -GetAttackLoggedReqBodyBytes returns the AttackLoggedReqBodyBytes field if non-nil, zero value otherwise. - -### GetAttackLoggedReqBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetAttackLoggedReqBodyBytesOk() (*int32, bool)` - -GetAttackLoggedReqBodyBytesOk returns a tuple with the AttackLoggedReqBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetAttackLoggedReqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetAttackLoggedReqBodyBytes(v int32)` - -SetAttackLoggedReqBodyBytes sets AttackLoggedReqBodyBytes field to given value. - -### HasAttackLoggedReqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasAttackLoggedReqBodyBytes() bool` - -HasAttackLoggedReqBodyBytes returns a boolean if a field has been set. - -### GetAttackLoggedReqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetAttackLoggedReqHeaderBytes() int32` - -GetAttackLoggedReqHeaderBytes returns the AttackLoggedReqHeaderBytes field if non-nil, zero value otherwise. - -### GetAttackLoggedReqHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetAttackLoggedReqHeaderBytesOk() (*int32, bool)` - -GetAttackLoggedReqHeaderBytesOk returns a tuple with the AttackLoggedReqHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetAttackLoggedReqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetAttackLoggedReqHeaderBytes(v int32)` - -SetAttackLoggedReqHeaderBytes sets AttackLoggedReqHeaderBytes field to given value. - -### HasAttackLoggedReqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasAttackLoggedReqHeaderBytes() bool` - -HasAttackLoggedReqHeaderBytes returns a boolean if a field has been set. - -### GetAttackBlockedReqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetAttackBlockedReqBodyBytes() int32` - -GetAttackBlockedReqBodyBytes returns the AttackBlockedReqBodyBytes field if non-nil, zero value otherwise. - -### GetAttackBlockedReqBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetAttackBlockedReqBodyBytesOk() (*int32, bool)` - -GetAttackBlockedReqBodyBytesOk returns a tuple with the AttackBlockedReqBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetAttackBlockedReqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetAttackBlockedReqBodyBytes(v int32)` - -SetAttackBlockedReqBodyBytes sets AttackBlockedReqBodyBytes field to given value. - -### HasAttackBlockedReqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasAttackBlockedReqBodyBytes() bool` - -HasAttackBlockedReqBodyBytes returns a boolean if a field has been set. - -### GetAttackBlockedReqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetAttackBlockedReqHeaderBytes() int32` - -GetAttackBlockedReqHeaderBytes returns the AttackBlockedReqHeaderBytes field if non-nil, zero value otherwise. - -### GetAttackBlockedReqHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetAttackBlockedReqHeaderBytesOk() (*int32, bool)` - -GetAttackBlockedReqHeaderBytesOk returns a tuple with the AttackBlockedReqHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetAttackBlockedReqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetAttackBlockedReqHeaderBytes(v int32)` - -SetAttackBlockedReqHeaderBytes sets AttackBlockedReqHeaderBytes field to given value. - -### HasAttackBlockedReqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasAttackBlockedReqHeaderBytes() bool` - -HasAttackBlockedReqHeaderBytes returns a boolean if a field has been set. - -### GetAttackPassedReqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetAttackPassedReqBodyBytes() int32` - -GetAttackPassedReqBodyBytes returns the AttackPassedReqBodyBytes field if non-nil, zero value otherwise. - -### GetAttackPassedReqBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetAttackPassedReqBodyBytesOk() (*int32, bool)` - -GetAttackPassedReqBodyBytesOk returns a tuple with the AttackPassedReqBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetAttackPassedReqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetAttackPassedReqBodyBytes(v int32)` - -SetAttackPassedReqBodyBytes sets AttackPassedReqBodyBytes field to given value. - -### HasAttackPassedReqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasAttackPassedReqBodyBytes() bool` - -HasAttackPassedReqBodyBytes returns a boolean if a field has been set. - -### GetAttackPassedReqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetAttackPassedReqHeaderBytes() int32` - -GetAttackPassedReqHeaderBytes returns the AttackPassedReqHeaderBytes field if non-nil, zero value otherwise. - -### GetAttackPassedReqHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetAttackPassedReqHeaderBytesOk() (*int32, bool)` - -GetAttackPassedReqHeaderBytesOk returns a tuple with the AttackPassedReqHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetAttackPassedReqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetAttackPassedReqHeaderBytes(v int32)` - -SetAttackPassedReqHeaderBytes sets AttackPassedReqHeaderBytes field to given value. - -### HasAttackPassedReqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasAttackPassedReqHeaderBytes() bool` - -HasAttackPassedReqHeaderBytes returns a boolean if a field has been set. - -### GetAttackRespSynthBytes - -`func (o *HistoricalFieldResultsAttributes) GetAttackRespSynthBytes() int32` - -GetAttackRespSynthBytes returns the AttackRespSynthBytes field if non-nil, zero value otherwise. - -### GetAttackRespSynthBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetAttackRespSynthBytesOk() (*int32, bool)` - -GetAttackRespSynthBytesOk returns a tuple with the AttackRespSynthBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetAttackRespSynthBytes - -`func (o *HistoricalFieldResultsAttributes) SetAttackRespSynthBytes(v int32)` - -SetAttackRespSynthBytes sets AttackRespSynthBytes field to given value. - -### HasAttackRespSynthBytes - -`func (o *HistoricalFieldResultsAttributes) HasAttackRespSynthBytes() bool` - -HasAttackRespSynthBytes returns a boolean if a field has been set. - -### GetImgopto - -`func (o *HistoricalFieldResultsAttributes) GetImgopto() int32` - -GetImgopto returns the Imgopto field if non-nil, zero value otherwise. - -### GetImgoptoOk - -`func (o *HistoricalFieldResultsAttributes) GetImgoptoOk() (*int32, bool)` - -GetImgoptoOk returns a tuple with the Imgopto field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetImgopto - -`func (o *HistoricalFieldResultsAttributes) SetImgopto(v int32)` - -SetImgopto sets Imgopto field to given value. - -### HasImgopto - -`func (o *HistoricalFieldResultsAttributes) HasImgopto() bool` - -HasImgopto returns a boolean if a field has been set. - -### GetImgoptoRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetImgoptoRespBodyBytes() int32` - -GetImgoptoRespBodyBytes returns the ImgoptoRespBodyBytes field if non-nil, zero value otherwise. - -### GetImgoptoRespBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetImgoptoRespBodyBytesOk() (*int32, bool)` - -GetImgoptoRespBodyBytesOk returns a tuple with the ImgoptoRespBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetImgoptoRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetImgoptoRespBodyBytes(v int32)` - -SetImgoptoRespBodyBytes sets ImgoptoRespBodyBytes field to given value. - -### HasImgoptoRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasImgoptoRespBodyBytes() bool` - -HasImgoptoRespBodyBytes returns a boolean if a field has been set. - -### GetImgoptoRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetImgoptoRespHeaderBytes() int32` - -GetImgoptoRespHeaderBytes returns the ImgoptoRespHeaderBytes field if non-nil, zero value otherwise. - -### GetImgoptoRespHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetImgoptoRespHeaderBytesOk() (*int32, bool)` - -GetImgoptoRespHeaderBytesOk returns a tuple with the ImgoptoRespHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetImgoptoRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetImgoptoRespHeaderBytes(v int32)` - -SetImgoptoRespHeaderBytes sets ImgoptoRespHeaderBytes field to given value. - -### HasImgoptoRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasImgoptoRespHeaderBytes() bool` - -HasImgoptoRespHeaderBytes returns a boolean if a field has been set. - -### GetImgoptoShieldRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetImgoptoShieldRespBodyBytes() int32` - -GetImgoptoShieldRespBodyBytes returns the ImgoptoShieldRespBodyBytes field if non-nil, zero value otherwise. - -### GetImgoptoShieldRespBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetImgoptoShieldRespBodyBytesOk() (*int32, bool)` - -GetImgoptoShieldRespBodyBytesOk returns a tuple with the ImgoptoShieldRespBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetImgoptoShieldRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetImgoptoShieldRespBodyBytes(v int32)` - -SetImgoptoShieldRespBodyBytes sets ImgoptoShieldRespBodyBytes field to given value. - -### HasImgoptoShieldRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasImgoptoShieldRespBodyBytes() bool` - -HasImgoptoShieldRespBodyBytes returns a boolean if a field has been set. - -### GetImgoptoShieldRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetImgoptoShieldRespHeaderBytes() int32` - -GetImgoptoShieldRespHeaderBytes returns the ImgoptoShieldRespHeaderBytes field if non-nil, zero value otherwise. - -### GetImgoptoShieldRespHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetImgoptoShieldRespHeaderBytesOk() (*int32, bool)` - -GetImgoptoShieldRespHeaderBytesOk returns a tuple with the ImgoptoShieldRespHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetImgoptoShieldRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetImgoptoShieldRespHeaderBytes(v int32)` - -SetImgoptoShieldRespHeaderBytes sets ImgoptoShieldRespHeaderBytes field to given value. - -### HasImgoptoShieldRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasImgoptoShieldRespHeaderBytes() bool` - -HasImgoptoShieldRespHeaderBytes returns a boolean if a field has been set. - -### GetImgvideo - -`func (o *HistoricalFieldResultsAttributes) GetImgvideo() int32` - -GetImgvideo returns the Imgvideo field if non-nil, zero value otherwise. - -### GetImgvideoOk - -`func (o *HistoricalFieldResultsAttributes) GetImgvideoOk() (*int32, bool)` - -GetImgvideoOk returns a tuple with the Imgvideo field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetImgvideo - -`func (o *HistoricalFieldResultsAttributes) SetImgvideo(v int32)` - -SetImgvideo sets Imgvideo field to given value. - -### HasImgvideo - -`func (o *HistoricalFieldResultsAttributes) HasImgvideo() bool` - -HasImgvideo returns a boolean if a field has been set. - -### GetImgvideoFrames - -`func (o *HistoricalFieldResultsAttributes) GetImgvideoFrames() int32` - -GetImgvideoFrames returns the ImgvideoFrames field if non-nil, zero value otherwise. - -### GetImgvideoFramesOk - -`func (o *HistoricalFieldResultsAttributes) GetImgvideoFramesOk() (*int32, bool)` - -GetImgvideoFramesOk returns a tuple with the ImgvideoFrames field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetImgvideoFrames - -`func (o *HistoricalFieldResultsAttributes) SetImgvideoFrames(v int32)` - -SetImgvideoFrames sets ImgvideoFrames field to given value. - -### HasImgvideoFrames - -`func (o *HistoricalFieldResultsAttributes) HasImgvideoFrames() bool` - -HasImgvideoFrames returns a boolean if a field has been set. - -### GetImgvideoRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetImgvideoRespHeaderBytes() int32` - -GetImgvideoRespHeaderBytes returns the ImgvideoRespHeaderBytes field if non-nil, zero value otherwise. - -### GetImgvideoRespHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetImgvideoRespHeaderBytesOk() (*int32, bool)` - -GetImgvideoRespHeaderBytesOk returns a tuple with the ImgvideoRespHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetImgvideoRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetImgvideoRespHeaderBytes(v int32)` - -SetImgvideoRespHeaderBytes sets ImgvideoRespHeaderBytes field to given value. - -### HasImgvideoRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasImgvideoRespHeaderBytes() bool` - -HasImgvideoRespHeaderBytes returns a boolean if a field has been set. - -### GetImgvideoRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetImgvideoRespBodyBytes() int32` - -GetImgvideoRespBodyBytes returns the ImgvideoRespBodyBytes field if non-nil, zero value otherwise. - -### GetImgvideoRespBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetImgvideoRespBodyBytesOk() (*int32, bool)` - -GetImgvideoRespBodyBytesOk returns a tuple with the ImgvideoRespBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetImgvideoRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetImgvideoRespBodyBytes(v int32)` - -SetImgvideoRespBodyBytes sets ImgvideoRespBodyBytes field to given value. - -### HasImgvideoRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasImgvideoRespBodyBytes() bool` - -HasImgvideoRespBodyBytes returns a boolean if a field has been set. - -### GetImgvideoShieldRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetImgvideoShieldRespHeaderBytes() int32` - -GetImgvideoShieldRespHeaderBytes returns the ImgvideoShieldRespHeaderBytes field if non-nil, zero value otherwise. - -### GetImgvideoShieldRespHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetImgvideoShieldRespHeaderBytesOk() (*int32, bool)` - -GetImgvideoShieldRespHeaderBytesOk returns a tuple with the ImgvideoShieldRespHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetImgvideoShieldRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetImgvideoShieldRespHeaderBytes(v int32)` - -SetImgvideoShieldRespHeaderBytes sets ImgvideoShieldRespHeaderBytes field to given value. - -### HasImgvideoShieldRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasImgvideoShieldRespHeaderBytes() bool` - -HasImgvideoShieldRespHeaderBytes returns a boolean if a field has been set. - -### GetImgvideoShieldRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetImgvideoShieldRespBodyBytes() int32` - -GetImgvideoShieldRespBodyBytes returns the ImgvideoShieldRespBodyBytes field if non-nil, zero value otherwise. - -### GetImgvideoShieldRespBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetImgvideoShieldRespBodyBytesOk() (*int32, bool)` - -GetImgvideoShieldRespBodyBytesOk returns a tuple with the ImgvideoShieldRespBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetImgvideoShieldRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetImgvideoShieldRespBodyBytes(v int32)` - -SetImgvideoShieldRespBodyBytes sets ImgvideoShieldRespBodyBytes field to given value. - -### HasImgvideoShieldRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasImgvideoShieldRespBodyBytes() bool` - -HasImgvideoShieldRespBodyBytes returns a boolean if a field has been set. - -### GetImgvideoShield - -`func (o *HistoricalFieldResultsAttributes) GetImgvideoShield() int32` - -GetImgvideoShield returns the ImgvideoShield field if non-nil, zero value otherwise. - -### GetImgvideoShieldOk - -`func (o *HistoricalFieldResultsAttributes) GetImgvideoShieldOk() (*int32, bool)` - -GetImgvideoShieldOk returns a tuple with the ImgvideoShield field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetImgvideoShield - -`func (o *HistoricalFieldResultsAttributes) SetImgvideoShield(v int32)` - -SetImgvideoShield sets ImgvideoShield field to given value. - -### HasImgvideoShield - -`func (o *HistoricalFieldResultsAttributes) HasImgvideoShield() bool` - -HasImgvideoShield returns a boolean if a field has been set. - -### GetImgvideoShieldFrames - -`func (o *HistoricalFieldResultsAttributes) GetImgvideoShieldFrames() int32` - -GetImgvideoShieldFrames returns the ImgvideoShieldFrames field if non-nil, zero value otherwise. - -### GetImgvideoShieldFramesOk - -`func (o *HistoricalFieldResultsAttributes) GetImgvideoShieldFramesOk() (*int32, bool)` - -GetImgvideoShieldFramesOk returns a tuple with the ImgvideoShieldFrames field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetImgvideoShieldFrames - -`func (o *HistoricalFieldResultsAttributes) SetImgvideoShieldFrames(v int32)` - -SetImgvideoShieldFrames sets ImgvideoShieldFrames field to given value. - -### HasImgvideoShieldFrames - -`func (o *HistoricalFieldResultsAttributes) HasImgvideoShieldFrames() bool` - -HasImgvideoShieldFrames returns a boolean if a field has been set. - -### GetStatus200 - -`func (o *HistoricalFieldResultsAttributes) GetStatus200() int32` - -GetStatus200 returns the Status200 field if non-nil, zero value otherwise. - -### GetStatus200Ok - -`func (o *HistoricalFieldResultsAttributes) GetStatus200Ok() (*int32, bool)` - -GetStatus200Ok returns a tuple with the Status200 field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetStatus200 - -`func (o *HistoricalFieldResultsAttributes) SetStatus200(v int32)` - -SetStatus200 sets Status200 field to given value. - -### HasStatus200 - -`func (o *HistoricalFieldResultsAttributes) HasStatus200() bool` - -HasStatus200 returns a boolean if a field has been set. - -### GetStatus204 - -`func (o *HistoricalFieldResultsAttributes) GetStatus204() int32` - -GetStatus204 returns the Status204 field if non-nil, zero value otherwise. - -### GetStatus204Ok - -`func (o *HistoricalFieldResultsAttributes) GetStatus204Ok() (*int32, bool)` - -GetStatus204Ok returns a tuple with the Status204 field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetStatus204 - -`func (o *HistoricalFieldResultsAttributes) SetStatus204(v int32)` - -SetStatus204 sets Status204 field to given value. - -### HasStatus204 - -`func (o *HistoricalFieldResultsAttributes) HasStatus204() bool` - -HasStatus204 returns a boolean if a field has been set. - -### GetStatus206 - -`func (o *HistoricalFieldResultsAttributes) GetStatus206() int32` - -GetStatus206 returns the Status206 field if non-nil, zero value otherwise. - -### GetStatus206Ok - -`func (o *HistoricalFieldResultsAttributes) GetStatus206Ok() (*int32, bool)` - -GetStatus206Ok returns a tuple with the Status206 field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetStatus206 - -`func (o *HistoricalFieldResultsAttributes) SetStatus206(v int32)` - -SetStatus206 sets Status206 field to given value. - -### HasStatus206 - -`func (o *HistoricalFieldResultsAttributes) HasStatus206() bool` - -HasStatus206 returns a boolean if a field has been set. - -### GetStatus301 - -`func (o *HistoricalFieldResultsAttributes) GetStatus301() int32` - -GetStatus301 returns the Status301 field if non-nil, zero value otherwise. - -### GetStatus301Ok - -`func (o *HistoricalFieldResultsAttributes) GetStatus301Ok() (*int32, bool)` - -GetStatus301Ok returns a tuple with the Status301 field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetStatus301 - -`func (o *HistoricalFieldResultsAttributes) SetStatus301(v int32)` - -SetStatus301 sets Status301 field to given value. - -### HasStatus301 - -`func (o *HistoricalFieldResultsAttributes) HasStatus301() bool` - -HasStatus301 returns a boolean if a field has been set. - -### GetStatus302 - -`func (o *HistoricalFieldResultsAttributes) GetStatus302() int32` - -GetStatus302 returns the Status302 field if non-nil, zero value otherwise. - -### GetStatus302Ok - -`func (o *HistoricalFieldResultsAttributes) GetStatus302Ok() (*int32, bool)` - -GetStatus302Ok returns a tuple with the Status302 field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetStatus302 - -`func (o *HistoricalFieldResultsAttributes) SetStatus302(v int32)` - -SetStatus302 sets Status302 field to given value. - -### HasStatus302 - -`func (o *HistoricalFieldResultsAttributes) HasStatus302() bool` - -HasStatus302 returns a boolean if a field has been set. - -### GetStatus304 - -`func (o *HistoricalFieldResultsAttributes) GetStatus304() int32` - -GetStatus304 returns the Status304 field if non-nil, zero value otherwise. - -### GetStatus304Ok - -`func (o *HistoricalFieldResultsAttributes) GetStatus304Ok() (*int32, bool)` - -GetStatus304Ok returns a tuple with the Status304 field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetStatus304 - -`func (o *HistoricalFieldResultsAttributes) SetStatus304(v int32)` - -SetStatus304 sets Status304 field to given value. - -### HasStatus304 - -`func (o *HistoricalFieldResultsAttributes) HasStatus304() bool` - -HasStatus304 returns a boolean if a field has been set. - -### GetStatus400 - -`func (o *HistoricalFieldResultsAttributes) GetStatus400() int32` - -GetStatus400 returns the Status400 field if non-nil, zero value otherwise. - -### GetStatus400Ok - -`func (o *HistoricalFieldResultsAttributes) GetStatus400Ok() (*int32, bool)` - -GetStatus400Ok returns a tuple with the Status400 field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetStatus400 - -`func (o *HistoricalFieldResultsAttributes) SetStatus400(v int32)` - -SetStatus400 sets Status400 field to given value. - -### HasStatus400 - -`func (o *HistoricalFieldResultsAttributes) HasStatus400() bool` - -HasStatus400 returns a boolean if a field has been set. - -### GetStatus401 - -`func (o *HistoricalFieldResultsAttributes) GetStatus401() int32` - -GetStatus401 returns the Status401 field if non-nil, zero value otherwise. - -### GetStatus401Ok - -`func (o *HistoricalFieldResultsAttributes) GetStatus401Ok() (*int32, bool)` - -GetStatus401Ok returns a tuple with the Status401 field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetStatus401 - -`func (o *HistoricalFieldResultsAttributes) SetStatus401(v int32)` - -SetStatus401 sets Status401 field to given value. - -### HasStatus401 - -`func (o *HistoricalFieldResultsAttributes) HasStatus401() bool` - -HasStatus401 returns a boolean if a field has been set. - -### GetStatus403 - -`func (o *HistoricalFieldResultsAttributes) GetStatus403() int32` - -GetStatus403 returns the Status403 field if non-nil, zero value otherwise. - -### GetStatus403Ok - -`func (o *HistoricalFieldResultsAttributes) GetStatus403Ok() (*int32, bool)` - -GetStatus403Ok returns a tuple with the Status403 field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetStatus403 - -`func (o *HistoricalFieldResultsAttributes) SetStatus403(v int32)` - -SetStatus403 sets Status403 field to given value. - -### HasStatus403 - -`func (o *HistoricalFieldResultsAttributes) HasStatus403() bool` - -HasStatus403 returns a boolean if a field has been set. - -### GetStatus404 - -`func (o *HistoricalFieldResultsAttributes) GetStatus404() int32` - -GetStatus404 returns the Status404 field if non-nil, zero value otherwise. - -### GetStatus404Ok - -`func (o *HistoricalFieldResultsAttributes) GetStatus404Ok() (*int32, bool)` - -GetStatus404Ok returns a tuple with the Status404 field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetStatus404 - -`func (o *HistoricalFieldResultsAttributes) SetStatus404(v int32)` - -SetStatus404 sets Status404 field to given value. - -### HasStatus404 - -`func (o *HistoricalFieldResultsAttributes) HasStatus404() bool` - -HasStatus404 returns a boolean if a field has been set. - -### GetStatus406 - -`func (o *HistoricalFieldResultsAttributes) GetStatus406() int32` - -GetStatus406 returns the Status406 field if non-nil, zero value otherwise. - -### GetStatus406Ok - -`func (o *HistoricalFieldResultsAttributes) GetStatus406Ok() (*int32, bool)` - -GetStatus406Ok returns a tuple with the Status406 field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetStatus406 - -`func (o *HistoricalFieldResultsAttributes) SetStatus406(v int32)` - -SetStatus406 sets Status406 field to given value. - -### HasStatus406 - -`func (o *HistoricalFieldResultsAttributes) HasStatus406() bool` - -HasStatus406 returns a boolean if a field has been set. - -### GetStatus416 - -`func (o *HistoricalFieldResultsAttributes) GetStatus416() int32` - -GetStatus416 returns the Status416 field if non-nil, zero value otherwise. - -### GetStatus416Ok - -`func (o *HistoricalFieldResultsAttributes) GetStatus416Ok() (*int32, bool)` - -GetStatus416Ok returns a tuple with the Status416 field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetStatus416 - -`func (o *HistoricalFieldResultsAttributes) SetStatus416(v int32)` - -SetStatus416 sets Status416 field to given value. - -### HasStatus416 - -`func (o *HistoricalFieldResultsAttributes) HasStatus416() bool` - -HasStatus416 returns a boolean if a field has been set. - -### GetStatus429 - -`func (o *HistoricalFieldResultsAttributes) GetStatus429() int32` - -GetStatus429 returns the Status429 field if non-nil, zero value otherwise. - -### GetStatus429Ok - -`func (o *HistoricalFieldResultsAttributes) GetStatus429Ok() (*int32, bool)` - -GetStatus429Ok returns a tuple with the Status429 field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetStatus429 - -`func (o *HistoricalFieldResultsAttributes) SetStatus429(v int32)` - -SetStatus429 sets Status429 field to given value. - -### HasStatus429 - -`func (o *HistoricalFieldResultsAttributes) HasStatus429() bool` - -HasStatus429 returns a boolean if a field has been set. - -### GetStatus500 - -`func (o *HistoricalFieldResultsAttributes) GetStatus500() int32` - -GetStatus500 returns the Status500 field if non-nil, zero value otherwise. - -### GetStatus500Ok - -`func (o *HistoricalFieldResultsAttributes) GetStatus500Ok() (*int32, bool)` - -GetStatus500Ok returns a tuple with the Status500 field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetStatus500 - -`func (o *HistoricalFieldResultsAttributes) SetStatus500(v int32)` - -SetStatus500 sets Status500 field to given value. - -### HasStatus500 - -`func (o *HistoricalFieldResultsAttributes) HasStatus500() bool` - -HasStatus500 returns a boolean if a field has been set. - -### GetStatus501 - -`func (o *HistoricalFieldResultsAttributes) GetStatus501() int32` - -GetStatus501 returns the Status501 field if non-nil, zero value otherwise. - -### GetStatus501Ok - -`func (o *HistoricalFieldResultsAttributes) GetStatus501Ok() (*int32, bool)` - -GetStatus501Ok returns a tuple with the Status501 field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetStatus501 - -`func (o *HistoricalFieldResultsAttributes) SetStatus501(v int32)` - -SetStatus501 sets Status501 field to given value. - -### HasStatus501 - -`func (o *HistoricalFieldResultsAttributes) HasStatus501() bool` - -HasStatus501 returns a boolean if a field has been set. - -### GetStatus502 - -`func (o *HistoricalFieldResultsAttributes) GetStatus502() int32` - -GetStatus502 returns the Status502 field if non-nil, zero value otherwise. - -### GetStatus502Ok - -`func (o *HistoricalFieldResultsAttributes) GetStatus502Ok() (*int32, bool)` - -GetStatus502Ok returns a tuple with the Status502 field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetStatus502 - -`func (o *HistoricalFieldResultsAttributes) SetStatus502(v int32)` - -SetStatus502 sets Status502 field to given value. - -### HasStatus502 - -`func (o *HistoricalFieldResultsAttributes) HasStatus502() bool` - -HasStatus502 returns a boolean if a field has been set. - -### GetStatus503 - -`func (o *HistoricalFieldResultsAttributes) GetStatus503() int32` - -GetStatus503 returns the Status503 field if non-nil, zero value otherwise. - -### GetStatus503Ok - -`func (o *HistoricalFieldResultsAttributes) GetStatus503Ok() (*int32, bool)` - -GetStatus503Ok returns a tuple with the Status503 field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetStatus503 - -`func (o *HistoricalFieldResultsAttributes) SetStatus503(v int32)` - -SetStatus503 sets Status503 field to given value. - -### HasStatus503 - -`func (o *HistoricalFieldResultsAttributes) HasStatus503() bool` - -HasStatus503 returns a boolean if a field has been set. - -### GetStatus504 - -`func (o *HistoricalFieldResultsAttributes) GetStatus504() int32` - -GetStatus504 returns the Status504 field if non-nil, zero value otherwise. - -### GetStatus504Ok - -`func (o *HistoricalFieldResultsAttributes) GetStatus504Ok() (*int32, bool)` - -GetStatus504Ok returns a tuple with the Status504 field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetStatus504 - -`func (o *HistoricalFieldResultsAttributes) SetStatus504(v int32)` - -SetStatus504 sets Status504 field to given value. - -### HasStatus504 - -`func (o *HistoricalFieldResultsAttributes) HasStatus504() bool` - -HasStatus504 returns a boolean if a field has been set. - -### GetStatus505 - -`func (o *HistoricalFieldResultsAttributes) GetStatus505() int32` - -GetStatus505 returns the Status505 field if non-nil, zero value otherwise. - -### GetStatus505Ok - -`func (o *HistoricalFieldResultsAttributes) GetStatus505Ok() (*int32, bool)` - -GetStatus505Ok returns a tuple with the Status505 field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetStatus505 - -`func (o *HistoricalFieldResultsAttributes) SetStatus505(v int32)` - -SetStatus505 sets Status505 field to given value. - -### HasStatus505 - -`func (o *HistoricalFieldResultsAttributes) HasStatus505() bool` - -HasStatus505 returns a boolean if a field has been set. - -### GetStatus1xx - -`func (o *HistoricalFieldResultsAttributes) GetStatus1xx() int32` - -GetStatus1xx returns the Status1xx field if non-nil, zero value otherwise. - -### GetStatus1xxOk - -`func (o *HistoricalFieldResultsAttributes) GetStatus1xxOk() (*int32, bool)` - -GetStatus1xxOk returns a tuple with the Status1xx field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetStatus1xx - -`func (o *HistoricalFieldResultsAttributes) SetStatus1xx(v int32)` - -SetStatus1xx sets Status1xx field to given value. - -### HasStatus1xx - -`func (o *HistoricalFieldResultsAttributes) HasStatus1xx() bool` - -HasStatus1xx returns a boolean if a field has been set. - -### GetStatus2xx - -`func (o *HistoricalFieldResultsAttributes) GetStatus2xx() int32` - -GetStatus2xx returns the Status2xx field if non-nil, zero value otherwise. - -### GetStatus2xxOk - -`func (o *HistoricalFieldResultsAttributes) GetStatus2xxOk() (*int32, bool)` - -GetStatus2xxOk returns a tuple with the Status2xx field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetStatus2xx - -`func (o *HistoricalFieldResultsAttributes) SetStatus2xx(v int32)` - -SetStatus2xx sets Status2xx field to given value. - -### HasStatus2xx - -`func (o *HistoricalFieldResultsAttributes) HasStatus2xx() bool` - -HasStatus2xx returns a boolean if a field has been set. - -### GetStatus3xx - -`func (o *HistoricalFieldResultsAttributes) GetStatus3xx() int32` - -GetStatus3xx returns the Status3xx field if non-nil, zero value otherwise. - -### GetStatus3xxOk - -`func (o *HistoricalFieldResultsAttributes) GetStatus3xxOk() (*int32, bool)` - -GetStatus3xxOk returns a tuple with the Status3xx field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetStatus3xx - -`func (o *HistoricalFieldResultsAttributes) SetStatus3xx(v int32)` - -SetStatus3xx sets Status3xx field to given value. - -### HasStatus3xx - -`func (o *HistoricalFieldResultsAttributes) HasStatus3xx() bool` - -HasStatus3xx returns a boolean if a field has been set. - -### GetStatus4xx - -`func (o *HistoricalFieldResultsAttributes) GetStatus4xx() int32` - -GetStatus4xx returns the Status4xx field if non-nil, zero value otherwise. - -### GetStatus4xxOk - -`func (o *HistoricalFieldResultsAttributes) GetStatus4xxOk() (*int32, bool)` - -GetStatus4xxOk returns a tuple with the Status4xx field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetStatus4xx - -`func (o *HistoricalFieldResultsAttributes) SetStatus4xx(v int32)` - -SetStatus4xx sets Status4xx field to given value. - -### HasStatus4xx - -`func (o *HistoricalFieldResultsAttributes) HasStatus4xx() bool` - -HasStatus4xx returns a boolean if a field has been set. - -### GetStatus5xx - -`func (o *HistoricalFieldResultsAttributes) GetStatus5xx() int32` - -GetStatus5xx returns the Status5xx field if non-nil, zero value otherwise. - -### GetStatus5xxOk - -`func (o *HistoricalFieldResultsAttributes) GetStatus5xxOk() (*int32, bool)` - -GetStatus5xxOk returns a tuple with the Status5xx field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetStatus5xx - -`func (o *HistoricalFieldResultsAttributes) SetStatus5xx(v int32)` - -SetStatus5xx sets Status5xx field to given value. - -### HasStatus5xx - -`func (o *HistoricalFieldResultsAttributes) HasStatus5xx() bool` - -HasStatus5xx returns a boolean if a field has been set. - -### GetObjectSize1k - -`func (o *HistoricalFieldResultsAttributes) GetObjectSize1k() int32` - -GetObjectSize1k returns the ObjectSize1k field if non-nil, zero value otherwise. - -### GetObjectSize1kOk - -`func (o *HistoricalFieldResultsAttributes) GetObjectSize1kOk() (*int32, bool)` - -GetObjectSize1kOk returns a tuple with the ObjectSize1k field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetObjectSize1k - -`func (o *HistoricalFieldResultsAttributes) SetObjectSize1k(v int32)` - -SetObjectSize1k sets ObjectSize1k field to given value. - -### HasObjectSize1k - -`func (o *HistoricalFieldResultsAttributes) HasObjectSize1k() bool` - -HasObjectSize1k returns a boolean if a field has been set. - -### GetObjectSize10k - -`func (o *HistoricalFieldResultsAttributes) GetObjectSize10k() int32` - -GetObjectSize10k returns the ObjectSize10k field if non-nil, zero value otherwise. - -### GetObjectSize10kOk - -`func (o *HistoricalFieldResultsAttributes) GetObjectSize10kOk() (*int32, bool)` - -GetObjectSize10kOk returns a tuple with the ObjectSize10k field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetObjectSize10k - -`func (o *HistoricalFieldResultsAttributes) SetObjectSize10k(v int32)` - -SetObjectSize10k sets ObjectSize10k field to given value. - -### HasObjectSize10k - -`func (o *HistoricalFieldResultsAttributes) HasObjectSize10k() bool` - -HasObjectSize10k returns a boolean if a field has been set. - -### GetObjectSize100k - -`func (o *HistoricalFieldResultsAttributes) GetObjectSize100k() int32` - -GetObjectSize100k returns the ObjectSize100k field if non-nil, zero value otherwise. - -### GetObjectSize100kOk - -`func (o *HistoricalFieldResultsAttributes) GetObjectSize100kOk() (*int32, bool)` - -GetObjectSize100kOk returns a tuple with the ObjectSize100k field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetObjectSize100k - -`func (o *HistoricalFieldResultsAttributes) SetObjectSize100k(v int32)` - -SetObjectSize100k sets ObjectSize100k field to given value. - -### HasObjectSize100k - -`func (o *HistoricalFieldResultsAttributes) HasObjectSize100k() bool` - -HasObjectSize100k returns a boolean if a field has been set. - -### GetObjectSize1m - -`func (o *HistoricalFieldResultsAttributes) GetObjectSize1m() int32` - -GetObjectSize1m returns the ObjectSize1m field if non-nil, zero value otherwise. - -### GetObjectSize1mOk - -`func (o *HistoricalFieldResultsAttributes) GetObjectSize1mOk() (*int32, bool)` - -GetObjectSize1mOk returns a tuple with the ObjectSize1m field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetObjectSize1m - -`func (o *HistoricalFieldResultsAttributes) SetObjectSize1m(v int32)` - -SetObjectSize1m sets ObjectSize1m field to given value. - -### HasObjectSize1m - -`func (o *HistoricalFieldResultsAttributes) HasObjectSize1m() bool` - -HasObjectSize1m returns a boolean if a field has been set. - -### GetObjectSize10m - -`func (o *HistoricalFieldResultsAttributes) GetObjectSize10m() int32` - -GetObjectSize10m returns the ObjectSize10m field if non-nil, zero value otherwise. - -### GetObjectSize10mOk - -`func (o *HistoricalFieldResultsAttributes) GetObjectSize10mOk() (*int32, bool)` - -GetObjectSize10mOk returns a tuple with the ObjectSize10m field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetObjectSize10m - -`func (o *HistoricalFieldResultsAttributes) SetObjectSize10m(v int32)` - -SetObjectSize10m sets ObjectSize10m field to given value. - -### HasObjectSize10m - -`func (o *HistoricalFieldResultsAttributes) HasObjectSize10m() bool` - -HasObjectSize10m returns a boolean if a field has been set. - -### GetObjectSize100m - -`func (o *HistoricalFieldResultsAttributes) GetObjectSize100m() int32` - -GetObjectSize100m returns the ObjectSize100m field if non-nil, zero value otherwise. - -### GetObjectSize100mOk - -`func (o *HistoricalFieldResultsAttributes) GetObjectSize100mOk() (*int32, bool)` - -GetObjectSize100mOk returns a tuple with the ObjectSize100m field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetObjectSize100m - -`func (o *HistoricalFieldResultsAttributes) SetObjectSize100m(v int32)` - -SetObjectSize100m sets ObjectSize100m field to given value. - -### HasObjectSize100m - -`func (o *HistoricalFieldResultsAttributes) HasObjectSize100m() bool` - -HasObjectSize100m returns a boolean if a field has been set. - -### GetObjectSize1g - -`func (o *HistoricalFieldResultsAttributes) GetObjectSize1g() int32` - -GetObjectSize1g returns the ObjectSize1g field if non-nil, zero value otherwise. - -### GetObjectSize1gOk - -`func (o *HistoricalFieldResultsAttributes) GetObjectSize1gOk() (*int32, bool)` - -GetObjectSize1gOk returns a tuple with the ObjectSize1g field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetObjectSize1g - -`func (o *HistoricalFieldResultsAttributes) SetObjectSize1g(v int32)` - -SetObjectSize1g sets ObjectSize1g field to given value. - -### HasObjectSize1g - -`func (o *HistoricalFieldResultsAttributes) HasObjectSize1g() bool` - -HasObjectSize1g returns a boolean if a field has been set. - -### GetRecvSubTime - -`func (o *HistoricalFieldResultsAttributes) GetRecvSubTime() float32` - -GetRecvSubTime returns the RecvSubTime field if non-nil, zero value otherwise. - -### GetRecvSubTimeOk - -`func (o *HistoricalFieldResultsAttributes) GetRecvSubTimeOk() (*float32, bool)` - -GetRecvSubTimeOk returns a tuple with the RecvSubTime field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetRecvSubTime - -`func (o *HistoricalFieldResultsAttributes) SetRecvSubTime(v float32)` - -SetRecvSubTime sets RecvSubTime field to given value. - -### HasRecvSubTime - -`func (o *HistoricalFieldResultsAttributes) HasRecvSubTime() bool` - -HasRecvSubTime returns a boolean if a field has been set. - -### GetRecvSubCount - -`func (o *HistoricalFieldResultsAttributes) GetRecvSubCount() int32` - -GetRecvSubCount returns the RecvSubCount field if non-nil, zero value otherwise. - -### GetRecvSubCountOk - -`func (o *HistoricalFieldResultsAttributes) GetRecvSubCountOk() (*int32, bool)` - -GetRecvSubCountOk returns a tuple with the RecvSubCount field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetRecvSubCount - -`func (o *HistoricalFieldResultsAttributes) SetRecvSubCount(v int32)` - -SetRecvSubCount sets RecvSubCount field to given value. - -### HasRecvSubCount - -`func (o *HistoricalFieldResultsAttributes) HasRecvSubCount() bool` - -HasRecvSubCount returns a boolean if a field has been set. - -### GetHashSubTime - -`func (o *HistoricalFieldResultsAttributes) GetHashSubTime() float32` - -GetHashSubTime returns the HashSubTime field if non-nil, zero value otherwise. - -### GetHashSubTimeOk - -`func (o *HistoricalFieldResultsAttributes) GetHashSubTimeOk() (*float32, bool)` - -GetHashSubTimeOk returns a tuple with the HashSubTime field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetHashSubTime - -`func (o *HistoricalFieldResultsAttributes) SetHashSubTime(v float32)` - -SetHashSubTime sets HashSubTime field to given value. - -### HasHashSubTime - -`func (o *HistoricalFieldResultsAttributes) HasHashSubTime() bool` - -HasHashSubTime returns a boolean if a field has been set. - -### GetHashSubCount - -`func (o *HistoricalFieldResultsAttributes) GetHashSubCount() int32` - -GetHashSubCount returns the HashSubCount field if non-nil, zero value otherwise. - -### GetHashSubCountOk - -`func (o *HistoricalFieldResultsAttributes) GetHashSubCountOk() (*int32, bool)` - -GetHashSubCountOk returns a tuple with the HashSubCount field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetHashSubCount - -`func (o *HistoricalFieldResultsAttributes) SetHashSubCount(v int32)` - -SetHashSubCount sets HashSubCount field to given value. - -### HasHashSubCount - -`func (o *HistoricalFieldResultsAttributes) HasHashSubCount() bool` - -HasHashSubCount returns a boolean if a field has been set. - -### GetMissSubTime - -`func (o *HistoricalFieldResultsAttributes) GetMissSubTime() float32` - -GetMissSubTime returns the MissSubTime field if non-nil, zero value otherwise. - -### GetMissSubTimeOk - -`func (o *HistoricalFieldResultsAttributes) GetMissSubTimeOk() (*float32, bool)` - -GetMissSubTimeOk returns a tuple with the MissSubTime field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetMissSubTime - -`func (o *HistoricalFieldResultsAttributes) SetMissSubTime(v float32)` - -SetMissSubTime sets MissSubTime field to given value. - -### HasMissSubTime - -`func (o *HistoricalFieldResultsAttributes) HasMissSubTime() bool` - -HasMissSubTime returns a boolean if a field has been set. - -### GetMissSubCount - -`func (o *HistoricalFieldResultsAttributes) GetMissSubCount() int32` - -GetMissSubCount returns the MissSubCount field if non-nil, zero value otherwise. - -### GetMissSubCountOk - -`func (o *HistoricalFieldResultsAttributes) GetMissSubCountOk() (*int32, bool)` - -GetMissSubCountOk returns a tuple with the MissSubCount field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetMissSubCount - -`func (o *HistoricalFieldResultsAttributes) SetMissSubCount(v int32)` - -SetMissSubCount sets MissSubCount field to given value. - -### HasMissSubCount - -`func (o *HistoricalFieldResultsAttributes) HasMissSubCount() bool` - -HasMissSubCount returns a boolean if a field has been set. - -### GetFetchSubTime - -`func (o *HistoricalFieldResultsAttributes) GetFetchSubTime() float32` - -GetFetchSubTime returns the FetchSubTime field if non-nil, zero value otherwise. - -### GetFetchSubTimeOk - -`func (o *HistoricalFieldResultsAttributes) GetFetchSubTimeOk() (*float32, bool)` - -GetFetchSubTimeOk returns a tuple with the FetchSubTime field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetFetchSubTime - -`func (o *HistoricalFieldResultsAttributes) SetFetchSubTime(v float32)` - -SetFetchSubTime sets FetchSubTime field to given value. - -### HasFetchSubTime - -`func (o *HistoricalFieldResultsAttributes) HasFetchSubTime() bool` - -HasFetchSubTime returns a boolean if a field has been set. - -### GetFetchSubCount - -`func (o *HistoricalFieldResultsAttributes) GetFetchSubCount() int32` - -GetFetchSubCount returns the FetchSubCount field if non-nil, zero value otherwise. - -### GetFetchSubCountOk - -`func (o *HistoricalFieldResultsAttributes) GetFetchSubCountOk() (*int32, bool)` - -GetFetchSubCountOk returns a tuple with the FetchSubCount field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetFetchSubCount - -`func (o *HistoricalFieldResultsAttributes) SetFetchSubCount(v int32)` - -SetFetchSubCount sets FetchSubCount field to given value. - -### HasFetchSubCount - -`func (o *HistoricalFieldResultsAttributes) HasFetchSubCount() bool` - -HasFetchSubCount returns a boolean if a field has been set. - -### GetPassSubTime - -`func (o *HistoricalFieldResultsAttributes) GetPassSubTime() float32` - -GetPassSubTime returns the PassSubTime field if non-nil, zero value otherwise. - -### GetPassSubTimeOk - -`func (o *HistoricalFieldResultsAttributes) GetPassSubTimeOk() (*float32, bool)` - -GetPassSubTimeOk returns a tuple with the PassSubTime field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetPassSubTime - -`func (o *HistoricalFieldResultsAttributes) SetPassSubTime(v float32)` - -SetPassSubTime sets PassSubTime field to given value. - -### HasPassSubTime - -`func (o *HistoricalFieldResultsAttributes) HasPassSubTime() bool` - -HasPassSubTime returns a boolean if a field has been set. - -### GetPassSubCount - -`func (o *HistoricalFieldResultsAttributes) GetPassSubCount() int32` - -GetPassSubCount returns the PassSubCount field if non-nil, zero value otherwise. - -### GetPassSubCountOk - -`func (o *HistoricalFieldResultsAttributes) GetPassSubCountOk() (*int32, bool)` - -GetPassSubCountOk returns a tuple with the PassSubCount field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetPassSubCount - -`func (o *HistoricalFieldResultsAttributes) SetPassSubCount(v int32)` - -SetPassSubCount sets PassSubCount field to given value. - -### HasPassSubCount - -`func (o *HistoricalFieldResultsAttributes) HasPassSubCount() bool` - -HasPassSubCount returns a boolean if a field has been set. - -### GetPipeSubTime - -`func (o *HistoricalFieldResultsAttributes) GetPipeSubTime() float32` - -GetPipeSubTime returns the PipeSubTime field if non-nil, zero value otherwise. - -### GetPipeSubTimeOk - -`func (o *HistoricalFieldResultsAttributes) GetPipeSubTimeOk() (*float32, bool)` - -GetPipeSubTimeOk returns a tuple with the PipeSubTime field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetPipeSubTime - -`func (o *HistoricalFieldResultsAttributes) SetPipeSubTime(v float32)` - -SetPipeSubTime sets PipeSubTime field to given value. - -### HasPipeSubTime - -`func (o *HistoricalFieldResultsAttributes) HasPipeSubTime() bool` - -HasPipeSubTime returns a boolean if a field has been set. - -### GetPipeSubCount - -`func (o *HistoricalFieldResultsAttributes) GetPipeSubCount() int32` - -GetPipeSubCount returns the PipeSubCount field if non-nil, zero value otherwise. - -### GetPipeSubCountOk - -`func (o *HistoricalFieldResultsAttributes) GetPipeSubCountOk() (*int32, bool)` - -GetPipeSubCountOk returns a tuple with the PipeSubCount field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetPipeSubCount - -`func (o *HistoricalFieldResultsAttributes) SetPipeSubCount(v int32)` - -SetPipeSubCount sets PipeSubCount field to given value. - -### HasPipeSubCount - -`func (o *HistoricalFieldResultsAttributes) HasPipeSubCount() bool` - -HasPipeSubCount returns a boolean if a field has been set. - -### GetDeliverSubTime - -`func (o *HistoricalFieldResultsAttributes) GetDeliverSubTime() float32` - -GetDeliverSubTime returns the DeliverSubTime field if non-nil, zero value otherwise. - -### GetDeliverSubTimeOk - -`func (o *HistoricalFieldResultsAttributes) GetDeliverSubTimeOk() (*float32, bool)` - -GetDeliverSubTimeOk returns a tuple with the DeliverSubTime field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetDeliverSubTime - -`func (o *HistoricalFieldResultsAttributes) SetDeliverSubTime(v float32)` - -SetDeliverSubTime sets DeliverSubTime field to given value. - -### HasDeliverSubTime - -`func (o *HistoricalFieldResultsAttributes) HasDeliverSubTime() bool` - -HasDeliverSubTime returns a boolean if a field has been set. - -### GetDeliverSubCount - -`func (o *HistoricalFieldResultsAttributes) GetDeliverSubCount() int32` - -GetDeliverSubCount returns the DeliverSubCount field if non-nil, zero value otherwise. - -### GetDeliverSubCountOk - -`func (o *HistoricalFieldResultsAttributes) GetDeliverSubCountOk() (*int32, bool)` - -GetDeliverSubCountOk returns a tuple with the DeliverSubCount field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetDeliverSubCount - -`func (o *HistoricalFieldResultsAttributes) SetDeliverSubCount(v int32)` - -SetDeliverSubCount sets DeliverSubCount field to given value. - -### HasDeliverSubCount - -`func (o *HistoricalFieldResultsAttributes) HasDeliverSubCount() bool` - -HasDeliverSubCount returns a boolean if a field has been set. - -### GetErrorSubTime - -`func (o *HistoricalFieldResultsAttributes) GetErrorSubTime() float32` - -GetErrorSubTime returns the ErrorSubTime field if non-nil, zero value otherwise. - -### GetErrorSubTimeOk - -`func (o *HistoricalFieldResultsAttributes) GetErrorSubTimeOk() (*float32, bool)` - -GetErrorSubTimeOk returns a tuple with the ErrorSubTime field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetErrorSubTime - -`func (o *HistoricalFieldResultsAttributes) SetErrorSubTime(v float32)` - -SetErrorSubTime sets ErrorSubTime field to given value. - -### HasErrorSubTime - -`func (o *HistoricalFieldResultsAttributes) HasErrorSubTime() bool` - -HasErrorSubTime returns a boolean if a field has been set. - -### GetErrorSubCount - -`func (o *HistoricalFieldResultsAttributes) GetErrorSubCount() int32` - -GetErrorSubCount returns the ErrorSubCount field if non-nil, zero value otherwise. - -### GetErrorSubCountOk - -`func (o *HistoricalFieldResultsAttributes) GetErrorSubCountOk() (*int32, bool)` - -GetErrorSubCountOk returns a tuple with the ErrorSubCount field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetErrorSubCount - -`func (o *HistoricalFieldResultsAttributes) SetErrorSubCount(v int32)` - -SetErrorSubCount sets ErrorSubCount field to given value. - -### HasErrorSubCount - -`func (o *HistoricalFieldResultsAttributes) HasErrorSubCount() bool` - -HasErrorSubCount returns a boolean if a field has been set. - -### GetHitSubTime - -`func (o *HistoricalFieldResultsAttributes) GetHitSubTime() float32` - -GetHitSubTime returns the HitSubTime field if non-nil, zero value otherwise. - -### GetHitSubTimeOk - -`func (o *HistoricalFieldResultsAttributes) GetHitSubTimeOk() (*float32, bool)` - -GetHitSubTimeOk returns a tuple with the HitSubTime field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetHitSubTime - -`func (o *HistoricalFieldResultsAttributes) SetHitSubTime(v float32)` - -SetHitSubTime sets HitSubTime field to given value. - -### HasHitSubTime - -`func (o *HistoricalFieldResultsAttributes) HasHitSubTime() bool` - -HasHitSubTime returns a boolean if a field has been set. - -### GetHitSubCount - -`func (o *HistoricalFieldResultsAttributes) GetHitSubCount() int32` - -GetHitSubCount returns the HitSubCount field if non-nil, zero value otherwise. - -### GetHitSubCountOk - -`func (o *HistoricalFieldResultsAttributes) GetHitSubCountOk() (*int32, bool)` - -GetHitSubCountOk returns a tuple with the HitSubCount field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetHitSubCount - -`func (o *HistoricalFieldResultsAttributes) SetHitSubCount(v int32)` - -SetHitSubCount sets HitSubCount field to given value. - -### HasHitSubCount - -`func (o *HistoricalFieldResultsAttributes) HasHitSubCount() bool` - -HasHitSubCount returns a boolean if a field has been set. - -### GetPrehashSubTime - -`func (o *HistoricalFieldResultsAttributes) GetPrehashSubTime() float32` - -GetPrehashSubTime returns the PrehashSubTime field if non-nil, zero value otherwise. - -### GetPrehashSubTimeOk - -`func (o *HistoricalFieldResultsAttributes) GetPrehashSubTimeOk() (*float32, bool)` - -GetPrehashSubTimeOk returns a tuple with the PrehashSubTime field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetPrehashSubTime - -`func (o *HistoricalFieldResultsAttributes) SetPrehashSubTime(v float32)` - -SetPrehashSubTime sets PrehashSubTime field to given value. - -### HasPrehashSubTime - -`func (o *HistoricalFieldResultsAttributes) HasPrehashSubTime() bool` - -HasPrehashSubTime returns a boolean if a field has been set. - -### GetPrehashSubCount - -`func (o *HistoricalFieldResultsAttributes) GetPrehashSubCount() int32` - -GetPrehashSubCount returns the PrehashSubCount field if non-nil, zero value otherwise. - -### GetPrehashSubCountOk - -`func (o *HistoricalFieldResultsAttributes) GetPrehashSubCountOk() (*int32, bool)` - -GetPrehashSubCountOk returns a tuple with the PrehashSubCount field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetPrehashSubCount - -`func (o *HistoricalFieldResultsAttributes) SetPrehashSubCount(v int32)` - -SetPrehashSubCount sets PrehashSubCount field to given value. - -### HasPrehashSubCount - -`func (o *HistoricalFieldResultsAttributes) HasPrehashSubCount() bool` - -HasPrehashSubCount returns a boolean if a field has been set. - -### GetPredeliverSubTime - -`func (o *HistoricalFieldResultsAttributes) GetPredeliverSubTime() float32` - -GetPredeliverSubTime returns the PredeliverSubTime field if non-nil, zero value otherwise. - -### GetPredeliverSubTimeOk - -`func (o *HistoricalFieldResultsAttributes) GetPredeliverSubTimeOk() (*float32, bool)` - -GetPredeliverSubTimeOk returns a tuple with the PredeliverSubTime field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetPredeliverSubTime - -`func (o *HistoricalFieldResultsAttributes) SetPredeliverSubTime(v float32)` - -SetPredeliverSubTime sets PredeliverSubTime field to given value. - -### HasPredeliverSubTime - -`func (o *HistoricalFieldResultsAttributes) HasPredeliverSubTime() bool` - -HasPredeliverSubTime returns a boolean if a field has been set. - -### GetPredeliverSubCount - -`func (o *HistoricalFieldResultsAttributes) GetPredeliverSubCount() int32` - -GetPredeliverSubCount returns the PredeliverSubCount field if non-nil, zero value otherwise. - -### GetPredeliverSubCountOk - -`func (o *HistoricalFieldResultsAttributes) GetPredeliverSubCountOk() (*int32, bool)` - -GetPredeliverSubCountOk returns a tuple with the PredeliverSubCount field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetPredeliverSubCount - -`func (o *HistoricalFieldResultsAttributes) SetPredeliverSubCount(v int32)` - -SetPredeliverSubCount sets PredeliverSubCount field to given value. - -### HasPredeliverSubCount - -`func (o *HistoricalFieldResultsAttributes) HasPredeliverSubCount() bool` - -HasPredeliverSubCount returns a boolean if a field has been set. - -### GetTLSHandshakeSentBytes - -`func (o *HistoricalFieldResultsAttributes) GetTLSHandshakeSentBytes() int32` - -GetTLSHandshakeSentBytes returns the TLSHandshakeSentBytes field if non-nil, zero value otherwise. - -### GetTLSHandshakeSentBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetTLSHandshakeSentBytesOk() (*int32, bool)` - -GetTLSHandshakeSentBytesOk returns a tuple with the TLSHandshakeSentBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetTLSHandshakeSentBytes - -`func (o *HistoricalFieldResultsAttributes) SetTLSHandshakeSentBytes(v int32)` - -SetTLSHandshakeSentBytes sets TLSHandshakeSentBytes field to given value. - -### HasTLSHandshakeSentBytes - -`func (o *HistoricalFieldResultsAttributes) HasTLSHandshakeSentBytes() bool` - -HasTLSHandshakeSentBytes returns a boolean if a field has been set. - -### GetHitRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetHitRespBodyBytes() int32` - -GetHitRespBodyBytes returns the HitRespBodyBytes field if non-nil, zero value otherwise. - -### GetHitRespBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetHitRespBodyBytesOk() (*int32, bool)` - -GetHitRespBodyBytesOk returns a tuple with the HitRespBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetHitRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetHitRespBodyBytes(v int32)` - -SetHitRespBodyBytes sets HitRespBodyBytes field to given value. - -### HasHitRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasHitRespBodyBytes() bool` - -HasHitRespBodyBytes returns a boolean if a field has been set. - -### GetMissRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetMissRespBodyBytes() int32` - -GetMissRespBodyBytes returns the MissRespBodyBytes field if non-nil, zero value otherwise. - -### GetMissRespBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetMissRespBodyBytesOk() (*int32, bool)` - -GetMissRespBodyBytesOk returns a tuple with the MissRespBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetMissRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetMissRespBodyBytes(v int32)` - -SetMissRespBodyBytes sets MissRespBodyBytes field to given value. - -### HasMissRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasMissRespBodyBytes() bool` - -HasMissRespBodyBytes returns a boolean if a field has been set. - -### GetPassRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetPassRespBodyBytes() int32` - -GetPassRespBodyBytes returns the PassRespBodyBytes field if non-nil, zero value otherwise. - -### GetPassRespBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetPassRespBodyBytesOk() (*int32, bool)` - -GetPassRespBodyBytesOk returns a tuple with the PassRespBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetPassRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetPassRespBodyBytes(v int32)` - -SetPassRespBodyBytes sets PassRespBodyBytes field to given value. - -### HasPassRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasPassRespBodyBytes() bool` - -HasPassRespBodyBytes returns a boolean if a field has been set. - -### GetSegblockOriginFetches - -`func (o *HistoricalFieldResultsAttributes) GetSegblockOriginFetches() int32` - -GetSegblockOriginFetches returns the SegblockOriginFetches field if non-nil, zero value otherwise. - -### GetSegblockOriginFetchesOk - -`func (o *HistoricalFieldResultsAttributes) GetSegblockOriginFetchesOk() (*int32, bool)` - -GetSegblockOriginFetchesOk returns a tuple with the SegblockOriginFetches field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetSegblockOriginFetches - -`func (o *HistoricalFieldResultsAttributes) SetSegblockOriginFetches(v int32)` - -SetSegblockOriginFetches sets SegblockOriginFetches field to given value. - -### HasSegblockOriginFetches - -`func (o *HistoricalFieldResultsAttributes) HasSegblockOriginFetches() bool` - -HasSegblockOriginFetches returns a boolean if a field has been set. - -### GetSegblockShieldFetches - -`func (o *HistoricalFieldResultsAttributes) GetSegblockShieldFetches() int32` - -GetSegblockShieldFetches returns the SegblockShieldFetches field if non-nil, zero value otherwise. - -### GetSegblockShieldFetchesOk - -`func (o *HistoricalFieldResultsAttributes) GetSegblockShieldFetchesOk() (*int32, bool)` - -GetSegblockShieldFetchesOk returns a tuple with the SegblockShieldFetches field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetSegblockShieldFetches - -`func (o *HistoricalFieldResultsAttributes) SetSegblockShieldFetches(v int32)` - -SetSegblockShieldFetches sets SegblockShieldFetches field to given value. - -### HasSegblockShieldFetches - -`func (o *HistoricalFieldResultsAttributes) HasSegblockShieldFetches() bool` - -HasSegblockShieldFetches returns a boolean if a field has been set. - -### GetComputeRequests - -`func (o *HistoricalFieldResultsAttributes) GetComputeRequests() int32` - -GetComputeRequests returns the ComputeRequests field if non-nil, zero value otherwise. - -### GetComputeRequestsOk - -`func (o *HistoricalFieldResultsAttributes) GetComputeRequestsOk() (*int32, bool)` - -GetComputeRequestsOk returns a tuple with the ComputeRequests field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetComputeRequests - -`func (o *HistoricalFieldResultsAttributes) SetComputeRequests(v int32)` - -SetComputeRequests sets ComputeRequests field to given value. - -### HasComputeRequests - -`func (o *HistoricalFieldResultsAttributes) HasComputeRequests() bool` - -HasComputeRequests returns a boolean if a field has been set. - -### GetComputeRequestTimeMs - -`func (o *HistoricalFieldResultsAttributes) GetComputeRequestTimeMs() float32` - -GetComputeRequestTimeMs returns the ComputeRequestTimeMs field if non-nil, zero value otherwise. - -### GetComputeRequestTimeMsOk - -`func (o *HistoricalFieldResultsAttributes) GetComputeRequestTimeMsOk() (*float32, bool)` - -GetComputeRequestTimeMsOk returns a tuple with the ComputeRequestTimeMs field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetComputeRequestTimeMs - -`func (o *HistoricalFieldResultsAttributes) SetComputeRequestTimeMs(v float32)` - -SetComputeRequestTimeMs sets ComputeRequestTimeMs field to given value. - -### HasComputeRequestTimeMs - -`func (o *HistoricalFieldResultsAttributes) HasComputeRequestTimeMs() bool` - -HasComputeRequestTimeMs returns a boolean if a field has been set. - -### GetComputeRequestTimeBilledMs - -`func (o *HistoricalFieldResultsAttributes) GetComputeRequestTimeBilledMs() float32` - -GetComputeRequestTimeBilledMs returns the ComputeRequestTimeBilledMs field if non-nil, zero value otherwise. - -### GetComputeRequestTimeBilledMsOk - -`func (o *HistoricalFieldResultsAttributes) GetComputeRequestTimeBilledMsOk() (*float32, bool)` - -GetComputeRequestTimeBilledMsOk returns a tuple with the ComputeRequestTimeBilledMs field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetComputeRequestTimeBilledMs - -`func (o *HistoricalFieldResultsAttributes) SetComputeRequestTimeBilledMs(v float32)` - -SetComputeRequestTimeBilledMs sets ComputeRequestTimeBilledMs field to given value. - -### HasComputeRequestTimeBilledMs - -`func (o *HistoricalFieldResultsAttributes) HasComputeRequestTimeBilledMs() bool` - -HasComputeRequestTimeBilledMs returns a boolean if a field has been set. - -### GetComputeRAMUsed - -`func (o *HistoricalFieldResultsAttributes) GetComputeRAMUsed() int32` - -GetComputeRAMUsed returns the ComputeRAMUsed field if non-nil, zero value otherwise. - -### GetComputeRAMUsedOk - -`func (o *HistoricalFieldResultsAttributes) GetComputeRAMUsedOk() (*int32, bool)` - -GetComputeRAMUsedOk returns a tuple with the ComputeRAMUsed field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetComputeRAMUsed - -`func (o *HistoricalFieldResultsAttributes) SetComputeRAMUsed(v int32)` - -SetComputeRAMUsed sets ComputeRAMUsed field to given value. - -### HasComputeRAMUsed - -`func (o *HistoricalFieldResultsAttributes) HasComputeRAMUsed() bool` - -HasComputeRAMUsed returns a boolean if a field has been set. - -### GetComputeExecutionTimeMs - -`func (o *HistoricalFieldResultsAttributes) GetComputeExecutionTimeMs() float32` - -GetComputeExecutionTimeMs returns the ComputeExecutionTimeMs field if non-nil, zero value otherwise. - -### GetComputeExecutionTimeMsOk - -`func (o *HistoricalFieldResultsAttributes) GetComputeExecutionTimeMsOk() (*float32, bool)` - -GetComputeExecutionTimeMsOk returns a tuple with the ComputeExecutionTimeMs field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetComputeExecutionTimeMs - -`func (o *HistoricalFieldResultsAttributes) SetComputeExecutionTimeMs(v float32)` - -SetComputeExecutionTimeMs sets ComputeExecutionTimeMs field to given value. - -### HasComputeExecutionTimeMs - -`func (o *HistoricalFieldResultsAttributes) HasComputeExecutionTimeMs() bool` - -HasComputeExecutionTimeMs returns a boolean if a field has been set. - -### GetComputeReqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetComputeReqHeaderBytes() int32` - -GetComputeReqHeaderBytes returns the ComputeReqHeaderBytes field if non-nil, zero value otherwise. - -### GetComputeReqHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetComputeReqHeaderBytesOk() (*int32, bool)` - -GetComputeReqHeaderBytesOk returns a tuple with the ComputeReqHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetComputeReqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetComputeReqHeaderBytes(v int32)` - -SetComputeReqHeaderBytes sets ComputeReqHeaderBytes field to given value. - -### HasComputeReqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasComputeReqHeaderBytes() bool` - -HasComputeReqHeaderBytes returns a boolean if a field has been set. - -### GetComputeReqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetComputeReqBodyBytes() int32` - -GetComputeReqBodyBytes returns the ComputeReqBodyBytes field if non-nil, zero value otherwise. - -### GetComputeReqBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetComputeReqBodyBytesOk() (*int32, bool)` - -GetComputeReqBodyBytesOk returns a tuple with the ComputeReqBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetComputeReqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetComputeReqBodyBytes(v int32)` - -SetComputeReqBodyBytes sets ComputeReqBodyBytes field to given value. - -### HasComputeReqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasComputeReqBodyBytes() bool` - -HasComputeReqBodyBytes returns a boolean if a field has been set. - -### GetComputeRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetComputeRespHeaderBytes() int32` - -GetComputeRespHeaderBytes returns the ComputeRespHeaderBytes field if non-nil, zero value otherwise. - -### GetComputeRespHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetComputeRespHeaderBytesOk() (*int32, bool)` - -GetComputeRespHeaderBytesOk returns a tuple with the ComputeRespHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetComputeRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetComputeRespHeaderBytes(v int32)` - -SetComputeRespHeaderBytes sets ComputeRespHeaderBytes field to given value. - -### HasComputeRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasComputeRespHeaderBytes() bool` - -HasComputeRespHeaderBytes returns a boolean if a field has been set. - -### GetComputeRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetComputeRespBodyBytes() int32` - -GetComputeRespBodyBytes returns the ComputeRespBodyBytes field if non-nil, zero value otherwise. - -### GetComputeRespBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetComputeRespBodyBytesOk() (*int32, bool)` - -GetComputeRespBodyBytesOk returns a tuple with the ComputeRespBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetComputeRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetComputeRespBodyBytes(v int32)` - -SetComputeRespBodyBytes sets ComputeRespBodyBytes field to given value. - -### HasComputeRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasComputeRespBodyBytes() bool` - -HasComputeRespBodyBytes returns a boolean if a field has been set. - -### GetComputeRespStatus1xx - -`func (o *HistoricalFieldResultsAttributes) GetComputeRespStatus1xx() int32` - -GetComputeRespStatus1xx returns the ComputeRespStatus1xx field if non-nil, zero value otherwise. - -### GetComputeRespStatus1xxOk - -`func (o *HistoricalFieldResultsAttributes) GetComputeRespStatus1xxOk() (*int32, bool)` - -GetComputeRespStatus1xxOk returns a tuple with the ComputeRespStatus1xx field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetComputeRespStatus1xx - -`func (o *HistoricalFieldResultsAttributes) SetComputeRespStatus1xx(v int32)` - -SetComputeRespStatus1xx sets ComputeRespStatus1xx field to given value. - -### HasComputeRespStatus1xx - -`func (o *HistoricalFieldResultsAttributes) HasComputeRespStatus1xx() bool` - -HasComputeRespStatus1xx returns a boolean if a field has been set. - -### GetComputeRespStatus2xx - -`func (o *HistoricalFieldResultsAttributes) GetComputeRespStatus2xx() int32` - -GetComputeRespStatus2xx returns the ComputeRespStatus2xx field if non-nil, zero value otherwise. - -### GetComputeRespStatus2xxOk - -`func (o *HistoricalFieldResultsAttributes) GetComputeRespStatus2xxOk() (*int32, bool)` - -GetComputeRespStatus2xxOk returns a tuple with the ComputeRespStatus2xx field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetComputeRespStatus2xx - -`func (o *HistoricalFieldResultsAttributes) SetComputeRespStatus2xx(v int32)` - -SetComputeRespStatus2xx sets ComputeRespStatus2xx field to given value. - -### HasComputeRespStatus2xx - -`func (o *HistoricalFieldResultsAttributes) HasComputeRespStatus2xx() bool` - -HasComputeRespStatus2xx returns a boolean if a field has been set. - -### GetComputeRespStatus3xx - -`func (o *HistoricalFieldResultsAttributes) GetComputeRespStatus3xx() int32` - -GetComputeRespStatus3xx returns the ComputeRespStatus3xx field if non-nil, zero value otherwise. - -### GetComputeRespStatus3xxOk - -`func (o *HistoricalFieldResultsAttributes) GetComputeRespStatus3xxOk() (*int32, bool)` - -GetComputeRespStatus3xxOk returns a tuple with the ComputeRespStatus3xx field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetComputeRespStatus3xx - -`func (o *HistoricalFieldResultsAttributes) SetComputeRespStatus3xx(v int32)` - -SetComputeRespStatus3xx sets ComputeRespStatus3xx field to given value. - -### HasComputeRespStatus3xx - -`func (o *HistoricalFieldResultsAttributes) HasComputeRespStatus3xx() bool` - -HasComputeRespStatus3xx returns a boolean if a field has been set. - -### GetComputeRespStatus4xx - -`func (o *HistoricalFieldResultsAttributes) GetComputeRespStatus4xx() int32` - -GetComputeRespStatus4xx returns the ComputeRespStatus4xx field if non-nil, zero value otherwise. - -### GetComputeRespStatus4xxOk - -`func (o *HistoricalFieldResultsAttributes) GetComputeRespStatus4xxOk() (*int32, bool)` - -GetComputeRespStatus4xxOk returns a tuple with the ComputeRespStatus4xx field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetComputeRespStatus4xx - -`func (o *HistoricalFieldResultsAttributes) SetComputeRespStatus4xx(v int32)` - -SetComputeRespStatus4xx sets ComputeRespStatus4xx field to given value. - -### HasComputeRespStatus4xx - -`func (o *HistoricalFieldResultsAttributes) HasComputeRespStatus4xx() bool` - -HasComputeRespStatus4xx returns a boolean if a field has been set. - -### GetComputeRespStatus5xx - -`func (o *HistoricalFieldResultsAttributes) GetComputeRespStatus5xx() int32` - -GetComputeRespStatus5xx returns the ComputeRespStatus5xx field if non-nil, zero value otherwise. - -### GetComputeRespStatus5xxOk - -`func (o *HistoricalFieldResultsAttributes) GetComputeRespStatus5xxOk() (*int32, bool)` - -GetComputeRespStatus5xxOk returns a tuple with the ComputeRespStatus5xx field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetComputeRespStatus5xx - -`func (o *HistoricalFieldResultsAttributes) SetComputeRespStatus5xx(v int32)` - -SetComputeRespStatus5xx sets ComputeRespStatus5xx field to given value. - -### HasComputeRespStatus5xx - -`func (o *HistoricalFieldResultsAttributes) HasComputeRespStatus5xx() bool` - -HasComputeRespStatus5xx returns a boolean if a field has been set. - -### GetComputeBereqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetComputeBereqHeaderBytes() int32` - -GetComputeBereqHeaderBytes returns the ComputeBereqHeaderBytes field if non-nil, zero value otherwise. - -### GetComputeBereqHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetComputeBereqHeaderBytesOk() (*int32, bool)` - -GetComputeBereqHeaderBytesOk returns a tuple with the ComputeBereqHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetComputeBereqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetComputeBereqHeaderBytes(v int32)` - -SetComputeBereqHeaderBytes sets ComputeBereqHeaderBytes field to given value. - -### HasComputeBereqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasComputeBereqHeaderBytes() bool` - -HasComputeBereqHeaderBytes returns a boolean if a field has been set. - -### GetComputeBereqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetComputeBereqBodyBytes() int32` - -GetComputeBereqBodyBytes returns the ComputeBereqBodyBytes field if non-nil, zero value otherwise. - -### GetComputeBereqBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetComputeBereqBodyBytesOk() (*int32, bool)` - -GetComputeBereqBodyBytesOk returns a tuple with the ComputeBereqBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetComputeBereqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetComputeBereqBodyBytes(v int32)` - -SetComputeBereqBodyBytes sets ComputeBereqBodyBytes field to given value. - -### HasComputeBereqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasComputeBereqBodyBytes() bool` - -HasComputeBereqBodyBytes returns a boolean if a field has been set. - -### GetComputeBerespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetComputeBerespHeaderBytes() int32` - -GetComputeBerespHeaderBytes returns the ComputeBerespHeaderBytes field if non-nil, zero value otherwise. - -### GetComputeBerespHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetComputeBerespHeaderBytesOk() (*int32, bool)` - -GetComputeBerespHeaderBytesOk returns a tuple with the ComputeBerespHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetComputeBerespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetComputeBerespHeaderBytes(v int32)` - -SetComputeBerespHeaderBytes sets ComputeBerespHeaderBytes field to given value. - -### HasComputeBerespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasComputeBerespHeaderBytes() bool` - -HasComputeBerespHeaderBytes returns a boolean if a field has been set. - -### GetComputeBerespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetComputeBerespBodyBytes() int32` - -GetComputeBerespBodyBytes returns the ComputeBerespBodyBytes field if non-nil, zero value otherwise. - -### GetComputeBerespBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetComputeBerespBodyBytesOk() (*int32, bool)` - -GetComputeBerespBodyBytesOk returns a tuple with the ComputeBerespBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetComputeBerespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetComputeBerespBodyBytes(v int32)` - -SetComputeBerespBodyBytes sets ComputeBerespBodyBytes field to given value. - -### HasComputeBerespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasComputeBerespBodyBytes() bool` - -HasComputeBerespBodyBytes returns a boolean if a field has been set. - -### GetComputeBereqs - -`func (o *HistoricalFieldResultsAttributes) GetComputeBereqs() int32` - -GetComputeBereqs returns the ComputeBereqs field if non-nil, zero value otherwise. - -### GetComputeBereqsOk - -`func (o *HistoricalFieldResultsAttributes) GetComputeBereqsOk() (*int32, bool)` - -GetComputeBereqsOk returns a tuple with the ComputeBereqs field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetComputeBereqs - -`func (o *HistoricalFieldResultsAttributes) SetComputeBereqs(v int32)` - -SetComputeBereqs sets ComputeBereqs field to given value. - -### HasComputeBereqs - -`func (o *HistoricalFieldResultsAttributes) HasComputeBereqs() bool` - -HasComputeBereqs returns a boolean if a field has been set. - -### GetComputeBereqErrors - -`func (o *HistoricalFieldResultsAttributes) GetComputeBereqErrors() int32` - -GetComputeBereqErrors returns the ComputeBereqErrors field if non-nil, zero value otherwise. - -### GetComputeBereqErrorsOk - -`func (o *HistoricalFieldResultsAttributes) GetComputeBereqErrorsOk() (*int32, bool)` - -GetComputeBereqErrorsOk returns a tuple with the ComputeBereqErrors field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetComputeBereqErrors - -`func (o *HistoricalFieldResultsAttributes) SetComputeBereqErrors(v int32)` - -SetComputeBereqErrors sets ComputeBereqErrors field to given value. - -### HasComputeBereqErrors - -`func (o *HistoricalFieldResultsAttributes) HasComputeBereqErrors() bool` - -HasComputeBereqErrors returns a boolean if a field has been set. - -### GetComputeResourceLimitExceeded - -`func (o *HistoricalFieldResultsAttributes) GetComputeResourceLimitExceeded() int32` - -GetComputeResourceLimitExceeded returns the ComputeResourceLimitExceeded field if non-nil, zero value otherwise. - -### GetComputeResourceLimitExceededOk - -`func (o *HistoricalFieldResultsAttributes) GetComputeResourceLimitExceededOk() (*int32, bool)` - -GetComputeResourceLimitExceededOk returns a tuple with the ComputeResourceLimitExceeded field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetComputeResourceLimitExceeded - -`func (o *HistoricalFieldResultsAttributes) SetComputeResourceLimitExceeded(v int32)` - -SetComputeResourceLimitExceeded sets ComputeResourceLimitExceeded field to given value. - -### HasComputeResourceLimitExceeded - -`func (o *HistoricalFieldResultsAttributes) HasComputeResourceLimitExceeded() bool` - -HasComputeResourceLimitExceeded returns a boolean if a field has been set. - -### GetComputeHeapLimitExceeded - -`func (o *HistoricalFieldResultsAttributes) GetComputeHeapLimitExceeded() int32` - -GetComputeHeapLimitExceeded returns the ComputeHeapLimitExceeded field if non-nil, zero value otherwise. - -### GetComputeHeapLimitExceededOk - -`func (o *HistoricalFieldResultsAttributes) GetComputeHeapLimitExceededOk() (*int32, bool)` - -GetComputeHeapLimitExceededOk returns a tuple with the ComputeHeapLimitExceeded field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetComputeHeapLimitExceeded - -`func (o *HistoricalFieldResultsAttributes) SetComputeHeapLimitExceeded(v int32)` - -SetComputeHeapLimitExceeded sets ComputeHeapLimitExceeded field to given value. - -### HasComputeHeapLimitExceeded - -`func (o *HistoricalFieldResultsAttributes) HasComputeHeapLimitExceeded() bool` - -HasComputeHeapLimitExceeded returns a boolean if a field has been set. - -### GetComputeStackLimitExceeded - -`func (o *HistoricalFieldResultsAttributes) GetComputeStackLimitExceeded() int32` - -GetComputeStackLimitExceeded returns the ComputeStackLimitExceeded field if non-nil, zero value otherwise. - -### GetComputeStackLimitExceededOk - -`func (o *HistoricalFieldResultsAttributes) GetComputeStackLimitExceededOk() (*int32, bool)` - -GetComputeStackLimitExceededOk returns a tuple with the ComputeStackLimitExceeded field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetComputeStackLimitExceeded - -`func (o *HistoricalFieldResultsAttributes) SetComputeStackLimitExceeded(v int32)` - -SetComputeStackLimitExceeded sets ComputeStackLimitExceeded field to given value. - -### HasComputeStackLimitExceeded - -`func (o *HistoricalFieldResultsAttributes) HasComputeStackLimitExceeded() bool` - -HasComputeStackLimitExceeded returns a boolean if a field has been set. - -### GetComputeGlobalsLimitExceeded - -`func (o *HistoricalFieldResultsAttributes) GetComputeGlobalsLimitExceeded() int32` - -GetComputeGlobalsLimitExceeded returns the ComputeGlobalsLimitExceeded field if non-nil, zero value otherwise. - -### GetComputeGlobalsLimitExceededOk - -`func (o *HistoricalFieldResultsAttributes) GetComputeGlobalsLimitExceededOk() (*int32, bool)` - -GetComputeGlobalsLimitExceededOk returns a tuple with the ComputeGlobalsLimitExceeded field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetComputeGlobalsLimitExceeded - -`func (o *HistoricalFieldResultsAttributes) SetComputeGlobalsLimitExceeded(v int32)` - -SetComputeGlobalsLimitExceeded sets ComputeGlobalsLimitExceeded field to given value. - -### HasComputeGlobalsLimitExceeded - -`func (o *HistoricalFieldResultsAttributes) HasComputeGlobalsLimitExceeded() bool` - -HasComputeGlobalsLimitExceeded returns a boolean if a field has been set. - -### GetComputeGuestErrors - -`func (o *HistoricalFieldResultsAttributes) GetComputeGuestErrors() int32` - -GetComputeGuestErrors returns the ComputeGuestErrors field if non-nil, zero value otherwise. - -### GetComputeGuestErrorsOk - -`func (o *HistoricalFieldResultsAttributes) GetComputeGuestErrorsOk() (*int32, bool)` - -GetComputeGuestErrorsOk returns a tuple with the ComputeGuestErrors field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetComputeGuestErrors - -`func (o *HistoricalFieldResultsAttributes) SetComputeGuestErrors(v int32)` - -SetComputeGuestErrors sets ComputeGuestErrors field to given value. - -### HasComputeGuestErrors - -`func (o *HistoricalFieldResultsAttributes) HasComputeGuestErrors() bool` - -HasComputeGuestErrors returns a boolean if a field has been set. - -### GetComputeRuntimeErrors - -`func (o *HistoricalFieldResultsAttributes) GetComputeRuntimeErrors() int32` - -GetComputeRuntimeErrors returns the ComputeRuntimeErrors field if non-nil, zero value otherwise. - -### GetComputeRuntimeErrorsOk - -`func (o *HistoricalFieldResultsAttributes) GetComputeRuntimeErrorsOk() (*int32, bool)` - -GetComputeRuntimeErrorsOk returns a tuple with the ComputeRuntimeErrors field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetComputeRuntimeErrors - -`func (o *HistoricalFieldResultsAttributes) SetComputeRuntimeErrors(v int32)` - -SetComputeRuntimeErrors sets ComputeRuntimeErrors field to given value. - -### HasComputeRuntimeErrors - -`func (o *HistoricalFieldResultsAttributes) HasComputeRuntimeErrors() bool` - -HasComputeRuntimeErrors returns a boolean if a field has been set. - -### GetEdgeHitRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetEdgeHitRespBodyBytes() int32` - -GetEdgeHitRespBodyBytes returns the EdgeHitRespBodyBytes field if non-nil, zero value otherwise. - -### GetEdgeHitRespBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetEdgeHitRespBodyBytesOk() (*int32, bool)` - -GetEdgeHitRespBodyBytesOk returns a tuple with the EdgeHitRespBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetEdgeHitRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetEdgeHitRespBodyBytes(v int32)` - -SetEdgeHitRespBodyBytes sets EdgeHitRespBodyBytes field to given value. - -### HasEdgeHitRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasEdgeHitRespBodyBytes() bool` - -HasEdgeHitRespBodyBytes returns a boolean if a field has been set. - -### GetEdgeHitRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetEdgeHitRespHeaderBytes() int32` - -GetEdgeHitRespHeaderBytes returns the EdgeHitRespHeaderBytes field if non-nil, zero value otherwise. - -### GetEdgeHitRespHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetEdgeHitRespHeaderBytesOk() (*int32, bool)` - -GetEdgeHitRespHeaderBytesOk returns a tuple with the EdgeHitRespHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetEdgeHitRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetEdgeHitRespHeaderBytes(v int32)` - -SetEdgeHitRespHeaderBytes sets EdgeHitRespHeaderBytes field to given value. - -### HasEdgeHitRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasEdgeHitRespHeaderBytes() bool` - -HasEdgeHitRespHeaderBytes returns a boolean if a field has been set. - -### GetEdgeMissRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetEdgeMissRespBodyBytes() int32` - -GetEdgeMissRespBodyBytes returns the EdgeMissRespBodyBytes field if non-nil, zero value otherwise. - -### GetEdgeMissRespBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetEdgeMissRespBodyBytesOk() (*int32, bool)` - -GetEdgeMissRespBodyBytesOk returns a tuple with the EdgeMissRespBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetEdgeMissRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetEdgeMissRespBodyBytes(v int32)` - -SetEdgeMissRespBodyBytes sets EdgeMissRespBodyBytes field to given value. - -### HasEdgeMissRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasEdgeMissRespBodyBytes() bool` - -HasEdgeMissRespBodyBytes returns a boolean if a field has been set. - -### GetEdgeMissRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetEdgeMissRespHeaderBytes() int32` - -GetEdgeMissRespHeaderBytes returns the EdgeMissRespHeaderBytes field if non-nil, zero value otherwise. - -### GetEdgeMissRespHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetEdgeMissRespHeaderBytesOk() (*int32, bool)` - -GetEdgeMissRespHeaderBytesOk returns a tuple with the EdgeMissRespHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetEdgeMissRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetEdgeMissRespHeaderBytes(v int32)` - -SetEdgeMissRespHeaderBytes sets EdgeMissRespHeaderBytes field to given value. - -### HasEdgeMissRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasEdgeMissRespHeaderBytes() bool` - -HasEdgeMissRespHeaderBytes returns a boolean if a field has been set. - -### GetOriginCacheFetchRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetOriginCacheFetchRespBodyBytes() int32` - -GetOriginCacheFetchRespBodyBytes returns the OriginCacheFetchRespBodyBytes field if non-nil, zero value otherwise. - -### GetOriginCacheFetchRespBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetOriginCacheFetchRespBodyBytesOk() (*int32, bool)` - -GetOriginCacheFetchRespBodyBytesOk returns a tuple with the OriginCacheFetchRespBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetOriginCacheFetchRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetOriginCacheFetchRespBodyBytes(v int32)` - -SetOriginCacheFetchRespBodyBytes sets OriginCacheFetchRespBodyBytes field to given value. - -### HasOriginCacheFetchRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasOriginCacheFetchRespBodyBytes() bool` - -HasOriginCacheFetchRespBodyBytes returns a boolean if a field has been set. - -### GetOriginCacheFetchRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetOriginCacheFetchRespHeaderBytes() int32` - -GetOriginCacheFetchRespHeaderBytes returns the OriginCacheFetchRespHeaderBytes field if non-nil, zero value otherwise. - -### GetOriginCacheFetchRespHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetOriginCacheFetchRespHeaderBytesOk() (*int32, bool)` - -GetOriginCacheFetchRespHeaderBytesOk returns a tuple with the OriginCacheFetchRespHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetOriginCacheFetchRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetOriginCacheFetchRespHeaderBytes(v int32)` - -SetOriginCacheFetchRespHeaderBytes sets OriginCacheFetchRespHeaderBytes field to given value. - -### HasOriginCacheFetchRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasOriginCacheFetchRespHeaderBytes() bool` - -HasOriginCacheFetchRespHeaderBytes returns a boolean if a field has been set. - -### GetShieldHitRequests - -`func (o *HistoricalFieldResultsAttributes) GetShieldHitRequests() int32` - -GetShieldHitRequests returns the ShieldHitRequests field if non-nil, zero value otherwise. - -### GetShieldHitRequestsOk - -`func (o *HistoricalFieldResultsAttributes) GetShieldHitRequestsOk() (*int32, bool)` - -GetShieldHitRequestsOk returns a tuple with the ShieldHitRequests field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetShieldHitRequests - -`func (o *HistoricalFieldResultsAttributes) SetShieldHitRequests(v int32)` - -SetShieldHitRequests sets ShieldHitRequests field to given value. - -### HasShieldHitRequests - -`func (o *HistoricalFieldResultsAttributes) HasShieldHitRequests() bool` - -HasShieldHitRequests returns a boolean if a field has been set. - -### GetShieldMissRequests - -`func (o *HistoricalFieldResultsAttributes) GetShieldMissRequests() int32` - -GetShieldMissRequests returns the ShieldMissRequests field if non-nil, zero value otherwise. - -### GetShieldMissRequestsOk - -`func (o *HistoricalFieldResultsAttributes) GetShieldMissRequestsOk() (*int32, bool)` - -GetShieldMissRequestsOk returns a tuple with the ShieldMissRequests field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetShieldMissRequests - -`func (o *HistoricalFieldResultsAttributes) SetShieldMissRequests(v int32)` - -SetShieldMissRequests sets ShieldMissRequests field to given value. - -### HasShieldMissRequests - -`func (o *HistoricalFieldResultsAttributes) HasShieldMissRequests() bool` - -HasShieldMissRequests returns a boolean if a field has been set. - -### GetShieldHitRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetShieldHitRespHeaderBytes() int32` - -GetShieldHitRespHeaderBytes returns the ShieldHitRespHeaderBytes field if non-nil, zero value otherwise. - -### GetShieldHitRespHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetShieldHitRespHeaderBytesOk() (*int32, bool)` - -GetShieldHitRespHeaderBytesOk returns a tuple with the ShieldHitRespHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetShieldHitRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetShieldHitRespHeaderBytes(v int32)` - -SetShieldHitRespHeaderBytes sets ShieldHitRespHeaderBytes field to given value. - -### HasShieldHitRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasShieldHitRespHeaderBytes() bool` - -HasShieldHitRespHeaderBytes returns a boolean if a field has been set. - -### GetShieldHitRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetShieldHitRespBodyBytes() int32` - -GetShieldHitRespBodyBytes returns the ShieldHitRespBodyBytes field if non-nil, zero value otherwise. - -### GetShieldHitRespBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetShieldHitRespBodyBytesOk() (*int32, bool)` - -GetShieldHitRespBodyBytesOk returns a tuple with the ShieldHitRespBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetShieldHitRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetShieldHitRespBodyBytes(v int32)` - -SetShieldHitRespBodyBytes sets ShieldHitRespBodyBytes field to given value. - -### HasShieldHitRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasShieldHitRespBodyBytes() bool` - -HasShieldHitRespBodyBytes returns a boolean if a field has been set. - -### GetShieldMissRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetShieldMissRespHeaderBytes() int32` - -GetShieldMissRespHeaderBytes returns the ShieldMissRespHeaderBytes field if non-nil, zero value otherwise. - -### GetShieldMissRespHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetShieldMissRespHeaderBytesOk() (*int32, bool)` - -GetShieldMissRespHeaderBytesOk returns a tuple with the ShieldMissRespHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetShieldMissRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetShieldMissRespHeaderBytes(v int32)` - -SetShieldMissRespHeaderBytes sets ShieldMissRespHeaderBytes field to given value. - -### HasShieldMissRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasShieldMissRespHeaderBytes() bool` - -HasShieldMissRespHeaderBytes returns a boolean if a field has been set. - -### GetShieldMissRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetShieldMissRespBodyBytes() int32` - -GetShieldMissRespBodyBytes returns the ShieldMissRespBodyBytes field if non-nil, zero value otherwise. - -### GetShieldMissRespBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetShieldMissRespBodyBytesOk() (*int32, bool)` - -GetShieldMissRespBodyBytesOk returns a tuple with the ShieldMissRespBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetShieldMissRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetShieldMissRespBodyBytes(v int32)` - -SetShieldMissRespBodyBytes sets ShieldMissRespBodyBytes field to given value. - -### HasShieldMissRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasShieldMissRespBodyBytes() bool` - -HasShieldMissRespBodyBytes returns a boolean if a field has been set. - -### GetWebsocketReqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetWebsocketReqHeaderBytes() int32` - -GetWebsocketReqHeaderBytes returns the WebsocketReqHeaderBytes field if non-nil, zero value otherwise. - -### GetWebsocketReqHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetWebsocketReqHeaderBytesOk() (*int32, bool)` - -GetWebsocketReqHeaderBytesOk returns a tuple with the WebsocketReqHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetWebsocketReqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetWebsocketReqHeaderBytes(v int32)` - -SetWebsocketReqHeaderBytes sets WebsocketReqHeaderBytes field to given value. - -### HasWebsocketReqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasWebsocketReqHeaderBytes() bool` - -HasWebsocketReqHeaderBytes returns a boolean if a field has been set. - -### GetWebsocketReqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetWebsocketReqBodyBytes() int32` - -GetWebsocketReqBodyBytes returns the WebsocketReqBodyBytes field if non-nil, zero value otherwise. - -### GetWebsocketReqBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetWebsocketReqBodyBytesOk() (*int32, bool)` - -GetWebsocketReqBodyBytesOk returns a tuple with the WebsocketReqBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetWebsocketReqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetWebsocketReqBodyBytes(v int32)` - -SetWebsocketReqBodyBytes sets WebsocketReqBodyBytes field to given value. - -### HasWebsocketReqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasWebsocketReqBodyBytes() bool` - -HasWebsocketReqBodyBytes returns a boolean if a field has been set. - -### GetWebsocketRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetWebsocketRespHeaderBytes() int32` - -GetWebsocketRespHeaderBytes returns the WebsocketRespHeaderBytes field if non-nil, zero value otherwise. - -### GetWebsocketRespHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetWebsocketRespHeaderBytesOk() (*int32, bool)` - -GetWebsocketRespHeaderBytesOk returns a tuple with the WebsocketRespHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetWebsocketRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetWebsocketRespHeaderBytes(v int32)` - -SetWebsocketRespHeaderBytes sets WebsocketRespHeaderBytes field to given value. - -### HasWebsocketRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasWebsocketRespHeaderBytes() bool` - -HasWebsocketRespHeaderBytes returns a boolean if a field has been set. - -### GetWebsocketRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetWebsocketRespBodyBytes() int32` - -GetWebsocketRespBodyBytes returns the WebsocketRespBodyBytes field if non-nil, zero value otherwise. - -### GetWebsocketRespBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetWebsocketRespBodyBytesOk() (*int32, bool)` - -GetWebsocketRespBodyBytesOk returns a tuple with the WebsocketRespBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetWebsocketRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetWebsocketRespBodyBytes(v int32)` - -SetWebsocketRespBodyBytes sets WebsocketRespBodyBytes field to given value. - -### HasWebsocketRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasWebsocketRespBodyBytes() bool` - -HasWebsocketRespBodyBytes returns a boolean if a field has been set. - -### GetWebsocketBereqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetWebsocketBereqHeaderBytes() int32` - -GetWebsocketBereqHeaderBytes returns the WebsocketBereqHeaderBytes field if non-nil, zero value otherwise. - -### GetWebsocketBereqHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetWebsocketBereqHeaderBytesOk() (*int32, bool)` - -GetWebsocketBereqHeaderBytesOk returns a tuple with the WebsocketBereqHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetWebsocketBereqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetWebsocketBereqHeaderBytes(v int32)` - -SetWebsocketBereqHeaderBytes sets WebsocketBereqHeaderBytes field to given value. - -### HasWebsocketBereqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasWebsocketBereqHeaderBytes() bool` - -HasWebsocketBereqHeaderBytes returns a boolean if a field has been set. - -### GetWebsocketBereqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetWebsocketBereqBodyBytes() int32` - -GetWebsocketBereqBodyBytes returns the WebsocketBereqBodyBytes field if non-nil, zero value otherwise. - -### GetWebsocketBereqBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetWebsocketBereqBodyBytesOk() (*int32, bool)` - -GetWebsocketBereqBodyBytesOk returns a tuple with the WebsocketBereqBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetWebsocketBereqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetWebsocketBereqBodyBytes(v int32)` - -SetWebsocketBereqBodyBytes sets WebsocketBereqBodyBytes field to given value. - -### HasWebsocketBereqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasWebsocketBereqBodyBytes() bool` - -HasWebsocketBereqBodyBytes returns a boolean if a field has been set. - -### GetWebsocketBerespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetWebsocketBerespHeaderBytes() int32` - -GetWebsocketBerespHeaderBytes returns the WebsocketBerespHeaderBytes field if non-nil, zero value otherwise. - -### GetWebsocketBerespHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetWebsocketBerespHeaderBytesOk() (*int32, bool)` - -GetWebsocketBerespHeaderBytesOk returns a tuple with the WebsocketBerespHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetWebsocketBerespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetWebsocketBerespHeaderBytes(v int32)` - -SetWebsocketBerespHeaderBytes sets WebsocketBerespHeaderBytes field to given value. - -### HasWebsocketBerespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasWebsocketBerespHeaderBytes() bool` - -HasWebsocketBerespHeaderBytes returns a boolean if a field has been set. - -### GetWebsocketBerespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetWebsocketBerespBodyBytes() int32` - -GetWebsocketBerespBodyBytes returns the WebsocketBerespBodyBytes field if non-nil, zero value otherwise. - -### GetWebsocketBerespBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetWebsocketBerespBodyBytesOk() (*int32, bool)` - -GetWebsocketBerespBodyBytesOk returns a tuple with the WebsocketBerespBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetWebsocketBerespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetWebsocketBerespBodyBytes(v int32)` - -SetWebsocketBerespBodyBytes sets WebsocketBerespBodyBytes field to given value. - -### HasWebsocketBerespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasWebsocketBerespBodyBytes() bool` - -HasWebsocketBerespBodyBytes returns a boolean if a field has been set. - -### GetWebsocketConnTimeMs - -`func (o *HistoricalFieldResultsAttributes) GetWebsocketConnTimeMs() int32` - -GetWebsocketConnTimeMs returns the WebsocketConnTimeMs field if non-nil, zero value otherwise. - -### GetWebsocketConnTimeMsOk - -`func (o *HistoricalFieldResultsAttributes) GetWebsocketConnTimeMsOk() (*int32, bool)` - -GetWebsocketConnTimeMsOk returns a tuple with the WebsocketConnTimeMs field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetWebsocketConnTimeMs - -`func (o *HistoricalFieldResultsAttributes) SetWebsocketConnTimeMs(v int32)` - -SetWebsocketConnTimeMs sets WebsocketConnTimeMs field to given value. - -### HasWebsocketConnTimeMs - -`func (o *HistoricalFieldResultsAttributes) HasWebsocketConnTimeMs() bool` - -HasWebsocketConnTimeMs returns a boolean if a field has been set. - -### GetFanoutRecvPublishes - -`func (o *HistoricalFieldResultsAttributes) GetFanoutRecvPublishes() int32` - -GetFanoutRecvPublishes returns the FanoutRecvPublishes field if non-nil, zero value otherwise. - -### GetFanoutRecvPublishesOk - -`func (o *HistoricalFieldResultsAttributes) GetFanoutRecvPublishesOk() (*int32, bool)` - -GetFanoutRecvPublishesOk returns a tuple with the FanoutRecvPublishes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetFanoutRecvPublishes - -`func (o *HistoricalFieldResultsAttributes) SetFanoutRecvPublishes(v int32)` - -SetFanoutRecvPublishes sets FanoutRecvPublishes field to given value. - -### HasFanoutRecvPublishes - -`func (o *HistoricalFieldResultsAttributes) HasFanoutRecvPublishes() bool` - -HasFanoutRecvPublishes returns a boolean if a field has been set. - -### GetFanoutSendPublishes - -`func (o *HistoricalFieldResultsAttributes) GetFanoutSendPublishes() int32` - -GetFanoutSendPublishes returns the FanoutSendPublishes field if non-nil, zero value otherwise. - -### GetFanoutSendPublishesOk - -`func (o *HistoricalFieldResultsAttributes) GetFanoutSendPublishesOk() (*int32, bool)` - -GetFanoutSendPublishesOk returns a tuple with the FanoutSendPublishes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetFanoutSendPublishes - -`func (o *HistoricalFieldResultsAttributes) SetFanoutSendPublishes(v int32)` - -SetFanoutSendPublishes sets FanoutSendPublishes field to given value. - -### HasFanoutSendPublishes - -`func (o *HistoricalFieldResultsAttributes) HasFanoutSendPublishes() bool` - -HasFanoutSendPublishes returns a boolean if a field has been set. - -### GetKvStoreClassAOperations - -`func (o *HistoricalFieldResultsAttributes) GetKvStoreClassAOperations() int32` - -GetKvStoreClassAOperations returns the KvStoreClassAOperations field if non-nil, zero value otherwise. - -### GetKvStoreClassAOperationsOk - -`func (o *HistoricalFieldResultsAttributes) GetKvStoreClassAOperationsOk() (*int32, bool)` - -GetKvStoreClassAOperationsOk returns a tuple with the KvStoreClassAOperations field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetKvStoreClassAOperations - -`func (o *HistoricalFieldResultsAttributes) SetKvStoreClassAOperations(v int32)` - -SetKvStoreClassAOperations sets KvStoreClassAOperations field to given value. - -### HasKvStoreClassAOperations - -`func (o *HistoricalFieldResultsAttributes) HasKvStoreClassAOperations() bool` - -HasKvStoreClassAOperations returns a boolean if a field has been set. - -### GetKvStoreClassBOperations - -`func (o *HistoricalFieldResultsAttributes) GetKvStoreClassBOperations() int32` - -GetKvStoreClassBOperations returns the KvStoreClassBOperations field if non-nil, zero value otherwise. - -### GetKvStoreClassBOperationsOk - -`func (o *HistoricalFieldResultsAttributes) GetKvStoreClassBOperationsOk() (*int32, bool)` - -GetKvStoreClassBOperationsOk returns a tuple with the KvStoreClassBOperations field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetKvStoreClassBOperations - -`func (o *HistoricalFieldResultsAttributes) SetKvStoreClassBOperations(v int32)` - -SetKvStoreClassBOperations sets KvStoreClassBOperations field to given value. - -### HasKvStoreClassBOperations - -`func (o *HistoricalFieldResultsAttributes) HasKvStoreClassBOperations() bool` - -HasKvStoreClassBOperations returns a boolean if a field has been set. - -### GetObjectStoreClassAOperations - -`func (o *HistoricalFieldResultsAttributes) GetObjectStoreClassAOperations() int32` - -GetObjectStoreClassAOperations returns the ObjectStoreClassAOperations field if non-nil, zero value otherwise. - -### GetObjectStoreClassAOperationsOk - -`func (o *HistoricalFieldResultsAttributes) GetObjectStoreClassAOperationsOk() (*int32, bool)` - -GetObjectStoreClassAOperationsOk returns a tuple with the ObjectStoreClassAOperations field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetObjectStoreClassAOperations - -`func (o *HistoricalFieldResultsAttributes) SetObjectStoreClassAOperations(v int32)` - -SetObjectStoreClassAOperations sets ObjectStoreClassAOperations field to given value. - -### HasObjectStoreClassAOperations - -`func (o *HistoricalFieldResultsAttributes) HasObjectStoreClassAOperations() bool` - -HasObjectStoreClassAOperations returns a boolean if a field has been set. - -### GetObjectStoreClassBOperations - -`func (o *HistoricalFieldResultsAttributes) GetObjectStoreClassBOperations() int32` - -GetObjectStoreClassBOperations returns the ObjectStoreClassBOperations field if non-nil, zero value otherwise. - -### GetObjectStoreClassBOperationsOk - -`func (o *HistoricalFieldResultsAttributes) GetObjectStoreClassBOperationsOk() (*int32, bool)` - -GetObjectStoreClassBOperationsOk returns a tuple with the ObjectStoreClassBOperations field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetObjectStoreClassBOperations - -`func (o *HistoricalFieldResultsAttributes) SetObjectStoreClassBOperations(v int32)` - -SetObjectStoreClassBOperations sets ObjectStoreClassBOperations field to given value. - -### HasObjectStoreClassBOperations - -`func (o *HistoricalFieldResultsAttributes) HasObjectStoreClassBOperations() bool` - -HasObjectStoreClassBOperations returns a boolean if a field has been set. - -### GetFanoutReqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetFanoutReqHeaderBytes() int32` - -GetFanoutReqHeaderBytes returns the FanoutReqHeaderBytes field if non-nil, zero value otherwise. - -### GetFanoutReqHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetFanoutReqHeaderBytesOk() (*int32, bool)` - -GetFanoutReqHeaderBytesOk returns a tuple with the FanoutReqHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetFanoutReqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetFanoutReqHeaderBytes(v int32)` - -SetFanoutReqHeaderBytes sets FanoutReqHeaderBytes field to given value. - -### HasFanoutReqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasFanoutReqHeaderBytes() bool` - -HasFanoutReqHeaderBytes returns a boolean if a field has been set. - -### GetFanoutReqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetFanoutReqBodyBytes() int32` - -GetFanoutReqBodyBytes returns the FanoutReqBodyBytes field if non-nil, zero value otherwise. - -### GetFanoutReqBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetFanoutReqBodyBytesOk() (*int32, bool)` - -GetFanoutReqBodyBytesOk returns a tuple with the FanoutReqBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetFanoutReqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetFanoutReqBodyBytes(v int32)` - -SetFanoutReqBodyBytes sets FanoutReqBodyBytes field to given value. - -### HasFanoutReqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasFanoutReqBodyBytes() bool` - -HasFanoutReqBodyBytes returns a boolean if a field has been set. - -### GetFanoutRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetFanoutRespHeaderBytes() int32` - -GetFanoutRespHeaderBytes returns the FanoutRespHeaderBytes field if non-nil, zero value otherwise. - -### GetFanoutRespHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetFanoutRespHeaderBytesOk() (*int32, bool)` - -GetFanoutRespHeaderBytesOk returns a tuple with the FanoutRespHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetFanoutRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetFanoutRespHeaderBytes(v int32)` - -SetFanoutRespHeaderBytes sets FanoutRespHeaderBytes field to given value. - -### HasFanoutRespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasFanoutRespHeaderBytes() bool` - -HasFanoutRespHeaderBytes returns a boolean if a field has been set. - -### GetFanoutRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetFanoutRespBodyBytes() int32` - -GetFanoutRespBodyBytes returns the FanoutRespBodyBytes field if non-nil, zero value otherwise. - -### GetFanoutRespBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetFanoutRespBodyBytesOk() (*int32, bool)` - -GetFanoutRespBodyBytesOk returns a tuple with the FanoutRespBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetFanoutRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetFanoutRespBodyBytes(v int32)` - -SetFanoutRespBodyBytes sets FanoutRespBodyBytes field to given value. - -### HasFanoutRespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasFanoutRespBodyBytes() bool` - -HasFanoutRespBodyBytes returns a boolean if a field has been set. - -### GetFanoutBereqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetFanoutBereqHeaderBytes() int32` - -GetFanoutBereqHeaderBytes returns the FanoutBereqHeaderBytes field if non-nil, zero value otherwise. - -### GetFanoutBereqHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetFanoutBereqHeaderBytesOk() (*int32, bool)` - -GetFanoutBereqHeaderBytesOk returns a tuple with the FanoutBereqHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetFanoutBereqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetFanoutBereqHeaderBytes(v int32)` - -SetFanoutBereqHeaderBytes sets FanoutBereqHeaderBytes field to given value. - -### HasFanoutBereqHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasFanoutBereqHeaderBytes() bool` - -HasFanoutBereqHeaderBytes returns a boolean if a field has been set. - -### GetFanoutBereqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetFanoutBereqBodyBytes() int32` - -GetFanoutBereqBodyBytes returns the FanoutBereqBodyBytes field if non-nil, zero value otherwise. - -### GetFanoutBereqBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetFanoutBereqBodyBytesOk() (*int32, bool)` - -GetFanoutBereqBodyBytesOk returns a tuple with the FanoutBereqBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetFanoutBereqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetFanoutBereqBodyBytes(v int32)` - -SetFanoutBereqBodyBytes sets FanoutBereqBodyBytes field to given value. - -### HasFanoutBereqBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasFanoutBereqBodyBytes() bool` - -HasFanoutBereqBodyBytes returns a boolean if a field has been set. - -### GetFanoutBerespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) GetFanoutBerespHeaderBytes() int32` - -GetFanoutBerespHeaderBytes returns the FanoutBerespHeaderBytes field if non-nil, zero value otherwise. - -### GetFanoutBerespHeaderBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetFanoutBerespHeaderBytesOk() (*int32, bool)` - -GetFanoutBerespHeaderBytesOk returns a tuple with the FanoutBerespHeaderBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetFanoutBerespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) SetFanoutBerespHeaderBytes(v int32)` - -SetFanoutBerespHeaderBytes sets FanoutBerespHeaderBytes field to given value. - -### HasFanoutBerespHeaderBytes - -`func (o *HistoricalFieldResultsAttributes) HasFanoutBerespHeaderBytes() bool` - -HasFanoutBerespHeaderBytes returns a boolean if a field has been set. - -### GetFanoutBerespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) GetFanoutBerespBodyBytes() int32` - -GetFanoutBerespBodyBytes returns the FanoutBerespBodyBytes field if non-nil, zero value otherwise. - -### GetFanoutBerespBodyBytesOk - -`func (o *HistoricalFieldResultsAttributes) GetFanoutBerespBodyBytesOk() (*int32, bool)` - -GetFanoutBerespBodyBytesOk returns a tuple with the FanoutBerespBodyBytes field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetFanoutBerespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) SetFanoutBerespBodyBytes(v int32)` - -SetFanoutBerespBodyBytes sets FanoutBerespBodyBytes field to given value. - -### HasFanoutBerespBodyBytes - -`func (o *HistoricalFieldResultsAttributes) HasFanoutBerespBodyBytes() bool` - -HasFanoutBerespBodyBytes returns a boolean if a field has been set. - -### GetFanoutConnTimeMs - -`func (o *HistoricalFieldResultsAttributes) GetFanoutConnTimeMs() int32` - -GetFanoutConnTimeMs returns the FanoutConnTimeMs field if non-nil, zero value otherwise. - -### GetFanoutConnTimeMsOk - -`func (o *HistoricalFieldResultsAttributes) GetFanoutConnTimeMsOk() (*int32, bool)` - -GetFanoutConnTimeMsOk returns a tuple with the FanoutConnTimeMs field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetFanoutConnTimeMs - -`func (o *HistoricalFieldResultsAttributes) SetFanoutConnTimeMs(v int32)` - -SetFanoutConnTimeMs sets FanoutConnTimeMs field to given value. - -### HasFanoutConnTimeMs - -`func (o *HistoricalFieldResultsAttributes) HasFanoutConnTimeMs() bool` - -HasFanoutConnTimeMs returns a boolean if a field has been set. - -### GetDdosActionLimitStreamsConnections - -`func (o *HistoricalFieldResultsAttributes) GetDdosActionLimitStreamsConnections() int32` - -GetDdosActionLimitStreamsConnections returns the DdosActionLimitStreamsConnections field if non-nil, zero value otherwise. - -### GetDdosActionLimitStreamsConnectionsOk - -`func (o *HistoricalFieldResultsAttributes) GetDdosActionLimitStreamsConnectionsOk() (*int32, bool)` - -GetDdosActionLimitStreamsConnectionsOk returns a tuple with the DdosActionLimitStreamsConnections field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetDdosActionLimitStreamsConnections - -`func (o *HistoricalFieldResultsAttributes) SetDdosActionLimitStreamsConnections(v int32)` - -SetDdosActionLimitStreamsConnections sets DdosActionLimitStreamsConnections field to given value. - -### HasDdosActionLimitStreamsConnections - -`func (o *HistoricalFieldResultsAttributes) HasDdosActionLimitStreamsConnections() bool` - -HasDdosActionLimitStreamsConnections returns a boolean if a field has been set. - -### GetDdosActionLimitStreamsRequests - -`func (o *HistoricalFieldResultsAttributes) GetDdosActionLimitStreamsRequests() int32` - -GetDdosActionLimitStreamsRequests returns the DdosActionLimitStreamsRequests field if non-nil, zero value otherwise. - -### GetDdosActionLimitStreamsRequestsOk - -`func (o *HistoricalFieldResultsAttributes) GetDdosActionLimitStreamsRequestsOk() (*int32, bool)` - -GetDdosActionLimitStreamsRequestsOk returns a tuple with the DdosActionLimitStreamsRequests field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetDdosActionLimitStreamsRequests - -`func (o *HistoricalFieldResultsAttributes) SetDdosActionLimitStreamsRequests(v int32)` - -SetDdosActionLimitStreamsRequests sets DdosActionLimitStreamsRequests field to given value. - -### HasDdosActionLimitStreamsRequests - -`func (o *HistoricalFieldResultsAttributes) HasDdosActionLimitStreamsRequests() bool` - -HasDdosActionLimitStreamsRequests returns a boolean if a field has been set. - -### GetDdosActionTarpitAccept - -`func (o *HistoricalFieldResultsAttributes) GetDdosActionTarpitAccept() int32` - -GetDdosActionTarpitAccept returns the DdosActionTarpitAccept field if non-nil, zero value otherwise. - -### GetDdosActionTarpitAcceptOk - -`func (o *HistoricalFieldResultsAttributes) GetDdosActionTarpitAcceptOk() (*int32, bool)` - -GetDdosActionTarpitAcceptOk returns a tuple with the DdosActionTarpitAccept field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetDdosActionTarpitAccept - -`func (o *HistoricalFieldResultsAttributes) SetDdosActionTarpitAccept(v int32)` - -SetDdosActionTarpitAccept sets DdosActionTarpitAccept field to given value. - -### HasDdosActionTarpitAccept - -`func (o *HistoricalFieldResultsAttributes) HasDdosActionTarpitAccept() bool` - -HasDdosActionTarpitAccept returns a boolean if a field has been set. - -### GetDdosActionTarpit - -`func (o *HistoricalFieldResultsAttributes) GetDdosActionTarpit() int32` - -GetDdosActionTarpit returns the DdosActionTarpit field if non-nil, zero value otherwise. - -### GetDdosActionTarpitOk - -`func (o *HistoricalFieldResultsAttributes) GetDdosActionTarpitOk() (*int32, bool)` - -GetDdosActionTarpitOk returns a tuple with the DdosActionTarpit field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetDdosActionTarpit - -`func (o *HistoricalFieldResultsAttributes) SetDdosActionTarpit(v int32)` - -SetDdosActionTarpit sets DdosActionTarpit field to given value. - -### HasDdosActionTarpit - -`func (o *HistoricalFieldResultsAttributes) HasDdosActionTarpit() bool` - -HasDdosActionTarpit returns a boolean if a field has been set. - -### GetDdosActionClose - -`func (o *HistoricalFieldResultsAttributes) GetDdosActionClose() int32` - -GetDdosActionClose returns the DdosActionClose field if non-nil, zero value otherwise. - -### GetDdosActionCloseOk - -`func (o *HistoricalFieldResultsAttributes) GetDdosActionCloseOk() (*int32, bool)` - -GetDdosActionCloseOk returns a tuple with the DdosActionClose field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetDdosActionClose - -`func (o *HistoricalFieldResultsAttributes) SetDdosActionClose(v int32)` - -SetDdosActionClose sets DdosActionClose field to given value. - -### HasDdosActionClose - -`func (o *HistoricalFieldResultsAttributes) HasDdosActionClose() bool` - -HasDdosActionClose returns a boolean if a field has been set. - -### GetDdosActionBlackhole - -`func (o *HistoricalFieldResultsAttributes) GetDdosActionBlackhole() int32` - -GetDdosActionBlackhole returns the DdosActionBlackhole field if non-nil, zero value otherwise. - -### GetDdosActionBlackholeOk - -`func (o *HistoricalFieldResultsAttributes) GetDdosActionBlackholeOk() (*int32, bool)` - -GetDdosActionBlackholeOk returns a tuple with the DdosActionBlackhole field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetDdosActionBlackhole - -`func (o *HistoricalFieldResultsAttributes) SetDdosActionBlackhole(v int32)` - -SetDdosActionBlackhole sets DdosActionBlackhole field to given value. - -### HasDdosActionBlackhole - -`func (o *HistoricalFieldResultsAttributes) HasDdosActionBlackhole() bool` - -HasDdosActionBlackhole returns a boolean if a field has been set. - -### GetBotChallengeStarts - -`func (o *HistoricalFieldResultsAttributes) GetBotChallengeStarts() int32` - -GetBotChallengeStarts returns the BotChallengeStarts field if non-nil, zero value otherwise. - -### GetBotChallengeStartsOk - -`func (o *HistoricalFieldResultsAttributes) GetBotChallengeStartsOk() (*int32, bool)` - -GetBotChallengeStartsOk returns a tuple with the BotChallengeStarts field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetBotChallengeStarts - -`func (o *HistoricalFieldResultsAttributes) SetBotChallengeStarts(v int32)` - -SetBotChallengeStarts sets BotChallengeStarts field to given value. - -### HasBotChallengeStarts - -`func (o *HistoricalFieldResultsAttributes) HasBotChallengeStarts() bool` - -HasBotChallengeStarts returns a boolean if a field has been set. - -### GetBotChallengeCompleteTokensPassed - -`func (o *HistoricalFieldResultsAttributes) GetBotChallengeCompleteTokensPassed() int32` - -GetBotChallengeCompleteTokensPassed returns the BotChallengeCompleteTokensPassed field if non-nil, zero value otherwise. - -### GetBotChallengeCompleteTokensPassedOk - -`func (o *HistoricalFieldResultsAttributes) GetBotChallengeCompleteTokensPassedOk() (*int32, bool)` - -GetBotChallengeCompleteTokensPassedOk returns a tuple with the BotChallengeCompleteTokensPassed field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetBotChallengeCompleteTokensPassed - -`func (o *HistoricalFieldResultsAttributes) SetBotChallengeCompleteTokensPassed(v int32)` - -SetBotChallengeCompleteTokensPassed sets BotChallengeCompleteTokensPassed field to given value. - -### HasBotChallengeCompleteTokensPassed - -`func (o *HistoricalFieldResultsAttributes) HasBotChallengeCompleteTokensPassed() bool` - -HasBotChallengeCompleteTokensPassed returns a boolean if a field has been set. - -### GetBotChallengeCompleteTokensFailed - -`func (o *HistoricalFieldResultsAttributes) GetBotChallengeCompleteTokensFailed() int32` - -GetBotChallengeCompleteTokensFailed returns the BotChallengeCompleteTokensFailed field if non-nil, zero value otherwise. - -### GetBotChallengeCompleteTokensFailedOk - -`func (o *HistoricalFieldResultsAttributes) GetBotChallengeCompleteTokensFailedOk() (*int32, bool)` - -GetBotChallengeCompleteTokensFailedOk returns a tuple with the BotChallengeCompleteTokensFailed field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetBotChallengeCompleteTokensFailed - -`func (o *HistoricalFieldResultsAttributes) SetBotChallengeCompleteTokensFailed(v int32)` - -SetBotChallengeCompleteTokensFailed sets BotChallengeCompleteTokensFailed field to given value. - -### HasBotChallengeCompleteTokensFailed - -`func (o *HistoricalFieldResultsAttributes) HasBotChallengeCompleteTokensFailed() bool` - -HasBotChallengeCompleteTokensFailed returns a boolean if a field has been set. - -### GetBotChallengeCompleteTokensChecked - -`func (o *HistoricalFieldResultsAttributes) GetBotChallengeCompleteTokensChecked() int32` - -GetBotChallengeCompleteTokensChecked returns the BotChallengeCompleteTokensChecked field if non-nil, zero value otherwise. - -### GetBotChallengeCompleteTokensCheckedOk - -`func (o *HistoricalFieldResultsAttributes) GetBotChallengeCompleteTokensCheckedOk() (*int32, bool)` - -GetBotChallengeCompleteTokensCheckedOk returns a tuple with the BotChallengeCompleteTokensChecked field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetBotChallengeCompleteTokensChecked - -`func (o *HistoricalFieldResultsAttributes) SetBotChallengeCompleteTokensChecked(v int32)` - -SetBotChallengeCompleteTokensChecked sets BotChallengeCompleteTokensChecked field to given value. - -### HasBotChallengeCompleteTokensChecked - -`func (o *HistoricalFieldResultsAttributes) HasBotChallengeCompleteTokensChecked() bool` - -HasBotChallengeCompleteTokensChecked returns a boolean if a field has been set. - -### GetBotChallengeCompleteTokensDisabled - -`func (o *HistoricalFieldResultsAttributes) GetBotChallengeCompleteTokensDisabled() int32` - -GetBotChallengeCompleteTokensDisabled returns the BotChallengeCompleteTokensDisabled field if non-nil, zero value otherwise. - -### GetBotChallengeCompleteTokensDisabledOk - -`func (o *HistoricalFieldResultsAttributes) GetBotChallengeCompleteTokensDisabledOk() (*int32, bool)` - -GetBotChallengeCompleteTokensDisabledOk returns a tuple with the BotChallengeCompleteTokensDisabled field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetBotChallengeCompleteTokensDisabled - -`func (o *HistoricalFieldResultsAttributes) SetBotChallengeCompleteTokensDisabled(v int32)` - -SetBotChallengeCompleteTokensDisabled sets BotChallengeCompleteTokensDisabled field to given value. - -### HasBotChallengeCompleteTokensDisabled - -`func (o *HistoricalFieldResultsAttributes) HasBotChallengeCompleteTokensDisabled() bool` - -HasBotChallengeCompleteTokensDisabled returns a boolean if a field has been set. - -### GetBotChallengeCompleteTokensIssued - -`func (o *HistoricalFieldResultsAttributes) GetBotChallengeCompleteTokensIssued() int32` - -GetBotChallengeCompleteTokensIssued returns the BotChallengeCompleteTokensIssued field if non-nil, zero value otherwise. - -### GetBotChallengeCompleteTokensIssuedOk - -`func (o *HistoricalFieldResultsAttributes) GetBotChallengeCompleteTokensIssuedOk() (*int32, bool)` - -GetBotChallengeCompleteTokensIssuedOk returns a tuple with the BotChallengeCompleteTokensIssued field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetBotChallengeCompleteTokensIssued - -`func (o *HistoricalFieldResultsAttributes) SetBotChallengeCompleteTokensIssued(v int32)` - -SetBotChallengeCompleteTokensIssued sets BotChallengeCompleteTokensIssued field to given value. - -### HasBotChallengeCompleteTokensIssued - -`func (o *HistoricalFieldResultsAttributes) HasBotChallengeCompleteTokensIssued() bool` - -HasBotChallengeCompleteTokensIssued returns a boolean if a field has been set. - -### GetBotChallengesIssued - -`func (o *HistoricalFieldResultsAttributes) GetBotChallengesIssued() int32` - -GetBotChallengesIssued returns the BotChallengesIssued field if non-nil, zero value otherwise. - -### GetBotChallengesIssuedOk - -`func (o *HistoricalFieldResultsAttributes) GetBotChallengesIssuedOk() (*int32, bool)` - -GetBotChallengesIssuedOk returns a tuple with the BotChallengesIssued field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetBotChallengesIssued - -`func (o *HistoricalFieldResultsAttributes) SetBotChallengesIssued(v int32)` - -SetBotChallengesIssued sets BotChallengesIssued field to given value. - -### HasBotChallengesIssued - -`func (o *HistoricalFieldResultsAttributes) HasBotChallengesIssued() bool` - -HasBotChallengesIssued returns a boolean if a field has been set. - -### GetBotChallengesSucceeded - -`func (o *HistoricalFieldResultsAttributes) GetBotChallengesSucceeded() int32` - -GetBotChallengesSucceeded returns the BotChallengesSucceeded field if non-nil, zero value otherwise. - -### GetBotChallengesSucceededOk - -`func (o *HistoricalFieldResultsAttributes) GetBotChallengesSucceededOk() (*int32, bool)` - -GetBotChallengesSucceededOk returns a tuple with the BotChallengesSucceeded field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetBotChallengesSucceeded - -`func (o *HistoricalFieldResultsAttributes) SetBotChallengesSucceeded(v int32)` - -SetBotChallengesSucceeded sets BotChallengesSucceeded field to given value. - -### HasBotChallengesSucceeded - -`func (o *HistoricalFieldResultsAttributes) HasBotChallengesSucceeded() bool` - -HasBotChallengesSucceeded returns a boolean if a field has been set. - -### GetBotChallengesFailed - -`func (o *HistoricalFieldResultsAttributes) GetBotChallengesFailed() int32` - -GetBotChallengesFailed returns the BotChallengesFailed field if non-nil, zero value otherwise. - -### GetBotChallengesFailedOk - -`func (o *HistoricalFieldResultsAttributes) GetBotChallengesFailedOk() (*int32, bool)` - -GetBotChallengesFailedOk returns a tuple with the BotChallengesFailed field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetBotChallengesFailed - -`func (o *HistoricalFieldResultsAttributes) SetBotChallengesFailed(v int32)` - -SetBotChallengesFailed sets BotChallengesFailed field to given value. - -### HasBotChallengesFailed - -`func (o *HistoricalFieldResultsAttributes) HasBotChallengesFailed() bool` - -HasBotChallengesFailed returns a boolean if a field has been set. - -### GetServiceID - -`func (o *HistoricalFieldResultsAttributes) GetServiceID() ReadOnlyIDService` - -GetServiceID returns the ServiceID field if non-nil, zero value otherwise. - -### GetServiceIDOk - -`func (o *HistoricalFieldResultsAttributes) GetServiceIDOk() (*ReadOnlyIDService, bool)` - -GetServiceIDOk returns a tuple with the ServiceID field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetServiceID - -`func (o *HistoricalFieldResultsAttributes) SetServiceID(v ReadOnlyIDService)` - -SetServiceID sets ServiceID field to given value. - -### HasServiceID - -`func (o *HistoricalFieldResultsAttributes) HasServiceID() bool` - -HasServiceID returns a boolean if a field has been set. - -### GetStartTime - -`func (o *HistoricalFieldResultsAttributes) GetStartTime() int32` - -GetStartTime returns the StartTime field if non-nil, zero value otherwise. - -### GetStartTimeOk - -`func (o *HistoricalFieldResultsAttributes) GetStartTimeOk() (*int32, 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. - -### SetStartTime - -`func (o *HistoricalFieldResultsAttributes) SetStartTime(v int32)` - -SetStartTime sets StartTime field to given value. - -### HasStartTime - -`func (o *HistoricalFieldResultsAttributes) HasStartTime() bool` - -HasStartTime returns a boolean if a field has been set. - - -[Back to API list](../README.md#documentation-for-api-endpoints) | [Back to README](../README.md) diff --git a/docs/HistoricalFieldResultsAttributesAdditional.md b/docs/HistoricalFieldResultsAttributesAdditional.md deleted file mode 100644 index 0f21ac70..00000000 --- a/docs/HistoricalFieldResultsAttributesAdditional.md +++ /dev/null @@ -1,80 +0,0 @@ -# HistoricalFieldResultsAttributesAdditional - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**ServiceID** | Pointer to [**ReadOnlyIDService**](ReadOnlyIDService.md) | | [optional] -**StartTime** | Pointer to **int32** | | [optional] - -## Methods - -### NewHistoricalFieldResultsAttributesAdditional - -`func NewHistoricalFieldResultsAttributesAdditional() *HistoricalFieldResultsAttributesAdditional` - -NewHistoricalFieldResultsAttributesAdditional instantiates a new HistoricalFieldResultsAttributesAdditional 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 - -### NewHistoricalFieldResultsAttributesAdditionalWithDefaults - -`func NewHistoricalFieldResultsAttributesAdditionalWithDefaults() *HistoricalFieldResultsAttributesAdditional` - -NewHistoricalFieldResultsAttributesAdditionalWithDefaults instantiates a new HistoricalFieldResultsAttributesAdditional 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 - -### GetServiceID - -`func (o *HistoricalFieldResultsAttributesAdditional) GetServiceID() ReadOnlyIDService` - -GetServiceID returns the ServiceID field if non-nil, zero value otherwise. - -### GetServiceIDOk - -`func (o *HistoricalFieldResultsAttributesAdditional) GetServiceIDOk() (*ReadOnlyIDService, bool)` - -GetServiceIDOk returns a tuple with the ServiceID field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetServiceID - -`func (o *HistoricalFieldResultsAttributesAdditional) SetServiceID(v ReadOnlyIDService)` - -SetServiceID sets ServiceID field to given value. - -### HasServiceID - -`func (o *HistoricalFieldResultsAttributesAdditional) HasServiceID() bool` - -HasServiceID returns a boolean if a field has been set. - -### GetStartTime - -`func (o *HistoricalFieldResultsAttributesAdditional) GetStartTime() int32` - -GetStartTime returns the StartTime field if non-nil, zero value otherwise. - -### GetStartTimeOk - -`func (o *HistoricalFieldResultsAttributesAdditional) GetStartTimeOk() (*int32, 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. - -### SetStartTime - -`func (o *HistoricalFieldResultsAttributesAdditional) SetStartTime(v int32)` - -SetStartTime sets StartTime field to given value. - -### HasStartTime - -`func (o *HistoricalFieldResultsAttributesAdditional) HasStartTime() bool` - -HasStartTime returns a boolean if a field has been set. - - -[Back to API list](../README.md#documentation-for-api-endpoints) | [Back to README](../README.md) diff --git a/docs/HistoricalAggregateResponse.md b/docs/HistoricalStatsAggregatedResponse.md similarity index 60% rename from docs/HistoricalAggregateResponse.md rename to docs/HistoricalStatsAggregatedResponse.md index 860672bc..2612f7da 100644 --- a/docs/HistoricalAggregateResponse.md +++ b/docs/HistoricalStatsAggregatedResponse.md @@ -1,4 +1,4 @@ -# HistoricalAggregateResponse +# HistoricalStatsAggregatedResponse ## Properties @@ -11,130 +11,130 @@ Name | Type | Description | Notes ## Methods -### NewHistoricalAggregateResponse +### NewHistoricalStatsAggregatedResponse -`func NewHistoricalAggregateResponse() *HistoricalAggregateResponse` +`func NewHistoricalStatsAggregatedResponse() *HistoricalStatsAggregatedResponse` -NewHistoricalAggregateResponse instantiates a new HistoricalAggregateResponse object +NewHistoricalStatsAggregatedResponse instantiates a new HistoricalStatsAggregatedResponse 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 -### NewHistoricalAggregateResponseWithDefaults +### NewHistoricalStatsAggregatedResponseWithDefaults -`func NewHistoricalAggregateResponseWithDefaults() *HistoricalAggregateResponse` +`func NewHistoricalStatsAggregatedResponseWithDefaults() *HistoricalStatsAggregatedResponse` -NewHistoricalAggregateResponseWithDefaults instantiates a new HistoricalAggregateResponse object +NewHistoricalStatsAggregatedResponseWithDefaults instantiates a new HistoricalStatsAggregatedResponse 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 ### GetStatus -`func (o *HistoricalAggregateResponse) GetStatus() string` +`func (o *HistoricalStatsAggregatedResponse) GetStatus() string` GetStatus returns the Status field if non-nil, zero value otherwise. ### GetStatusOk -`func (o *HistoricalAggregateResponse) GetStatusOk() (*string, bool)` +`func (o *HistoricalStatsAggregatedResponse) 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. ### SetStatus -`func (o *HistoricalAggregateResponse) SetStatus(v string)` +`func (o *HistoricalStatsAggregatedResponse) SetStatus(v string)` SetStatus sets Status field to given value. ### HasStatus -`func (o *HistoricalAggregateResponse) HasStatus() bool` +`func (o *HistoricalStatsAggregatedResponse) HasStatus() bool` HasStatus returns a boolean if a field has been set. ### GetMeta -`func (o *HistoricalAggregateResponse) GetMeta() HistoricalMeta` +`func (o *HistoricalStatsAggregatedResponse) GetMeta() HistoricalMeta` GetMeta returns the Meta field if non-nil, zero value otherwise. ### GetMetaOk -`func (o *HistoricalAggregateResponse) GetMetaOk() (*HistoricalMeta, bool)` +`func (o *HistoricalStatsAggregatedResponse) GetMetaOk() (*HistoricalMeta, bool)` GetMetaOk returns a tuple with the Meta field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetMeta -`func (o *HistoricalAggregateResponse) SetMeta(v HistoricalMeta)` +`func (o *HistoricalStatsAggregatedResponse) SetMeta(v HistoricalMeta)` SetMeta sets Meta field to given value. ### HasMeta -`func (o *HistoricalAggregateResponse) HasMeta() bool` +`func (o *HistoricalStatsAggregatedResponse) HasMeta() bool` HasMeta returns a boolean if a field has been set. ### GetMsg -`func (o *HistoricalAggregateResponse) GetMsg() string` +`func (o *HistoricalStatsAggregatedResponse) GetMsg() string` GetMsg returns the Msg field if non-nil, zero value otherwise. ### GetMsgOk -`func (o *HistoricalAggregateResponse) GetMsgOk() (*string, bool)` +`func (o *HistoricalStatsAggregatedResponse) GetMsgOk() (*string, bool)` GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetMsg -`func (o *HistoricalAggregateResponse) SetMsg(v string)` +`func (o *HistoricalStatsAggregatedResponse) SetMsg(v string)` SetMsg sets Msg field to given value. ### HasMsg -`func (o *HistoricalAggregateResponse) HasMsg() bool` +`func (o *HistoricalStatsAggregatedResponse) HasMsg() bool` HasMsg returns a boolean if a field has been set. ### SetMsgNil -`func (o *HistoricalAggregateResponse) SetMsgNil(b bool)` +`func (o *HistoricalStatsAggregatedResponse) SetMsgNil(b bool)` SetMsgNil sets the value for Msg to be an explicit nil ### UnsetMsg -`func (o *HistoricalAggregateResponse) UnsetMsg()` +`func (o *HistoricalStatsAggregatedResponse) UnsetMsg()` UnsetMsg ensures that no value is present for Msg, not even an explicit nil ### GetData -`func (o *HistoricalAggregateResponse) GetData() []Results` +`func (o *HistoricalStatsAggregatedResponse) GetData() []Results` GetData returns the Data field if non-nil, zero value otherwise. ### GetDataOk -`func (o *HistoricalAggregateResponse) GetDataOk() (*[]Results, bool)` +`func (o *HistoricalStatsAggregatedResponse) GetDataOk() (*[]Results, bool)` GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetData -`func (o *HistoricalAggregateResponse) SetData(v []Results)` +`func (o *HistoricalStatsAggregatedResponse) SetData(v []Results)` SetData sets Data field to given value. ### HasData -`func (o *HistoricalAggregateResponse) HasData() bool` +`func (o *HistoricalStatsAggregatedResponse) HasData() bool` HasData returns a boolean if a field has been set. diff --git a/docs/HistoricalAggregateResponseAllOf.md b/docs/HistoricalStatsAggregatedResponseAllOf.md similarity index 54% rename from docs/HistoricalAggregateResponseAllOf.md rename to docs/HistoricalStatsAggregatedResponseAllOf.md index 01691155..7a90a357 100644 --- a/docs/HistoricalAggregateResponseAllOf.md +++ b/docs/HistoricalStatsAggregatedResponseAllOf.md @@ -1,4 +1,4 @@ -# HistoricalAggregateResponseAllOf +# HistoricalStatsAggregatedResponseAllOf ## Properties @@ -8,45 +8,45 @@ Name | Type | Description | Notes ## Methods -### NewHistoricalAggregateResponseAllOf +### NewHistoricalStatsAggregatedResponseAllOf -`func NewHistoricalAggregateResponseAllOf() *HistoricalAggregateResponseAllOf` +`func NewHistoricalStatsAggregatedResponseAllOf() *HistoricalStatsAggregatedResponseAllOf` -NewHistoricalAggregateResponseAllOf instantiates a new HistoricalAggregateResponseAllOf object +NewHistoricalStatsAggregatedResponseAllOf instantiates a new HistoricalStatsAggregatedResponseAllOf 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 -### NewHistoricalAggregateResponseAllOfWithDefaults +### NewHistoricalStatsAggregatedResponseAllOfWithDefaults -`func NewHistoricalAggregateResponseAllOfWithDefaults() *HistoricalAggregateResponseAllOf` +`func NewHistoricalStatsAggregatedResponseAllOfWithDefaults() *HistoricalStatsAggregatedResponseAllOf` -NewHistoricalAggregateResponseAllOfWithDefaults instantiates a new HistoricalAggregateResponseAllOf object +NewHistoricalStatsAggregatedResponseAllOfWithDefaults instantiates a new HistoricalStatsAggregatedResponseAllOf 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 ### GetData -`func (o *HistoricalAggregateResponseAllOf) GetData() []Results` +`func (o *HistoricalStatsAggregatedResponseAllOf) GetData() []Results` GetData returns the Data field if non-nil, zero value otherwise. ### GetDataOk -`func (o *HistoricalAggregateResponseAllOf) GetDataOk() (*[]Results, bool)` +`func (o *HistoricalStatsAggregatedResponseAllOf) GetDataOk() (*[]Results, bool)` GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetData -`func (o *HistoricalAggregateResponseAllOf) SetData(v []Results)` +`func (o *HistoricalStatsAggregatedResponseAllOf) SetData(v []Results)` SetData sets Data field to given value. ### HasData -`func (o *HistoricalAggregateResponseAllOf) HasData() bool` +`func (o *HistoricalStatsAggregatedResponseAllOf) HasData() bool` HasData returns a boolean if a field has been set. diff --git a/docs/HistoricalResponse.md b/docs/HistoricalStatsByServiceResponse.md similarity index 61% rename from docs/HistoricalResponse.md rename to docs/HistoricalStatsByServiceResponse.md index df8eb9ff..573670f7 100644 --- a/docs/HistoricalResponse.md +++ b/docs/HistoricalStatsByServiceResponse.md @@ -1,4 +1,4 @@ -# HistoricalResponse +# HistoricalStatsByServiceResponse ## Properties @@ -11,130 +11,130 @@ Name | Type | Description | Notes ## Methods -### NewHistoricalResponse +### NewHistoricalStatsByServiceResponse -`func NewHistoricalResponse() *HistoricalResponse` +`func NewHistoricalStatsByServiceResponse() *HistoricalStatsByServiceResponse` -NewHistoricalResponse instantiates a new HistoricalResponse object +NewHistoricalStatsByServiceResponse instantiates a new HistoricalStatsByServiceResponse 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 -### NewHistoricalResponseWithDefaults +### NewHistoricalStatsByServiceResponseWithDefaults -`func NewHistoricalResponseWithDefaults() *HistoricalResponse` +`func NewHistoricalStatsByServiceResponseWithDefaults() *HistoricalStatsByServiceResponse` -NewHistoricalResponseWithDefaults instantiates a new HistoricalResponse object +NewHistoricalStatsByServiceResponseWithDefaults instantiates a new HistoricalStatsByServiceResponse 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 ### GetStatus -`func (o *HistoricalResponse) GetStatus() string` +`func (o *HistoricalStatsByServiceResponse) GetStatus() string` GetStatus returns the Status field if non-nil, zero value otherwise. ### GetStatusOk -`func (o *HistoricalResponse) GetStatusOk() (*string, bool)` +`func (o *HistoricalStatsByServiceResponse) 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. ### SetStatus -`func (o *HistoricalResponse) SetStatus(v string)` +`func (o *HistoricalStatsByServiceResponse) SetStatus(v string)` SetStatus sets Status field to given value. ### HasStatus -`func (o *HistoricalResponse) HasStatus() bool` +`func (o *HistoricalStatsByServiceResponse) HasStatus() bool` HasStatus returns a boolean if a field has been set. ### GetMeta -`func (o *HistoricalResponse) GetMeta() HistoricalMeta` +`func (o *HistoricalStatsByServiceResponse) GetMeta() HistoricalMeta` GetMeta returns the Meta field if non-nil, zero value otherwise. ### GetMetaOk -`func (o *HistoricalResponse) GetMetaOk() (*HistoricalMeta, bool)` +`func (o *HistoricalStatsByServiceResponse) GetMetaOk() (*HistoricalMeta, bool)` GetMetaOk returns a tuple with the Meta field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetMeta -`func (o *HistoricalResponse) SetMeta(v HistoricalMeta)` +`func (o *HistoricalStatsByServiceResponse) SetMeta(v HistoricalMeta)` SetMeta sets Meta field to given value. ### HasMeta -`func (o *HistoricalResponse) HasMeta() bool` +`func (o *HistoricalStatsByServiceResponse) HasMeta() bool` HasMeta returns a boolean if a field has been set. ### GetMsg -`func (o *HistoricalResponse) GetMsg() string` +`func (o *HistoricalStatsByServiceResponse) GetMsg() string` GetMsg returns the Msg field if non-nil, zero value otherwise. ### GetMsgOk -`func (o *HistoricalResponse) GetMsgOk() (*string, bool)` +`func (o *HistoricalStatsByServiceResponse) GetMsgOk() (*string, bool)` GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetMsg -`func (o *HistoricalResponse) SetMsg(v string)` +`func (o *HistoricalStatsByServiceResponse) SetMsg(v string)` SetMsg sets Msg field to given value. ### HasMsg -`func (o *HistoricalResponse) HasMsg() bool` +`func (o *HistoricalStatsByServiceResponse) HasMsg() bool` HasMsg returns a boolean if a field has been set. ### SetMsgNil -`func (o *HistoricalResponse) SetMsgNil(b bool)` +`func (o *HistoricalStatsByServiceResponse) SetMsgNil(b bool)` SetMsgNil sets the value for Msg to be an explicit nil ### UnsetMsg -`func (o *HistoricalResponse) UnsetMsg()` +`func (o *HistoricalStatsByServiceResponse) UnsetMsg()` UnsetMsg ensures that no value is present for Msg, not even an explicit nil ### GetData -`func (o *HistoricalResponse) GetData() map[string][]Results` +`func (o *HistoricalStatsByServiceResponse) GetData() map[string][]Results` GetData returns the Data field if non-nil, zero value otherwise. ### GetDataOk -`func (o *HistoricalResponse) GetDataOk() (*map[string][]Results, bool)` +`func (o *HistoricalStatsByServiceResponse) GetDataOk() (*map[string][]Results, bool)` GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetData -`func (o *HistoricalResponse) SetData(v map[string][]Results)` +`func (o *HistoricalStatsByServiceResponse) SetData(v map[string][]Results)` SetData sets Data field to given value. ### HasData -`func (o *HistoricalResponse) HasData() bool` +`func (o *HistoricalStatsByServiceResponse) HasData() bool` HasData returns a boolean if a field has been set. diff --git a/docs/HistoricalResponseDataField.md b/docs/HistoricalStatsByServiceResponseAllOf.md similarity index 56% rename from docs/HistoricalResponseDataField.md rename to docs/HistoricalStatsByServiceResponseAllOf.md index a046c72f..7255b08e 100644 --- a/docs/HistoricalResponseDataField.md +++ b/docs/HistoricalStatsByServiceResponseAllOf.md @@ -1,4 +1,4 @@ -# HistoricalResponseDataField +# HistoricalStatsByServiceResponseAllOf ## Properties @@ -8,45 +8,45 @@ Name | Type | Description | Notes ## Methods -### NewHistoricalResponseDataField +### NewHistoricalStatsByServiceResponseAllOf -`func NewHistoricalResponseDataField() *HistoricalResponseDataField` +`func NewHistoricalStatsByServiceResponseAllOf() *HistoricalStatsByServiceResponseAllOf` -NewHistoricalResponseDataField instantiates a new HistoricalResponseDataField object +NewHistoricalStatsByServiceResponseAllOf instantiates a new HistoricalStatsByServiceResponseAllOf 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 -### NewHistoricalResponseDataFieldWithDefaults +### NewHistoricalStatsByServiceResponseAllOfWithDefaults -`func NewHistoricalResponseDataFieldWithDefaults() *HistoricalResponseDataField` +`func NewHistoricalStatsByServiceResponseAllOfWithDefaults() *HistoricalStatsByServiceResponseAllOf` -NewHistoricalResponseDataFieldWithDefaults instantiates a new HistoricalResponseDataField object +NewHistoricalStatsByServiceResponseAllOfWithDefaults instantiates a new HistoricalStatsByServiceResponseAllOf 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 ### GetData -`func (o *HistoricalResponseDataField) GetData() map[string][]Results` +`func (o *HistoricalStatsByServiceResponseAllOf) GetData() map[string][]Results` GetData returns the Data field if non-nil, zero value otherwise. ### GetDataOk -`func (o *HistoricalResponseDataField) GetDataOk() (*map[string][]Results, bool)` +`func (o *HistoricalStatsByServiceResponseAllOf) GetDataOk() (*map[string][]Results, bool)` GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetData -`func (o *HistoricalResponseDataField) SetData(v map[string][]Results)` +`func (o *HistoricalStatsByServiceResponseAllOf) SetData(v map[string][]Results)` SetData sets Data field to given value. ### HasData -`func (o *HistoricalResponseDataField) HasData() bool` +`func (o *HistoricalStatsByServiceResponseAllOf) HasData() bool` HasData returns a boolean if a field has been set. diff --git a/docs/HistoricalUsageAggregateResponse.md b/docs/HistoricalUsageAggregateResponse.md deleted file mode 100644 index fc44beae..00000000 --- a/docs/HistoricalUsageAggregateResponse.md +++ /dev/null @@ -1,142 +0,0 @@ -# HistoricalUsageAggregateResponse - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**Status** | Pointer to **string** | Whether or not we were able to successfully execute the query. | [optional] -**Meta** | Pointer to [**HistoricalMeta**](HistoricalMeta.md) | | [optional] -**Msg** | Pointer to **NullableString** | If the query was not successful, this will provide a string that explains why. | [optional] -**Data** | Pointer to [**HistoricalUsageResults**](HistoricalUsageResults.md) | | [optional] - -## Methods - -### NewHistoricalUsageAggregateResponse - -`func NewHistoricalUsageAggregateResponse() *HistoricalUsageAggregateResponse` - -NewHistoricalUsageAggregateResponse instantiates a new HistoricalUsageAggregateResponse 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 - -### NewHistoricalUsageAggregateResponseWithDefaults - -`func NewHistoricalUsageAggregateResponseWithDefaults() *HistoricalUsageAggregateResponse` - -NewHistoricalUsageAggregateResponseWithDefaults instantiates a new HistoricalUsageAggregateResponse 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 - -### GetStatus - -`func (o *HistoricalUsageAggregateResponse) GetStatus() string` - -GetStatus returns the Status field if non-nil, zero value otherwise. - -### GetStatusOk - -`func (o *HistoricalUsageAggregateResponse) 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. - -### SetStatus - -`func (o *HistoricalUsageAggregateResponse) SetStatus(v string)` - -SetStatus sets Status field to given value. - -### HasStatus - -`func (o *HistoricalUsageAggregateResponse) HasStatus() bool` - -HasStatus returns a boolean if a field has been set. - -### GetMeta - -`func (o *HistoricalUsageAggregateResponse) GetMeta() HistoricalMeta` - -GetMeta returns the Meta field if non-nil, zero value otherwise. - -### GetMetaOk - -`func (o *HistoricalUsageAggregateResponse) GetMetaOk() (*HistoricalMeta, bool)` - -GetMetaOk returns a tuple with the Meta field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetMeta - -`func (o *HistoricalUsageAggregateResponse) SetMeta(v HistoricalMeta)` - -SetMeta sets Meta field to given value. - -### HasMeta - -`func (o *HistoricalUsageAggregateResponse) HasMeta() bool` - -HasMeta returns a boolean if a field has been set. - -### GetMsg - -`func (o *HistoricalUsageAggregateResponse) GetMsg() string` - -GetMsg returns the Msg field if non-nil, zero value otherwise. - -### GetMsgOk - -`func (o *HistoricalUsageAggregateResponse) GetMsgOk() (*string, bool)` - -GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetMsg - -`func (o *HistoricalUsageAggregateResponse) SetMsg(v string)` - -SetMsg sets Msg field to given value. - -### HasMsg - -`func (o *HistoricalUsageAggregateResponse) HasMsg() bool` - -HasMsg returns a boolean if a field has been set. - -### SetMsgNil - -`func (o *HistoricalUsageAggregateResponse) SetMsgNil(b bool)` - - SetMsgNil sets the value for Msg to be an explicit nil - -### UnsetMsg -`func (o *HistoricalUsageAggregateResponse) UnsetMsg()` - -UnsetMsg ensures that no value is present for Msg, not even an explicit nil -### GetData - -`func (o *HistoricalUsageAggregateResponse) GetData() HistoricalUsageResults` - -GetData returns the Data field if non-nil, zero value otherwise. - -### GetDataOk - -`func (o *HistoricalUsageAggregateResponse) GetDataOk() (*HistoricalUsageResults, bool)` - -GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetData - -`func (o *HistoricalUsageAggregateResponse) SetData(v HistoricalUsageResults)` - -SetData sets Data field to given value. - -### HasData - -`func (o *HistoricalUsageAggregateResponse) HasData() bool` - -HasData returns a boolean if a field has been set. - - -[Back to API list](../README.md#documentation-for-api-endpoints) | [Back to README](../README.md) diff --git a/docs/HistoricalFieldResponse.md b/docs/HistoricalUsageAggregatedResponse.md similarity index 56% rename from docs/HistoricalFieldResponse.md rename to docs/HistoricalUsageAggregatedResponse.md index a5796132..117a896f 100644 --- a/docs/HistoricalFieldResponse.md +++ b/docs/HistoricalUsageAggregatedResponse.md @@ -1,4 +1,4 @@ -# HistoricalFieldResponse +# HistoricalUsageAggregatedResponse ## Properties @@ -7,134 +7,134 @@ Name | Type | Description | Notes **Status** | Pointer to **string** | Whether or not we were able to successfully execute the query. | [optional] **Meta** | Pointer to [**HistoricalMeta**](HistoricalMeta.md) | | [optional] **Msg** | Pointer to **NullableString** | If the query was not successful, this will provide a string that explains why. | [optional] -**Data** | Pointer to [**map[string][]HistoricalFieldResultsAttributes**](array.md) | | [optional] +**Data** | Pointer to [**map[string]HistoricalUsageData**](HistoricalUsageData.md) | Organized by *region*. | [optional] ## Methods -### NewHistoricalFieldResponse +### NewHistoricalUsageAggregatedResponse -`func NewHistoricalFieldResponse() *HistoricalFieldResponse` +`func NewHistoricalUsageAggregatedResponse() *HistoricalUsageAggregatedResponse` -NewHistoricalFieldResponse instantiates a new HistoricalFieldResponse object +NewHistoricalUsageAggregatedResponse instantiates a new HistoricalUsageAggregatedResponse 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 -### NewHistoricalFieldResponseWithDefaults +### NewHistoricalUsageAggregatedResponseWithDefaults -`func NewHistoricalFieldResponseWithDefaults() *HistoricalFieldResponse` +`func NewHistoricalUsageAggregatedResponseWithDefaults() *HistoricalUsageAggregatedResponse` -NewHistoricalFieldResponseWithDefaults instantiates a new HistoricalFieldResponse object +NewHistoricalUsageAggregatedResponseWithDefaults instantiates a new HistoricalUsageAggregatedResponse 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 ### GetStatus -`func (o *HistoricalFieldResponse) GetStatus() string` +`func (o *HistoricalUsageAggregatedResponse) GetStatus() string` GetStatus returns the Status field if non-nil, zero value otherwise. ### GetStatusOk -`func (o *HistoricalFieldResponse) GetStatusOk() (*string, bool)` +`func (o *HistoricalUsageAggregatedResponse) 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. ### SetStatus -`func (o *HistoricalFieldResponse) SetStatus(v string)` +`func (o *HistoricalUsageAggregatedResponse) SetStatus(v string)` SetStatus sets Status field to given value. ### HasStatus -`func (o *HistoricalFieldResponse) HasStatus() bool` +`func (o *HistoricalUsageAggregatedResponse) HasStatus() bool` HasStatus returns a boolean if a field has been set. ### GetMeta -`func (o *HistoricalFieldResponse) GetMeta() HistoricalMeta` +`func (o *HistoricalUsageAggregatedResponse) GetMeta() HistoricalMeta` GetMeta returns the Meta field if non-nil, zero value otherwise. ### GetMetaOk -`func (o *HistoricalFieldResponse) GetMetaOk() (*HistoricalMeta, bool)` +`func (o *HistoricalUsageAggregatedResponse) GetMetaOk() (*HistoricalMeta, bool)` GetMetaOk returns a tuple with the Meta field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetMeta -`func (o *HistoricalFieldResponse) SetMeta(v HistoricalMeta)` +`func (o *HistoricalUsageAggregatedResponse) SetMeta(v HistoricalMeta)` SetMeta sets Meta field to given value. ### HasMeta -`func (o *HistoricalFieldResponse) HasMeta() bool` +`func (o *HistoricalUsageAggregatedResponse) HasMeta() bool` HasMeta returns a boolean if a field has been set. ### GetMsg -`func (o *HistoricalFieldResponse) GetMsg() string` +`func (o *HistoricalUsageAggregatedResponse) GetMsg() string` GetMsg returns the Msg field if non-nil, zero value otherwise. ### GetMsgOk -`func (o *HistoricalFieldResponse) GetMsgOk() (*string, bool)` +`func (o *HistoricalUsageAggregatedResponse) GetMsgOk() (*string, bool)` GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetMsg -`func (o *HistoricalFieldResponse) SetMsg(v string)` +`func (o *HistoricalUsageAggregatedResponse) SetMsg(v string)` SetMsg sets Msg field to given value. ### HasMsg -`func (o *HistoricalFieldResponse) HasMsg() bool` +`func (o *HistoricalUsageAggregatedResponse) HasMsg() bool` HasMsg returns a boolean if a field has been set. ### SetMsgNil -`func (o *HistoricalFieldResponse) SetMsgNil(b bool)` +`func (o *HistoricalUsageAggregatedResponse) SetMsgNil(b bool)` SetMsgNil sets the value for Msg to be an explicit nil ### UnsetMsg -`func (o *HistoricalFieldResponse) UnsetMsg()` +`func (o *HistoricalUsageAggregatedResponse) UnsetMsg()` UnsetMsg ensures that no value is present for Msg, not even an explicit nil ### GetData -`func (o *HistoricalFieldResponse) GetData() map[string][]HistoricalFieldResultsAttributes` +`func (o *HistoricalUsageAggregatedResponse) GetData() map[string]HistoricalUsageData` GetData returns the Data field if non-nil, zero value otherwise. ### GetDataOk -`func (o *HistoricalFieldResponse) GetDataOk() (*map[string][]HistoricalFieldResultsAttributes, bool)` +`func (o *HistoricalUsageAggregatedResponse) GetDataOk() (*map[string]HistoricalUsageData, bool)` GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetData -`func (o *HistoricalFieldResponse) SetData(v map[string][]HistoricalFieldResultsAttributes)` +`func (o *HistoricalUsageAggregatedResponse) SetData(v map[string]HistoricalUsageData)` SetData sets Data field to given value. ### HasData -`func (o *HistoricalFieldResponse) HasData() bool` +`func (o *HistoricalUsageAggregatedResponse) HasData() bool` HasData returns a boolean if a field has been set. diff --git a/docs/HistoricalUsageAggregatedResponseAllOf.md b/docs/HistoricalUsageAggregatedResponseAllOf.md new file mode 100644 index 00000000..96346cbf --- /dev/null +++ b/docs/HistoricalUsageAggregatedResponseAllOf.md @@ -0,0 +1,54 @@ +# HistoricalUsageAggregatedResponseAllOf + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Data** | Pointer to [**map[string]HistoricalUsageData**](HistoricalUsageData.md) | Organized by *region*. | [optional] + +## Methods + +### NewHistoricalUsageAggregatedResponseAllOf + +`func NewHistoricalUsageAggregatedResponseAllOf() *HistoricalUsageAggregatedResponseAllOf` + +NewHistoricalUsageAggregatedResponseAllOf instantiates a new HistoricalUsageAggregatedResponseAllOf 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 + +### NewHistoricalUsageAggregatedResponseAllOfWithDefaults + +`func NewHistoricalUsageAggregatedResponseAllOfWithDefaults() *HistoricalUsageAggregatedResponseAllOf` + +NewHistoricalUsageAggregatedResponseAllOfWithDefaults instantiates a new HistoricalUsageAggregatedResponseAllOf 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 + +### GetData + +`func (o *HistoricalUsageAggregatedResponseAllOf) GetData() map[string]HistoricalUsageData` + +GetData returns the Data field if non-nil, zero value otherwise. + +### GetDataOk + +`func (o *HistoricalUsageAggregatedResponseAllOf) GetDataOk() (*map[string]HistoricalUsageData, bool)` + +GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetData + +`func (o *HistoricalUsageAggregatedResponseAllOf) SetData(v map[string]HistoricalUsageData)` + +SetData sets Data field to given value. + +### HasData + +`func (o *HistoricalUsageAggregatedResponseAllOf) HasData() bool` + +HasData returns a boolean if a field has been set. + + +[Back to API list](../README.md#documentation-for-api-endpoints) | [Back to README](../README.md) diff --git a/docs/HistoricalUsageResults.md b/docs/HistoricalUsageData.md similarity index 64% rename from docs/HistoricalUsageResults.md rename to docs/HistoricalUsageData.md index b0909d99..9f335099 100644 --- a/docs/HistoricalUsageResults.md +++ b/docs/HistoricalUsageData.md @@ -1,4 +1,4 @@ -# HistoricalUsageResults +# HistoricalUsageData ## Properties @@ -10,95 +10,95 @@ Name | Type | Description | Notes ## Methods -### NewHistoricalUsageResults +### NewHistoricalUsageData -`func NewHistoricalUsageResults() *HistoricalUsageResults` +`func NewHistoricalUsageData() *HistoricalUsageData` -NewHistoricalUsageResults instantiates a new HistoricalUsageResults object +NewHistoricalUsageData instantiates a new HistoricalUsageData 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 -### NewHistoricalUsageResultsWithDefaults +### NewHistoricalUsageDataWithDefaults -`func NewHistoricalUsageResultsWithDefaults() *HistoricalUsageResults` +`func NewHistoricalUsageDataWithDefaults() *HistoricalUsageData` -NewHistoricalUsageResultsWithDefaults instantiates a new HistoricalUsageResults object +NewHistoricalUsageDataWithDefaults instantiates a new HistoricalUsageData 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 ### GetBandwidth -`func (o *HistoricalUsageResults) GetBandwidth() float32` +`func (o *HistoricalUsageData) GetBandwidth() float32` GetBandwidth returns the Bandwidth field if non-nil, zero value otherwise. ### GetBandwidthOk -`func (o *HistoricalUsageResults) GetBandwidthOk() (*float32, bool)` +`func (o *HistoricalUsageData) GetBandwidthOk() (*float32, bool)` GetBandwidthOk returns a tuple with the Bandwidth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetBandwidth -`func (o *HistoricalUsageResults) SetBandwidth(v float32)` +`func (o *HistoricalUsageData) SetBandwidth(v float32)` SetBandwidth sets Bandwidth field to given value. ### HasBandwidth -`func (o *HistoricalUsageResults) HasBandwidth() bool` +`func (o *HistoricalUsageData) HasBandwidth() bool` HasBandwidth returns a boolean if a field has been set. ### GetRequests -`func (o *HistoricalUsageResults) GetRequests() float32` +`func (o *HistoricalUsageData) GetRequests() float32` GetRequests returns the Requests field if non-nil, zero value otherwise. ### GetRequestsOk -`func (o *HistoricalUsageResults) GetRequestsOk() (*float32, bool)` +`func (o *HistoricalUsageData) GetRequestsOk() (*float32, bool)` GetRequestsOk returns a tuple with the Requests field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetRequests -`func (o *HistoricalUsageResults) SetRequests(v float32)` +`func (o *HistoricalUsageData) SetRequests(v float32)` SetRequests sets Requests field to given value. ### HasRequests -`func (o *HistoricalUsageResults) HasRequests() bool` +`func (o *HistoricalUsageData) HasRequests() bool` HasRequests returns a boolean if a field has been set. ### GetComputeRequests -`func (o *HistoricalUsageResults) GetComputeRequests() float32` +`func (o *HistoricalUsageData) GetComputeRequests() float32` GetComputeRequests returns the ComputeRequests field if non-nil, zero value otherwise. ### GetComputeRequestsOk -`func (o *HistoricalUsageResults) GetComputeRequestsOk() (*float32, bool)` +`func (o *HistoricalUsageData) GetComputeRequestsOk() (*float32, bool)` GetComputeRequestsOk returns a tuple with the ComputeRequests field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetComputeRequests -`func (o *HistoricalUsageResults) SetComputeRequests(v float32)` +`func (o *HistoricalUsageData) SetComputeRequests(v float32)` SetComputeRequests sets ComputeRequests field to given value. ### HasComputeRequests -`func (o *HistoricalUsageResults) HasComputeRequests() bool` +`func (o *HistoricalUsageData) HasComputeRequests() bool` HasComputeRequests returns a boolean if a field has been set. diff --git a/docs/HistoricalUsageMonthResponseData.md b/docs/HistoricalUsageMonthResponseData.md index 82219595..62a1ae10 100644 --- a/docs/HistoricalUsageMonthResponseData.md +++ b/docs/HistoricalUsageMonthResponseData.md @@ -5,8 +5,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **CustomerID** | Pointer to **string** | | [optional] [readonly] -**Services** | Pointer to [**map[string]HistoricalService**](HistoricalService.md) | | [optional] -**Total** | Pointer to [**HistoricalUsageResults**](HistoricalUsageResults.md) | | [optional] +**Services** | Pointer to [**map[string]HistoricalUsageService**](HistoricalUsageService.md) | Organized by *service id*. | [optional] +**Total** | Pointer to [**map[string]HistoricalUsageData**](HistoricalUsageData.md) | Organized by *region*. | [optional] ## Methods @@ -54,20 +54,20 @@ HasCustomerID returns a boolean if a field has been set. ### GetServices -`func (o *HistoricalUsageMonthResponseData) GetServices() map[string]HistoricalService` +`func (o *HistoricalUsageMonthResponseData) GetServices() map[string]HistoricalUsageService` GetServices returns the Services field if non-nil, zero value otherwise. ### GetServicesOk -`func (o *HistoricalUsageMonthResponseData) GetServicesOk() (*map[string]HistoricalService, bool)` +`func (o *HistoricalUsageMonthResponseData) GetServicesOk() (*map[string]HistoricalUsageService, bool)` GetServicesOk returns a tuple with the Services field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetServices -`func (o *HistoricalUsageMonthResponseData) SetServices(v map[string]HistoricalService)` +`func (o *HistoricalUsageMonthResponseData) SetServices(v map[string]HistoricalUsageService)` SetServices sets Services field to given value. @@ -79,20 +79,20 @@ HasServices returns a boolean if a field has been set. ### GetTotal -`func (o *HistoricalUsageMonthResponseData) GetTotal() HistoricalUsageResults` +`func (o *HistoricalUsageMonthResponseData) GetTotal() map[string]HistoricalUsageData` GetTotal returns the Total field if non-nil, zero value otherwise. ### GetTotalOk -`func (o *HistoricalUsageMonthResponseData) GetTotalOk() (*HistoricalUsageResults, bool)` +`func (o *HistoricalUsageMonthResponseData) GetTotalOk() (*map[string]HistoricalUsageData, bool)` GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetTotal -`func (o *HistoricalUsageMonthResponseData) SetTotal(v HistoricalUsageResults)` +`func (o *HistoricalUsageMonthResponseData) SetTotal(v map[string]HistoricalUsageData)` SetTotal sets Total field to given value. diff --git a/docs/HistoricalService.md b/docs/HistoricalUsageService.md similarity index 62% rename from docs/HistoricalService.md rename to docs/HistoricalUsageService.md index 30f87d98..16d5c164 100644 --- a/docs/HistoricalService.md +++ b/docs/HistoricalUsageService.md @@ -1,4 +1,4 @@ -# HistoricalService +# HistoricalUsageService ## Properties @@ -8,45 +8,45 @@ Name | Type | Description | Notes ## Methods -### NewHistoricalService +### NewHistoricalUsageService -`func NewHistoricalService() *HistoricalService` +`func NewHistoricalUsageService() *HistoricalUsageService` -NewHistoricalService instantiates a new HistoricalService object +NewHistoricalUsageService instantiates a new HistoricalUsageService 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 -### NewHistoricalServiceWithDefaults +### NewHistoricalUsageServiceWithDefaults -`func NewHistoricalServiceWithDefaults() *HistoricalService` +`func NewHistoricalUsageServiceWithDefaults() *HistoricalUsageService` -NewHistoricalServiceWithDefaults instantiates a new HistoricalService object +NewHistoricalUsageServiceWithDefaults instantiates a new HistoricalUsageService 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 ### GetName -`func (o *HistoricalService) GetName() string` +`func (o *HistoricalUsageService) GetName() string` GetName returns the Name field if non-nil, zero value otherwise. ### GetNameOk -`func (o *HistoricalService) GetNameOk() (*string, bool)` +`func (o *HistoricalUsageService) GetNameOk() (*string, bool)` GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetName -`func (o *HistoricalService) SetName(v string)` +`func (o *HistoricalUsageService) SetName(v string)` SetName sets Name field to given value. ### HasName -`func (o *HistoricalService) HasName() bool` +`func (o *HistoricalUsageService) HasName() bool` HasName returns a boolean if a field has been set. diff --git a/docs/HistoricalUsageServiceResponse.md b/docs/HistoricalUsageServiceResponse.md index 4f08bf68..e6599d98 100644 --- a/docs/HistoricalUsageServiceResponse.md +++ b/docs/HistoricalUsageServiceResponse.md @@ -7,7 +7,7 @@ Name | Type | Description | Notes **Status** | Pointer to **string** | Whether or not we were able to successfully execute the query. | [optional] **Meta** | Pointer to [**HistoricalMeta**](HistoricalMeta.md) | | [optional] **Msg** | Pointer to **NullableString** | If the query was not successful, this will provide a string that explains why. | [optional] -**Data** | Pointer to [**HistoricalUsageResults**](HistoricalUsageResults.md) | | [optional] +**Data** | Pointer to [**map[string]map[string]HistoricalUsageData**](map.md) | Organized by *region*. | [optional] ## Methods @@ -115,20 +115,20 @@ HasMsg returns a boolean if a field has been set. UnsetMsg ensures that no value is present for Msg, not even an explicit nil ### GetData -`func (o *HistoricalUsageServiceResponse) GetData() HistoricalUsageResults` +`func (o *HistoricalUsageServiceResponse) GetData() map[string]map[string]HistoricalUsageData` GetData returns the Data field if non-nil, zero value otherwise. ### GetDataOk -`func (o *HistoricalUsageServiceResponse) GetDataOk() (*HistoricalUsageResults, bool)` +`func (o *HistoricalUsageServiceResponse) GetDataOk() (*map[string]map[string]HistoricalUsageData, bool)` GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetData -`func (o *HistoricalUsageServiceResponse) SetData(v HistoricalUsageResults)` +`func (o *HistoricalUsageServiceResponse) SetData(v map[string]map[string]HistoricalUsageData)` SetData sets Data field to given value. diff --git a/docs/HistoricalUsageServiceResponseAllOf.md b/docs/HistoricalUsageServiceResponseAllOf.md index 40f0dfa7..2cbc2fe8 100644 --- a/docs/HistoricalUsageServiceResponseAllOf.md +++ b/docs/HistoricalUsageServiceResponseAllOf.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**Data** | Pointer to [**HistoricalUsageResults**](HistoricalUsageResults.md) | | [optional] +**Data** | Pointer to [**map[string]map[string]HistoricalUsageData**](map.md) | Organized by *region*. | [optional] ## Methods @@ -27,20 +27,20 @@ but it doesn't guarantee that properties required by API are set ### GetData -`func (o *HistoricalUsageServiceResponseAllOf) GetData() HistoricalUsageResults` +`func (o *HistoricalUsageServiceResponseAllOf) GetData() map[string]map[string]HistoricalUsageData` GetData returns the Data field if non-nil, zero value otherwise. ### GetDataOk -`func (o *HistoricalUsageServiceResponseAllOf) GetDataOk() (*HistoricalUsageResults, bool)` +`func (o *HistoricalUsageServiceResponseAllOf) GetDataOk() (*map[string]map[string]HistoricalUsageData, bool)` GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetData -`func (o *HistoricalUsageServiceResponseAllOf) SetData(v HistoricalUsageResults)` +`func (o *HistoricalUsageServiceResponseAllOf) SetData(v map[string]map[string]HistoricalUsageData)` SetData sets Data field to given value. diff --git a/docs/ReadOnlyIdService.md b/docs/ReadOnlyIdService.md deleted file mode 100644 index e6d8e071..00000000 --- a/docs/ReadOnlyIdService.md +++ /dev/null @@ -1,28 +0,0 @@ -# ReadOnlyIDService - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - -## Methods - -### NewReadOnlyIDService - -`func NewReadOnlyIDService() *ReadOnlyIDService` - -NewReadOnlyIDService instantiates a new ReadOnlyIDService 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 - -### NewReadOnlyIDServiceWithDefaults - -`func NewReadOnlyIDServiceWithDefaults() *ReadOnlyIDService` - -NewReadOnlyIDServiceWithDefaults instantiates a new ReadOnlyIDService 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 - - -[Back to API list](../README.md#documentation-for-api-endpoints) | [Back to README](../README.md) diff --git a/docs/Results.md b/docs/Results.md index c9a8819d..b72eadac 100644 --- a/docs/Results.md +++ b/docs/Results.md @@ -229,6 +229,8 @@ Name | Type | Description | Notes **BotChallengesIssued** | Pointer to **int32** | The number of challenges issued. For example, the issuance of a CAPTCHA challenge. | [optional] **BotChallengesSucceeded** | Pointer to **int32** | The number of successful challenge solutions processed. For example, a correct CAPTCHA solution. | [optional] **BotChallengesFailed** | Pointer to **int32** | The number of failed challenge solutions processed. For example, an incorrect CAPTCHA solution. | [optional] +**ServiceID** | Pointer to **string** | | [optional] [readonly] +**StartTime** | Pointer to **int32** | Timestamp for the start of the time period being reported | [optional] ## Methods @@ -5884,5 +5886,55 @@ SetBotChallengesFailed sets BotChallengesFailed field to given value. HasBotChallengesFailed returns a boolean if a field has been set. +### GetServiceID + +`func (o *Results) GetServiceID() string` + +GetServiceID returns the ServiceID field if non-nil, zero value otherwise. + +### GetServiceIDOk + +`func (o *Results) GetServiceIDOk() (*string, bool)` + +GetServiceIDOk returns a tuple with the ServiceID field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetServiceID + +`func (o *Results) SetServiceID(v string)` + +SetServiceID sets ServiceID field to given value. + +### HasServiceID + +`func (o *Results) HasServiceID() bool` + +HasServiceID returns a boolean if a field has been set. + +### GetStartTime + +`func (o *Results) GetStartTime() int32` + +GetStartTime returns the StartTime field if non-nil, zero value otherwise. + +### GetStartTimeOk + +`func (o *Results) GetStartTimeOk() (*int32, 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. + +### SetStartTime + +`func (o *Results) SetStartTime(v int32)` + +SetStartTime sets StartTime field to given value. + +### HasStartTime + +`func (o *Results) HasStartTime() bool` + +HasStartTime returns a boolean if a field has been set. + [Back to API list](../README.md#documentation-for-api-endpoints) | [Back to README](../README.md) diff --git a/fastly/api_historical.go b/fastly/api_historical.go index 697c59ca..a09fe8a6 100644 --- a/fastly/api_historical.go +++ b/fastly/api_historical.go @@ -42,8 +42,8 @@ type HistoricalAPI interface { GetHistStats(ctx context.Context) APIGetHistStatsRequest // GetHistStatsExecute executes the request - // @return HistoricalResponse - GetHistStatsExecute(r APIGetHistStatsRequest) (*HistoricalResponse, *http.Response, error) + // @return HistoricalStatsByServiceResponse + GetHistStatsExecute(r APIGetHistStatsRequest) (*HistoricalStatsByServiceResponse, *http.Response, error) /* GetHistStatsAggregated Get aggregated historical stats @@ -56,8 +56,8 @@ type HistoricalAPI interface { GetHistStatsAggregated(ctx context.Context) APIGetHistStatsAggregatedRequest // GetHistStatsAggregatedExecute executes the request - // @return HistoricalAggregateResponse - GetHistStatsAggregatedExecute(r APIGetHistStatsAggregatedRequest) (*HistoricalAggregateResponse, *http.Response, error) + // @return HistoricalStatsAggregatedResponse + GetHistStatsAggregatedExecute(r APIGetHistStatsAggregatedRequest) (*HistoricalStatsAggregatedResponse, *http.Response, error) /* GetHistStatsField Get historical stats for a single field @@ -71,8 +71,8 @@ type HistoricalAPI interface { GetHistStatsField(ctx context.Context, field string) APIGetHistStatsFieldRequest // GetHistStatsFieldExecute executes the request - // @return HistoricalFieldResponse - GetHistStatsFieldExecute(r APIGetHistStatsFieldRequest) (*HistoricalFieldResponse, *http.Response, error) + // @return HistoricalStatsByServiceResponse + GetHistStatsFieldExecute(r APIGetHistStatsFieldRequest) (*HistoricalStatsByServiceResponse, *http.Response, error) /* GetHistStatsService Get historical stats for a single service @@ -86,8 +86,8 @@ type HistoricalAPI interface { GetHistStatsService(ctx context.Context, serviceID string) APIGetHistStatsServiceRequest // GetHistStatsServiceExecute executes the request - // @return HistoricalAggregateResponse - GetHistStatsServiceExecute(r APIGetHistStatsServiceRequest) (*HistoricalAggregateResponse, *http.Response, error) + // @return HistoricalStatsAggregatedResponse + GetHistStatsServiceExecute(r APIGetHistStatsServiceRequest) (*HistoricalStatsAggregatedResponse, *http.Response, error) /* GetHistStatsServiceField Get historical stats for a single service/field combination @@ -102,8 +102,8 @@ type HistoricalAPI interface { GetHistStatsServiceField(ctx context.Context, serviceID string, field string) APIGetHistStatsServiceFieldRequest // GetHistStatsServiceFieldExecute executes the request - // @return HistoricalFieldAggregateResponse - GetHistStatsServiceFieldExecute(r APIGetHistStatsServiceFieldRequest) (*HistoricalFieldAggregateResponse, *http.Response, error) + // @return HistoricalStatsAggregatedResponse + GetHistStatsServiceFieldExecute(r APIGetHistStatsServiceFieldRequest) (*HistoricalStatsAggregatedResponse, *http.Response, error) /* GetRegions Get region codes @@ -130,8 +130,8 @@ type HistoricalAPI interface { GetUsage(ctx context.Context) APIGetUsageRequest // GetUsageExecute executes the request - // @return HistoricalUsageAggregateResponse - GetUsageExecute(r APIGetUsageRequest) (*HistoricalUsageAggregateResponse, *http.Response, error) + // @return HistoricalUsageAggregatedResponse + GetUsageExecute(r APIGetUsageRequest) (*HistoricalUsageAggregatedResponse, *http.Response, error) /* GetUsageMonth Get month-to-date usage statistics @@ -197,7 +197,7 @@ func (r *APIGetHistStatsRequest) Region(region string) *APIGetHistStatsRequest { } // Execute calls the API using the request data configured. -func (r APIGetHistStatsRequest) Execute() (*HistoricalResponse, *http.Response, error) { +func (r APIGetHistStatsRequest) Execute() (*HistoricalStatsByServiceResponse, *http.Response, error) { return r.APIService.GetHistStatsExecute(r) } @@ -217,13 +217,13 @@ func (a *HistoricalAPIService) GetHistStats(ctx context.Context) APIGetHistStats } // GetHistStatsExecute executes the request -// @return HistoricalResponse -func (a *HistoricalAPIService) GetHistStatsExecute(r APIGetHistStatsRequest) (*HistoricalResponse, *http.Response, error) { +// @return HistoricalStatsByServiceResponse +func (a *HistoricalAPIService) GetHistStatsExecute(r APIGetHistStatsRequest) (*HistoricalStatsByServiceResponse, *http.Response, error) { var ( localVarHTTPMethod = http.MethodGet localVarPostBody any formFiles []formFile - localVarReturnValue *HistoricalResponse + localVarReturnValue *HistoricalStatsByServiceResponse ) localBasePath, err := a.client.cfg.ServerURLWithContext(r.ctx, "HistoricalAPIService.GetHistStats") @@ -363,7 +363,7 @@ func (r *APIGetHistStatsAggregatedRequest) Region(region string) *APIGetHistStat } // Execute calls the API using the request data configured. -func (r APIGetHistStatsAggregatedRequest) Execute() (*HistoricalAggregateResponse, *http.Response, error) { +func (r APIGetHistStatsAggregatedRequest) Execute() (*HistoricalStatsAggregatedResponse, *http.Response, error) { return r.APIService.GetHistStatsAggregatedExecute(r) } @@ -383,13 +383,13 @@ func (a *HistoricalAPIService) GetHistStatsAggregated(ctx context.Context) APIGe } // GetHistStatsAggregatedExecute executes the request -// @return HistoricalAggregateResponse -func (a *HistoricalAPIService) GetHistStatsAggregatedExecute(r APIGetHistStatsAggregatedRequest) (*HistoricalAggregateResponse, *http.Response, error) { +// @return HistoricalStatsAggregatedResponse +func (a *HistoricalAPIService) GetHistStatsAggregatedExecute(r APIGetHistStatsAggregatedRequest) (*HistoricalStatsAggregatedResponse, *http.Response, error) { var ( localVarHTTPMethod = http.MethodGet localVarPostBody any formFiles []formFile - localVarReturnValue *HistoricalAggregateResponse + localVarReturnValue *HistoricalStatsAggregatedResponse ) localBasePath, err := a.client.cfg.ServerURLWithContext(r.ctx, "HistoricalAPIService.GetHistStatsAggregated") @@ -530,7 +530,7 @@ func (r *APIGetHistStatsFieldRequest) Region(region string) *APIGetHistStatsFiel } // Execute calls the API using the request data configured. -func (r APIGetHistStatsFieldRequest) Execute() (*HistoricalFieldResponse, *http.Response, error) { +func (r APIGetHistStatsFieldRequest) Execute() (*HistoricalStatsByServiceResponse, *http.Response, error) { return r.APIService.GetHistStatsFieldExecute(r) } @@ -552,13 +552,13 @@ func (a *HistoricalAPIService) GetHistStatsField(ctx context.Context, field stri } // GetHistStatsFieldExecute executes the request -// @return HistoricalFieldResponse -func (a *HistoricalAPIService) GetHistStatsFieldExecute(r APIGetHistStatsFieldRequest) (*HistoricalFieldResponse, *http.Response, error) { +// @return HistoricalStatsByServiceResponse +func (a *HistoricalAPIService) GetHistStatsFieldExecute(r APIGetHistStatsFieldRequest) (*HistoricalStatsByServiceResponse, *http.Response, error) { var ( localVarHTTPMethod = http.MethodGet localVarPostBody any formFiles []formFile - localVarReturnValue *HistoricalFieldResponse + localVarReturnValue *HistoricalStatsByServiceResponse ) localBasePath, err := a.client.cfg.ServerURLWithContext(r.ctx, "HistoricalAPIService.GetHistStatsField") @@ -700,7 +700,7 @@ func (r *APIGetHistStatsServiceRequest) Region(region string) *APIGetHistStatsSe } // Execute calls the API using the request data configured. -func (r APIGetHistStatsServiceRequest) Execute() (*HistoricalAggregateResponse, *http.Response, error) { +func (r APIGetHistStatsServiceRequest) Execute() (*HistoricalStatsAggregatedResponse, *http.Response, error) { return r.APIService.GetHistStatsServiceExecute(r) } @@ -722,13 +722,13 @@ func (a *HistoricalAPIService) GetHistStatsService(ctx context.Context, serviceI } // GetHistStatsServiceExecute executes the request -// @return HistoricalAggregateResponse -func (a *HistoricalAPIService) GetHistStatsServiceExecute(r APIGetHistStatsServiceRequest) (*HistoricalAggregateResponse, *http.Response, error) { +// @return HistoricalStatsAggregatedResponse +func (a *HistoricalAPIService) GetHistStatsServiceExecute(r APIGetHistStatsServiceRequest) (*HistoricalStatsAggregatedResponse, *http.Response, error) { var ( localVarHTTPMethod = http.MethodGet localVarPostBody any formFiles []formFile - localVarReturnValue *HistoricalAggregateResponse + localVarReturnValue *HistoricalStatsAggregatedResponse ) localBasePath, err := a.client.cfg.ServerURLWithContext(r.ctx, "HistoricalAPIService.GetHistStatsService") @@ -871,7 +871,7 @@ func (r *APIGetHistStatsServiceFieldRequest) Region(region string) *APIGetHistSt } // Execute calls the API using the request data configured. -func (r APIGetHistStatsServiceFieldRequest) Execute() (*HistoricalFieldAggregateResponse, *http.Response, error) { +func (r APIGetHistStatsServiceFieldRequest) Execute() (*HistoricalStatsAggregatedResponse, *http.Response, error) { return r.APIService.GetHistStatsServiceFieldExecute(r) } @@ -895,13 +895,13 @@ func (a *HistoricalAPIService) GetHistStatsServiceField(ctx context.Context, ser } // GetHistStatsServiceFieldExecute executes the request -// @return HistoricalFieldAggregateResponse -func (a *HistoricalAPIService) GetHistStatsServiceFieldExecute(r APIGetHistStatsServiceFieldRequest) (*HistoricalFieldAggregateResponse, *http.Response, error) { +// @return HistoricalStatsAggregatedResponse +func (a *HistoricalAPIService) GetHistStatsServiceFieldExecute(r APIGetHistStatsServiceFieldRequest) (*HistoricalStatsAggregatedResponse, *http.Response, error) { var ( localVarHTTPMethod = http.MethodGet localVarPostBody any formFiles []formFile - localVarReturnValue *HistoricalFieldAggregateResponse + localVarReturnValue *HistoricalStatsAggregatedResponse ) localBasePath, err := a.client.cfg.ServerURLWithContext(r.ctx, "HistoricalAPIService.GetHistStatsServiceField") @@ -1161,7 +1161,7 @@ func (r *APIGetUsageRequest) To(to string) *APIGetUsageRequest { } // Execute calls the API using the request data configured. -func (r APIGetUsageRequest) Execute() (*HistoricalUsageAggregateResponse, *http.Response, error) { +func (r APIGetUsageRequest) Execute() (*HistoricalUsageAggregatedResponse, *http.Response, error) { return r.APIService.GetUsageExecute(r) } @@ -1181,13 +1181,13 @@ func (a *HistoricalAPIService) GetUsage(ctx context.Context) APIGetUsageRequest } // GetUsageExecute executes the request -// @return HistoricalUsageAggregateResponse -func (a *HistoricalAPIService) GetUsageExecute(r APIGetUsageRequest) (*HistoricalUsageAggregateResponse, *http.Response, error) { +// @return HistoricalUsageAggregatedResponse +func (a *HistoricalAPIService) GetUsageExecute(r APIGetUsageRequest) (*HistoricalUsageAggregatedResponse, *http.Response, error) { var ( localVarHTTPMethod = http.MethodGet localVarPostBody any formFiles []formFile - localVarReturnValue *HistoricalUsageAggregateResponse + localVarReturnValue *HistoricalUsageAggregatedResponse ) localBasePath, err := a.client.cfg.ServerURLWithContext(r.ctx, "HistoricalAPIService.GetUsage") diff --git a/fastly/configuration.go b/fastly/configuration.go index 972d308e..d366a8b3 100644 --- a/fastly/configuration.go +++ b/fastly/configuration.go @@ -105,7 +105,7 @@ type Configuration struct { func NewConfiguration() *Configuration { cfg := &Configuration{ DefaultHeader: make(map[string]string), - UserAgent: "fastly-go/v1.0.0-beta.24", + UserAgent: "fastly-go/v1.0.0-beta.25", Debug: false, Servers: ServerConfigurations{ { diff --git a/fastly/model_historical_field_aggregate_response.go b/fastly/model_historical_field_aggregate_response.go deleted file mode 100644 index 188999c2..00000000 --- a/fastly/model_historical_field_aggregate_response.go +++ /dev/null @@ -1,278 +0,0 @@ -// Package fastly is an API client library for interacting with most facets of the Fastly API. -package fastly - -/* -Fastly API - -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) - -API version: 1.0.0 -Contact: oss@fastly.com -*/ - -// This code is auto-generated; DO NOT EDIT. - - -import ( - "encoding/json" -) - -// HistoricalFieldAggregateResponse struct for HistoricalFieldAggregateResponse -type HistoricalFieldAggregateResponse struct { - // Whether or not we were able to successfully execute the query. - Status *string `json:"status,omitempty"` - Meta *HistoricalMeta `json:"meta,omitempty"` - // If the query was not successful, this will provide a string that explains why. - Msg NullableString `json:"msg,omitempty"` - Data []HistoricalFieldResultsAttributes `json:"data,omitempty"` - AdditionalProperties map[string]any -} - -type _HistoricalFieldAggregateResponse HistoricalFieldAggregateResponse - -// NewHistoricalFieldAggregateResponse instantiates a new HistoricalFieldAggregateResponse 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 NewHistoricalFieldAggregateResponse() *HistoricalFieldAggregateResponse { - this := HistoricalFieldAggregateResponse{} - return &this -} - -// NewHistoricalFieldAggregateResponseWithDefaults instantiates a new HistoricalFieldAggregateResponse 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 NewHistoricalFieldAggregateResponseWithDefaults() *HistoricalFieldAggregateResponse { - this := HistoricalFieldAggregateResponse{} - return &this -} - -// GetStatus returns the Status field value if set, zero value otherwise. -func (o *HistoricalFieldAggregateResponse) GetStatus() string { - if o == nil || o.Status == nil { - var ret string - return ret - } - return *o.Status -} - -// GetStatusOk returns a tuple with the Status field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldAggregateResponse) GetStatusOk() (*string, bool) { - if o == nil || o.Status == nil { - return nil, false - } - return o.Status, true -} - -// HasStatus returns a boolean if a field has been set. -func (o *HistoricalFieldAggregateResponse) HasStatus() bool { - if o != nil && o.Status != nil { - return true - } - - return false -} - -// SetStatus gets a reference to the given string and assigns it to the Status field. -func (o *HistoricalFieldAggregateResponse) SetStatus(v string) { - o.Status = &v -} - -// GetMeta returns the Meta field value if set, zero value otherwise. -func (o *HistoricalFieldAggregateResponse) GetMeta() HistoricalMeta { - if o == nil || o.Meta == nil { - var ret HistoricalMeta - return ret - } - return *o.Meta -} - -// GetMetaOk returns a tuple with the Meta field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldAggregateResponse) GetMetaOk() (*HistoricalMeta, bool) { - if o == nil || o.Meta == nil { - return nil, false - } - return o.Meta, true -} - -// HasMeta returns a boolean if a field has been set. -func (o *HistoricalFieldAggregateResponse) HasMeta() bool { - if o != nil && o.Meta != nil { - return true - } - - return false -} - -// SetMeta gets a reference to the given HistoricalMeta and assigns it to the Meta field. -func (o *HistoricalFieldAggregateResponse) SetMeta(v HistoricalMeta) { - o.Meta = &v -} - -// GetMsg returns the Msg field value if set, zero value otherwise (both if not set or set to explicit null). -func (o *HistoricalFieldAggregateResponse) GetMsg() string { - if o == nil || o.Msg.Get() == nil { - var ret string - return ret - } - return *o.Msg.Get() -} - -// GetMsgOk returns a tuple with the Msg field value if set, nil otherwise -// and a boolean to check if the value has been set. -// NOTE: If the value is an explicit nil, `nil, true` will be returned -func (o *HistoricalFieldAggregateResponse) GetMsgOk() (*string, bool) { - if o == nil { - return nil, false - } - return o.Msg.Get(), o.Msg.IsSet() -} - -// HasMsg returns a boolean if a field has been set. -func (o *HistoricalFieldAggregateResponse) HasMsg() bool { - if o != nil && o.Msg.IsSet() { - return true - } - - return false -} - -// SetMsg gets a reference to the given NullableString and assigns it to the Msg field. -func (o *HistoricalFieldAggregateResponse) SetMsg(v string) { - o.Msg.Set(&v) -} -// SetMsgNil sets the value for Msg to be an explicit nil -func (o *HistoricalFieldAggregateResponse) SetMsgNil() { - o.Msg.Set(nil) -} - -// UnsetMsg ensures that no value is present for Msg, not even an explicit nil -func (o *HistoricalFieldAggregateResponse) UnsetMsg() { - o.Msg.Unset() -} - -// GetData returns the Data field value if set, zero value otherwise. -func (o *HistoricalFieldAggregateResponse) GetData() []HistoricalFieldResultsAttributes { - if o == nil || o.Data == nil { - var ret []HistoricalFieldResultsAttributes - return ret - } - return o.Data -} - -// GetDataOk returns a tuple with the Data field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldAggregateResponse) GetDataOk() ([]HistoricalFieldResultsAttributes, bool) { - if o == nil || o.Data == nil { - return nil, false - } - return o.Data, true -} - -// HasData returns a boolean if a field has been set. -func (o *HistoricalFieldAggregateResponse) HasData() bool { - if o != nil && o.Data != nil { - return true - } - - return false -} - -// SetData gets a reference to the given []HistoricalFieldResultsAttributes and assigns it to the Data field. -func (o *HistoricalFieldAggregateResponse) SetData(v []HistoricalFieldResultsAttributes) { - o.Data = v -} - -// MarshalJSON implements the json.Marshaler interface. -// Marshaler is the interface implemented by types that can marshal themselves into valid JSON. -func (o HistoricalFieldAggregateResponse) MarshalJSON() ([]byte, error) { - toSerialize := map[string]any{} - if o.Status != nil { - toSerialize["status"] = o.Status - } - if o.Meta != nil { - toSerialize["meta"] = o.Meta - } - if o.Msg.IsSet() { - toSerialize["msg"] = o.Msg.Get() - } - if o.Data != nil { - toSerialize["data"] = o.Data - } - - for key, value := range o.AdditionalProperties { - toSerialize[key] = value - } - - return json.Marshal(toSerialize) -} - -// UnmarshalJSON implements the Unmarshaler interface. -// Unmarshaler is the interface implemented by types that can unmarshal a JSON description of themselves. -func (o *HistoricalFieldAggregateResponse) UnmarshalJSON(bytes []byte) (err error) { - varHistoricalFieldAggregateResponse := _HistoricalFieldAggregateResponse{} - - if err = json.Unmarshal(bytes, &varHistoricalFieldAggregateResponse); err == nil { - *o = HistoricalFieldAggregateResponse(varHistoricalFieldAggregateResponse) - } - - additionalProperties := make(map[string]any) - - if err = json.Unmarshal(bytes, &additionalProperties); err == nil { - delete(additionalProperties, "status") - delete(additionalProperties, "meta") - delete(additionalProperties, "msg") - delete(additionalProperties, "data") - o.AdditionalProperties = additionalProperties - } - - return err -} - -// NullableHistoricalFieldAggregateResponse is a helper abstraction for handling nullable historicalfieldaggregateresponse types. -type NullableHistoricalFieldAggregateResponse struct { - value *HistoricalFieldAggregateResponse - isSet bool -} - -// Get returns the value. -func (v NullableHistoricalFieldAggregateResponse) Get() *HistoricalFieldAggregateResponse { - return v.value -} - -// Set modifies the value. -func (v *NullableHistoricalFieldAggregateResponse) Set(val *HistoricalFieldAggregateResponse) { - v.value = val - v.isSet = true -} - -// IsSet indicates if the value was set. -func (v NullableHistoricalFieldAggregateResponse) IsSet() bool { - return v.isSet -} - -// Unset removes the value. -func (v *NullableHistoricalFieldAggregateResponse) Unset() { - v.value = nil - v.isSet = false -} - -// NewNullableHistoricalFieldAggregateResponse returns a pointer to a new instance of NullableHistoricalFieldAggregateResponse. -func NewNullableHistoricalFieldAggregateResponse(val *HistoricalFieldAggregateResponse) *NullableHistoricalFieldAggregateResponse { - return &NullableHistoricalFieldAggregateResponse{value: val, isSet: true} -} - -// MarshalJSON implements the json.Marshaler interface. -// Marshaler is the interface implemented by types that can marshal themselves into valid JSON. -func (v NullableHistoricalFieldAggregateResponse) MarshalJSON() ([]byte, error) { - return json.Marshal(v.value) -} - -// UnmarshalJSON implements the Unmarshaler interface. -// Unmarshaler is the interface implemented by types that can unmarshal a JSON description of themselves. -func (v *NullableHistoricalFieldAggregateResponse) UnmarshalJSON(src []byte) error { - v.isSet = true - return json.Unmarshal(src, &v.value) -} diff --git a/fastly/model_historical_field_aggregate_response_all_of.go b/fastly/model_historical_field_aggregate_response_all_of.go deleted file mode 100644 index a02280a5..00000000 --- a/fastly/model_historical_field_aggregate_response_all_of.go +++ /dev/null @@ -1,155 +0,0 @@ -// Package fastly is an API client library for interacting with most facets of the Fastly API. -package fastly - -/* -Fastly API - -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) - -API version: 1.0.0 -Contact: oss@fastly.com -*/ - -// This code is auto-generated; DO NOT EDIT. - - -import ( - "encoding/json" -) - -// HistoricalFieldAggregateResponseAllOf struct for HistoricalFieldAggregateResponseAllOf -type HistoricalFieldAggregateResponseAllOf struct { - Data []HistoricalFieldResultsAttributes `json:"data,omitempty"` - AdditionalProperties map[string]any -} - -type _HistoricalFieldAggregateResponseAllOf HistoricalFieldAggregateResponseAllOf - -// NewHistoricalFieldAggregateResponseAllOf instantiates a new HistoricalFieldAggregateResponseAllOf 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 NewHistoricalFieldAggregateResponseAllOf() *HistoricalFieldAggregateResponseAllOf { - this := HistoricalFieldAggregateResponseAllOf{} - return &this -} - -// NewHistoricalFieldAggregateResponseAllOfWithDefaults instantiates a new HistoricalFieldAggregateResponseAllOf 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 NewHistoricalFieldAggregateResponseAllOfWithDefaults() *HistoricalFieldAggregateResponseAllOf { - this := HistoricalFieldAggregateResponseAllOf{} - return &this -} - -// GetData returns the Data field value if set, zero value otherwise. -func (o *HistoricalFieldAggregateResponseAllOf) GetData() []HistoricalFieldResultsAttributes { - if o == nil || o.Data == nil { - var ret []HistoricalFieldResultsAttributes - return ret - } - return o.Data -} - -// GetDataOk returns a tuple with the Data field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldAggregateResponseAllOf) GetDataOk() ([]HistoricalFieldResultsAttributes, bool) { - if o == nil || o.Data == nil { - return nil, false - } - return o.Data, true -} - -// HasData returns a boolean if a field has been set. -func (o *HistoricalFieldAggregateResponseAllOf) HasData() bool { - if o != nil && o.Data != nil { - return true - } - - return false -} - -// SetData gets a reference to the given []HistoricalFieldResultsAttributes and assigns it to the Data field. -func (o *HistoricalFieldAggregateResponseAllOf) SetData(v []HistoricalFieldResultsAttributes) { - o.Data = v -} - -// MarshalJSON implements the json.Marshaler interface. -// Marshaler is the interface implemented by types that can marshal themselves into valid JSON. -func (o HistoricalFieldAggregateResponseAllOf) MarshalJSON() ([]byte, error) { - toSerialize := map[string]any{} - if o.Data != nil { - toSerialize["data"] = o.Data - } - - for key, value := range o.AdditionalProperties { - toSerialize[key] = value - } - - return json.Marshal(toSerialize) -} - -// UnmarshalJSON implements the Unmarshaler interface. -// Unmarshaler is the interface implemented by types that can unmarshal a JSON description of themselves. -func (o *HistoricalFieldAggregateResponseAllOf) UnmarshalJSON(bytes []byte) (err error) { - varHistoricalFieldAggregateResponseAllOf := _HistoricalFieldAggregateResponseAllOf{} - - if err = json.Unmarshal(bytes, &varHistoricalFieldAggregateResponseAllOf); err == nil { - *o = HistoricalFieldAggregateResponseAllOf(varHistoricalFieldAggregateResponseAllOf) - } - - additionalProperties := make(map[string]any) - - if err = json.Unmarshal(bytes, &additionalProperties); err == nil { - delete(additionalProperties, "data") - o.AdditionalProperties = additionalProperties - } - - return err -} - -// NullableHistoricalFieldAggregateResponseAllOf is a helper abstraction for handling nullable historicalfieldaggregateresponseallof types. -type NullableHistoricalFieldAggregateResponseAllOf struct { - value *HistoricalFieldAggregateResponseAllOf - isSet bool -} - -// Get returns the value. -func (v NullableHistoricalFieldAggregateResponseAllOf) Get() *HistoricalFieldAggregateResponseAllOf { - return v.value -} - -// Set modifies the value. -func (v *NullableHistoricalFieldAggregateResponseAllOf) Set(val *HistoricalFieldAggregateResponseAllOf) { - v.value = val - v.isSet = true -} - -// IsSet indicates if the value was set. -func (v NullableHistoricalFieldAggregateResponseAllOf) IsSet() bool { - return v.isSet -} - -// Unset removes the value. -func (v *NullableHistoricalFieldAggregateResponseAllOf) Unset() { - v.value = nil - v.isSet = false -} - -// NewNullableHistoricalFieldAggregateResponseAllOf returns a pointer to a new instance of NullableHistoricalFieldAggregateResponseAllOf. -func NewNullableHistoricalFieldAggregateResponseAllOf(val *HistoricalFieldAggregateResponseAllOf) *NullableHistoricalFieldAggregateResponseAllOf { - return &NullableHistoricalFieldAggregateResponseAllOf{value: val, isSet: true} -} - -// MarshalJSON implements the json.Marshaler interface. -// Marshaler is the interface implemented by types that can marshal themselves into valid JSON. -func (v NullableHistoricalFieldAggregateResponseAllOf) MarshalJSON() ([]byte, error) { - return json.Marshal(v.value) -} - -// UnmarshalJSON implements the Unmarshaler interface. -// Unmarshaler is the interface implemented by types that can unmarshal a JSON description of themselves. -func (v *NullableHistoricalFieldAggregateResponseAllOf) UnmarshalJSON(src []byte) error { - v.isSet = true - return json.Unmarshal(src, &v.value) -} diff --git a/fastly/model_historical_field_results_attributes.go b/fastly/model_historical_field_results_attributes.go deleted file mode 100644 index e8c9c6cc..00000000 --- a/fastly/model_historical_field_results_attributes.go +++ /dev/null @@ -1,8760 +0,0 @@ -// Package fastly is an API client library for interacting with most facets of the Fastly API. -package fastly - -/* -Fastly API - -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) - -API version: 1.0.0 -Contact: oss@fastly.com -*/ - -// This code is auto-generated; DO NOT EDIT. - - -import ( - "encoding/json" -) - -// HistoricalFieldResultsAttributes struct for HistoricalFieldResultsAttributes -type HistoricalFieldResultsAttributes struct { - // Number of requests processed. - Requests *int32 `json:"requests,omitempty"` - // Number of cache hits. - Hits *int32 `json:"hits,omitempty"` - // Total amount of time spent processing cache hits (in seconds). - HitsTime *float32 `json:"hits_time,omitempty"` - // Number of cache misses. - Miss *int32 `json:"miss,omitempty"` - // Total amount of time spent processing cache misses (in seconds). - MissTime *float32 `json:"miss_time,omitempty"` - // Number of requests that passed through the CDN without being cached. - Pass *int32 `json:"pass,omitempty"` - // Total amount of time spent processing cache passes (in seconds). - PassTime *float32 `json:"pass_time,omitempty"` - // Number of cache errors. - Errors *int32 `json:"errors,omitempty"` - // Number of restarts performed. - Restarts *int32 `json:"restarts,omitempty"` - // Ratio of cache hits to cache misses (between 0 and 1). - HitRatio NullableFloat32 `json:"hit_ratio,omitempty"` - // Total bytes delivered (`resp_header_bytes` + `resp_body_bytes` + `bereq_header_bytes` + `bereq_body_bytes` + `compute_resp_header_bytes` + `compute_resp_body_bytes` + `compute_bereq_header_bytes` + `compute_bereq_body_bytes` + `websocket_resp_header_bytes` + `websocket_resp_body_bytes` + `websocket_bereq_header_bytes` + `websocket_bereq_body_bytes` + `fanout_resp_header_bytes` + `fanout_resp_body_bytes` + `fanout_bereq_header_bytes` + `fanout_bereq_body_bytes`). - Bandwidth *int32 `json:"bandwidth,omitempty"` - // Total body bytes delivered (alias for resp_body_bytes). - BodySize *int32 `json:"body_size,omitempty"` - // Total header bytes delivered (alias for resp_header_bytes). - HeaderSize *int32 `json:"header_size,omitempty"` - // Total body bytes received. - ReqBodyBytes *int32 `json:"req_body_bytes,omitempty"` - // Total header bytes received. - ReqHeaderBytes *int32 `json:"req_header_bytes,omitempty"` - // Total body bytes delivered (edge_resp_body_bytes + shield_resp_body_bytes). - RespBodyBytes *int32 `json:"resp_body_bytes,omitempty"` - // Total header bytes delivered (edge_resp_header_bytes + shield_resp_header_bytes). - RespHeaderBytes *int32 `json:"resp_header_bytes,omitempty"` - // Total body bytes sent to origin. - BereqBodyBytes *int32 `json:"bereq_body_bytes,omitempty"` - // Total header bytes sent to origin. - BereqHeaderBytes *int32 `json:"bereq_header_bytes,omitempty"` - // Number of requests that were designated uncachable. - Uncacheable *int32 `json:"uncacheable,omitempty"` - // Optional. Pipe operations performed (legacy feature). - Pipe *int32 `json:"pipe,omitempty"` - // Number of requests that returned a synthetic response (i.e., response objects created with the `synthetic` VCL statement). - Synth *int32 `json:"synth,omitempty"` - // Number of requests that were received over TLS. - TLS *int32 `json:"tls,omitempty"` - // Number of requests received over TLS 1.0. - TLSV10 *int32 `json:"tls_v10,omitempty"` - // Number of requests received over TLS 1.1. - TLSV11 *int32 `json:"tls_v11,omitempty"` - // Number of requests received over TLS 1.2. - TLSV12 *int32 `json:"tls_v12,omitempty"` - // Number of requests received over TLS 1.3. - TLSV13 *int32 `json:"tls_v13,omitempty"` - // Number of requests sent by end users to Fastly. - EdgeRequests *int32 `json:"edge_requests,omitempty"` - // Total header bytes delivered from Fastly to the end user. - EdgeRespHeaderBytes *int32 `json:"edge_resp_header_bytes,omitempty"` - // Total body bytes delivered from Fastly to the end user. - EdgeRespBodyBytes *int32 `json:"edge_resp_body_bytes,omitempty"` - // Number of requests sent by end users to Fastly that resulted in a hit at the edge. - EdgeHitRequests *int32 `json:"edge_hit_requests,omitempty"` - // Number of requests sent by end users to Fastly that resulted in a miss at the edge. - EdgeMissRequests *int32 `json:"edge_miss_requests,omitempty"` - // Number of requests sent to origin. - OriginFetches *int32 `json:"origin_fetches,omitempty"` - // Total request header bytes sent to origin. - OriginFetchHeaderBytes *int32 `json:"origin_fetch_header_bytes,omitempty"` - // Total request body bytes sent to origin. - OriginFetchBodyBytes *int32 `json:"origin_fetch_body_bytes,omitempty"` - // Total header bytes received from origin. - OriginFetchRespHeaderBytes *int32 `json:"origin_fetch_resp_header_bytes,omitempty"` - // Total body bytes received from origin. - OriginFetchRespBodyBytes *int32 `json:"origin_fetch_resp_body_bytes,omitempty"` - // Number of responses received from origin with a `304` status code in response to an `If-Modified-Since` or `If-None-Match` request. Under regular scenarios, a revalidation will imply a cache hit. However, if using Fastly Image Optimizer or segmented caching this may result in a cache miss. - OriginRevalidations *int32 `json:"origin_revalidations,omitempty"` - // The total number of completed requests made to backends (origins) that returned cacheable content. - OriginCacheFetches *int32 `json:"origin_cache_fetches,omitempty"` - // Number of requests from edge to the shield POP. - Shield *int32 `json:"shield,omitempty"` - // Total body bytes delivered via a shield. - ShieldRespBodyBytes *int32 `json:"shield_resp_body_bytes,omitempty"` - // Total header bytes delivered via a shield. - ShieldRespHeaderBytes *int32 `json:"shield_resp_header_bytes,omitempty"` - // Number of requests made from one Fastly POP to another, as part of shielding. - ShieldFetches *int32 `json:"shield_fetches,omitempty"` - // Total request header bytes sent to a shield. - ShieldFetchHeaderBytes *int32 `json:"shield_fetch_header_bytes,omitempty"` - // Total request body bytes sent to a shield. - ShieldFetchBodyBytes *int32 `json:"shield_fetch_body_bytes,omitempty"` - // Total response header bytes sent from a shield to the edge. - ShieldFetchRespHeaderBytes *int32 `json:"shield_fetch_resp_header_bytes,omitempty"` - // Total response body bytes sent from a shield to the edge. - ShieldFetchRespBodyBytes *int32 `json:"shield_fetch_resp_body_bytes,omitempty"` - // Number of responses received from origin with a `304` status code, in response to an `If-Modified-Since` or `If-None-Match` request to a shield. Under regular scenarios, a revalidation will imply a cache hit. However, if using segmented caching this may result in a cache miss. - ShieldRevalidations *int32 `json:"shield_revalidations,omitempty"` - // The total number of completed requests made to shields that returned cacheable content. - ShieldCacheFetches *int32 `json:"shield_cache_fetches,omitempty"` - // Number of requests that were received over IPv6. - Ipv6 *int32 `json:"ipv6,omitempty"` - // Number of responses that came from the Fastly On-the-Fly Packaging service for video-on-demand. - Otfp *int32 `json:"otfp,omitempty"` - // Total body bytes delivered from the Fastly On-the-Fly Packaging service for video-on-demand. - OtfpRespBodyBytes *int32 `json:"otfp_resp_body_bytes,omitempty"` - // Total header bytes delivered from the Fastly On-the-Fly Packaging service for video-on-demand. - OtfpRespHeaderBytes *int32 `json:"otfp_resp_header_bytes,omitempty"` - // Total body bytes delivered via a shield for the Fastly On-the-Fly Packaging service for video-on-demand. - OtfpShieldRespBodyBytes *int32 `json:"otfp_shield_resp_body_bytes,omitempty"` - // Total header bytes delivered via a shield for the Fastly On-the-Fly Packaging service for video-on-demand. - OtfpShieldRespHeaderBytes *int32 `json:"otfp_shield_resp_header_bytes,omitempty"` - // Number of responses that were manifest files from the Fastly On-the-Fly Packaging service for video-on-demand. - OtfpManifests *int32 `json:"otfp_manifests,omitempty"` - // Total amount of time spent delivering a response from the Fastly On-the-Fly Packaging service for video-on-demand (in seconds). - OtfpDeliverTime *float32 `json:"otfp_deliver_time,omitempty"` - // Total amount of time spent delivering a response via a shield from the Fastly On-the-Fly Packaging service for video-on-demand (in seconds). - OtfpShieldTime *float32 `json:"otfp_shield_time,omitempty"` - // Number of responses with the video segment or video manifest MIME type (i.e., application/x-mpegurl, application/vnd.apple.mpegurl, application/f4m, application/dash+xml, application/vnd.ms-sstr+xml, ideo/mp2t, audio/aac, video/f4f, video/x-flv, video/mp4, audio/mp4). - Video *int32 `json:"video,omitempty"` - // Number of responses with the PCI flag turned on. - Pci *int32 `json:"pci,omitempty"` - // Number of log lines sent. - Log *int32 `json:"log,omitempty"` - // Total log bytes sent. - LogBytes *int32 `json:"log_bytes,omitempty"` - // Number of requests received over HTTP/2. - HTTP2 *int32 `json:"http2,omitempty"` - // Number of requests received over HTTP/3. - HTTP3 *int32 `json:"http3,omitempty"` - // Number of requests that triggered a WAF rule and were logged. - WafLogged *int32 `json:"waf_logged,omitempty"` - // Number of requests that triggered a WAF rule and were blocked. - WafBlocked *int32 `json:"waf_blocked,omitempty"` - // Number of requests that triggered a WAF rule and were passed. - WafPassed *int32 `json:"waf_passed,omitempty"` - // Total body bytes received from requests that triggered a WAF rule. - AttackReqBodyBytes *int32 `json:"attack_req_body_bytes,omitempty"` - // Total header bytes received from requests that triggered a WAF rule. - AttackReqHeaderBytes *int32 `json:"attack_req_header_bytes,omitempty"` - // Total body bytes received from requests that triggered a WAF rule that was logged. - AttackLoggedReqBodyBytes *int32 `json:"attack_logged_req_body_bytes,omitempty"` - // Total header bytes received from requests that triggered a WAF rule that was logged. - AttackLoggedReqHeaderBytes *int32 `json:"attack_logged_req_header_bytes,omitempty"` - // Total body bytes received from requests that triggered a WAF rule that was blocked. - AttackBlockedReqBodyBytes *int32 `json:"attack_blocked_req_body_bytes,omitempty"` - // Total header bytes received from requests that triggered a WAF rule that was blocked. - AttackBlockedReqHeaderBytes *int32 `json:"attack_blocked_req_header_bytes,omitempty"` - // Total body bytes received from requests that triggered a WAF rule that was passed. - AttackPassedReqBodyBytes *int32 `json:"attack_passed_req_body_bytes,omitempty"` - // Total header bytes received from requests that triggered a WAF rule that was passed. - AttackPassedReqHeaderBytes *int32 `json:"attack_passed_req_header_bytes,omitempty"` - // Total bytes delivered for requests that triggered a WAF rule and returned a synthetic response. - AttackRespSynthBytes *int32 `json:"attack_resp_synth_bytes,omitempty"` - // Number of responses that came from the Fastly Image Optimizer service. If the service receives 10 requests for an image, this stat will be 10 regardless of how many times the image was transformed. - Imgopto *int32 `json:"imgopto,omitempty"` - // Total body bytes delivered from the Fastly Image Optimizer service, including shield traffic. - ImgoptoRespBodyBytes *int32 `json:"imgopto_resp_body_bytes,omitempty"` - // Total header bytes delivered from the Fastly Image Optimizer service, including shield traffic. - ImgoptoRespHeaderBytes *int32 `json:"imgopto_resp_header_bytes,omitempty"` - // Total body bytes delivered via a shield from the Fastly Image Optimizer service. - ImgoptoShieldRespBodyBytes *int32 `json:"imgopto_shield_resp_body_bytes,omitempty"` - // Total header bytes delivered via a shield from the Fastly Image Optimizer service. - ImgoptoShieldRespHeaderBytes *int32 `json:"imgopto_shield_resp_header_bytes,omitempty"` - // Number of video responses that came from the Fastly Image Optimizer service. - Imgvideo *int32 `json:"imgvideo,omitempty"` - // Number of video frames that came from the Fastly Image Optimizer service. A video frame is an individual image within a sequence of video. - ImgvideoFrames *int32 `json:"imgvideo_frames,omitempty"` - // Total header bytes of video delivered from the Fastly Image Optimizer service. - ImgvideoRespHeaderBytes *int32 `json:"imgvideo_resp_header_bytes,omitempty"` - // Total body bytes of video delivered from the Fastly Image Optimizer service. - ImgvideoRespBodyBytes *int32 `json:"imgvideo_resp_body_bytes,omitempty"` - // Total header bytes of video delivered via a shield from the Fastly Image Optimizer service. - ImgvideoShieldRespHeaderBytes *int32 `json:"imgvideo_shield_resp_header_bytes,omitempty"` - // Total body bytes of video delivered via a shield from the Fastly Image Optimizer service. - ImgvideoShieldRespBodyBytes *int32 `json:"imgvideo_shield_resp_body_bytes,omitempty"` - // Number of video responses delivered via a shield that came from the Fastly Image Optimizer service. - ImgvideoShield *int32 `json:"imgvideo_shield,omitempty"` - // Number of video frames delivered via a shield that came from the Fastly Image Optimizer service. A video frame is an individual image within a sequence of video. - ImgvideoShieldFrames *int32 `json:"imgvideo_shield_frames,omitempty"` - // Number of responses sent with status code 200 (Success). - Status200 *int32 `json:"status_200,omitempty"` - // Number of responses sent with status code 204 (No Content). - Status204 *int32 `json:"status_204,omitempty"` - // Number of responses sent with status code 206 (Partial Content). - Status206 *int32 `json:"status_206,omitempty"` - // Number of responses sent with status code 301 (Moved Permanently). - Status301 *int32 `json:"status_301,omitempty"` - // Number of responses sent with status code 302 (Found). - Status302 *int32 `json:"status_302,omitempty"` - // Number of responses sent with status code 304 (Not Modified). - Status304 *int32 `json:"status_304,omitempty"` - // Number of responses sent with status code 400 (Bad Request). - Status400 *int32 `json:"status_400,omitempty"` - // Number of responses sent with status code 401 (Unauthorized). - Status401 *int32 `json:"status_401,omitempty"` - // Number of responses sent with status code 403 (Forbidden). - Status403 *int32 `json:"status_403,omitempty"` - // Number of responses sent with status code 404 (Not Found). - Status404 *int32 `json:"status_404,omitempty"` - // Number of responses sent with status code 406 (Not Acceptable). - Status406 *int32 `json:"status_406,omitempty"` - // Number of responses sent with status code 416 (Range Not Satisfiable). - Status416 *int32 `json:"status_416,omitempty"` - // Number of responses sent with status code 429 (Too Many Requests). - Status429 *int32 `json:"status_429,omitempty"` - // Number of responses sent with status code 500 (Internal Server Error). - Status500 *int32 `json:"status_500,omitempty"` - // Number of responses sent with status code 501 (Not Implemented). - Status501 *int32 `json:"status_501,omitempty"` - // Number of responses sent with status code 502 (Bad Gateway). - Status502 *int32 `json:"status_502,omitempty"` - // Number of responses sent with status code 503 (Service Unavailable). - Status503 *int32 `json:"status_503,omitempty"` - // Number of responses sent with status code 504 (Gateway Timeout). - Status504 *int32 `json:"status_504,omitempty"` - // Number of responses sent with status code 505 (HTTP Version Not Supported). - Status505 *int32 `json:"status_505,omitempty"` - // Number of \"Informational\" category status codes delivered. - Status1xx *int32 `json:"status_1xx,omitempty"` - // Number of \"Success\" status codes delivered. - Status2xx *int32 `json:"status_2xx,omitempty"` - // Number of \"Redirection\" codes delivered. - Status3xx *int32 `json:"status_3xx,omitempty"` - // Number of \"Client Error\" codes delivered. - Status4xx *int32 `json:"status_4xx,omitempty"` - // Number of \"Server Error\" codes delivered. - Status5xx *int32 `json:"status_5xx,omitempty"` - // Number of objects served that were under 1KB in size. - ObjectSize1k *int32 `json:"object_size_1k,omitempty"` - // Number of objects served that were between 1KB and 10KB in size. - ObjectSize10k *int32 `json:"object_size_10k,omitempty"` - // Number of objects served that were between 10KB and 100KB in size. - ObjectSize100k *int32 `json:"object_size_100k,omitempty"` - // Number of objects served that were between 100KB and 1MB in size. - ObjectSize1m *int32 `json:"object_size_1m,omitempty"` - // Number of objects served that were between 1MB and 10MB in size. - ObjectSize10m *int32 `json:"object_size_10m,omitempty"` - // Number of objects served that were between 10MB and 100MB in size. - ObjectSize100m *int32 `json:"object_size_100m,omitempty"` - // Number of objects served that were between 100MB and 1GB in size. - ObjectSize1g *int32 `json:"object_size_1g,omitempty"` - // Time spent inside the `vcl_recv` Varnish subroutine (in seconds). - RecvSubTime *float32 `json:"recv_sub_time,omitempty"` - // Number of executions of the `vcl_recv` Varnish subroutine. - RecvSubCount *int32 `json:"recv_sub_count,omitempty"` - // Time spent inside the `vcl_hash` Varnish subroutine (in seconds). - HashSubTime *float32 `json:"hash_sub_time,omitempty"` - // Number of executions of the `vcl_hash` Varnish subroutine. - HashSubCount *int32 `json:"hash_sub_count,omitempty"` - // Time spent inside the `vcl_miss` Varnish subroutine (in seconds). - MissSubTime *float32 `json:"miss_sub_time,omitempty"` - // Number of executions of the `vcl_miss` Varnish subroutine. - MissSubCount *int32 `json:"miss_sub_count,omitempty"` - // Time spent inside the `vcl_fetch` Varnish subroutine (in seconds). - FetchSubTime *float32 `json:"fetch_sub_time,omitempty"` - // Number of executions of the `vcl_fetch` Varnish subroutine. - FetchSubCount *int32 `json:"fetch_sub_count,omitempty"` - // Time spent inside the `vcl_pass` Varnish subroutine (in seconds). - PassSubTime *float32 `json:"pass_sub_time,omitempty"` - // Number of executions of the `vcl_pass` Varnish subroutine. - PassSubCount *int32 `json:"pass_sub_count,omitempty"` - // Time spent inside the `vcl_pipe` Varnish subroutine (in seconds). - PipeSubTime *float32 `json:"pipe_sub_time,omitempty"` - // Number of executions of the `vcl_pipe` Varnish subroutine. - PipeSubCount *int32 `json:"pipe_sub_count,omitempty"` - // Time spent inside the `vcl_deliver` Varnish subroutine (in seconds). - DeliverSubTime *float32 `json:"deliver_sub_time,omitempty"` - // Number of executions of the `vcl_deliver` Varnish subroutine. - DeliverSubCount *int32 `json:"deliver_sub_count,omitempty"` - // Time spent inside the `vcl_error` Varnish subroutine (in seconds). - ErrorSubTime *float32 `json:"error_sub_time,omitempty"` - // Number of executions of the `vcl_error` Varnish subroutine. - ErrorSubCount *int32 `json:"error_sub_count,omitempty"` - // Time spent inside the `vcl_hit` Varnish subroutine (in seconds). - HitSubTime *float32 `json:"hit_sub_time,omitempty"` - // Number of executions of the `vcl_hit` Varnish subroutine. - HitSubCount *int32 `json:"hit_sub_count,omitempty"` - // Time spent inside the `vcl_prehash` Varnish subroutine (in seconds). - PrehashSubTime *float32 `json:"prehash_sub_time,omitempty"` - // Number of executions of the `vcl_prehash` Varnish subroutine. - PrehashSubCount *int32 `json:"prehash_sub_count,omitempty"` - // Time spent inside the `vcl_predeliver` Varnish subroutine (in seconds). - PredeliverSubTime *float32 `json:"predeliver_sub_time,omitempty"` - // Number of executions of the `vcl_predeliver` Varnish subroutine. - PredeliverSubCount *int32 `json:"predeliver_sub_count,omitempty"` - // Number of bytes transferred during TLS handshake. - TLSHandshakeSentBytes *int32 `json:"tls_handshake_sent_bytes,omitempty"` - // Total body bytes delivered for cache hits. - HitRespBodyBytes *int32 `json:"hit_resp_body_bytes,omitempty"` - // Total body bytes delivered for cache misses. - MissRespBodyBytes *int32 `json:"miss_resp_body_bytes,omitempty"` - // Total body bytes delivered for cache passes. - PassRespBodyBytes *int32 `json:"pass_resp_body_bytes,omitempty"` - // Number of `Range` requests to origin for segments of resources when using segmented caching. - SegblockOriginFetches *int32 `json:"segblock_origin_fetches,omitempty"` - // Number of `Range` requests to a shield for segments of resources when using segmented caching. - SegblockShieldFetches *int32 `json:"segblock_shield_fetches,omitempty"` - // The total number of requests that were received for your service by Fastly. - ComputeRequests *int32 `json:"compute_requests,omitempty"` - // The total, actual amount of time used to process your requests, including active CPU time (in milliseconds). - ComputeRequestTimeMs *float32 `json:"compute_request_time_ms,omitempty"` - // The total amount of request processing time you will be billed for, measured in 50 millisecond increments. - ComputeRequestTimeBilledMs *float32 `json:"compute_request_time_billed_ms,omitempty"` - // The amount of RAM used for your service by Fastly (in bytes). - ComputeRAMUsed *int32 `json:"compute_ram_used,omitempty"` - // The amount of active CPU time used to process your requests (in milliseconds). - ComputeExecutionTimeMs *float32 `json:"compute_execution_time_ms,omitempty"` - // Total header bytes received by the Compute platform. - ComputeReqHeaderBytes *int32 `json:"compute_req_header_bytes,omitempty"` - // Total body bytes received by the Compute platform. - ComputeReqBodyBytes *int32 `json:"compute_req_body_bytes,omitempty"` - // Total header bytes sent from Compute to end user. - ComputeRespHeaderBytes *int32 `json:"compute_resp_header_bytes,omitempty"` - // Total body bytes sent from Compute to end user. - ComputeRespBodyBytes *int32 `json:"compute_resp_body_bytes,omitempty"` - // Number of \"Informational\" category status codes delivered by the Compute platform. - ComputeRespStatus1xx *int32 `json:"compute_resp_status_1xx,omitempty"` - // Number of \"Success\" category status codes delivered by the Compute platform. - ComputeRespStatus2xx *int32 `json:"compute_resp_status_2xx,omitempty"` - // Number of \"Redirection\" category status codes delivered by the Compute platform. - ComputeRespStatus3xx *int32 `json:"compute_resp_status_3xx,omitempty"` - // Number of \"Client Error\" category status codes delivered by the Compute platform. - ComputeRespStatus4xx *int32 `json:"compute_resp_status_4xx,omitempty"` - // Number of \"Server Error\" category status codes delivered by the Compute platform. - ComputeRespStatus5xx *int32 `json:"compute_resp_status_5xx,omitempty"` - // Total header bytes sent to backends (origins) by the Compute platform. - ComputeBereqHeaderBytes *int32 `json:"compute_bereq_header_bytes,omitempty"` - // Total body bytes sent to backends (origins) by the Compute platform. - ComputeBereqBodyBytes *int32 `json:"compute_bereq_body_bytes,omitempty"` - // Total header bytes received from backends (origins) by the Compute platform. - ComputeBerespHeaderBytes *int32 `json:"compute_beresp_header_bytes,omitempty"` - // Total body bytes received from backends (origins) by the Compute platform. - ComputeBerespBodyBytes *int32 `json:"compute_beresp_body_bytes,omitempty"` - // Number of backend requests started. - ComputeBereqs *int32 `json:"compute_bereqs,omitempty"` - // Number of backend request errors, including timeouts. - ComputeBereqErrors *int32 `json:"compute_bereq_errors,omitempty"` - // Number of times a guest exceeded its resource limit, includes heap, stack, globals, and code execution timeout. - ComputeResourceLimitExceeded *int32 `json:"compute_resource_limit_exceeded,omitempty"` - // Number of times a guest exceeded its heap limit. - ComputeHeapLimitExceeded *int32 `json:"compute_heap_limit_exceeded,omitempty"` - // Number of times a guest exceeded its stack limit. - ComputeStackLimitExceeded *int32 `json:"compute_stack_limit_exceeded,omitempty"` - // Number of times a guest exceeded its globals limit. - ComputeGlobalsLimitExceeded *int32 `json:"compute_globals_limit_exceeded,omitempty"` - // Number of times a service experienced a guest code error. - ComputeGuestErrors *int32 `json:"compute_guest_errors,omitempty"` - // Number of times a service experienced a guest runtime error. - ComputeRuntimeErrors *int32 `json:"compute_runtime_errors,omitempty"` - // Body bytes delivered for edge hits. - EdgeHitRespBodyBytes *int32 `json:"edge_hit_resp_body_bytes,omitempty"` - // Header bytes delivered for edge hits. - EdgeHitRespHeaderBytes *int32 `json:"edge_hit_resp_header_bytes,omitempty"` - // Body bytes delivered for edge misses. - EdgeMissRespBodyBytes *int32 `json:"edge_miss_resp_body_bytes,omitempty"` - // Header bytes delivered for edge misses. - EdgeMissRespHeaderBytes *int32 `json:"edge_miss_resp_header_bytes,omitempty"` - // Body bytes received from origin for cacheable content. - OriginCacheFetchRespBodyBytes *int32 `json:"origin_cache_fetch_resp_body_bytes,omitempty"` - // Header bytes received from an origin for cacheable content. - OriginCacheFetchRespHeaderBytes *int32 `json:"origin_cache_fetch_resp_header_bytes,omitempty"` - // Number of requests that resulted in a hit at a shield. - ShieldHitRequests *int32 `json:"shield_hit_requests,omitempty"` - // Number of requests that resulted in a miss at a shield. - ShieldMissRequests *int32 `json:"shield_miss_requests,omitempty"` - // Header bytes delivered for shield hits. - ShieldHitRespHeaderBytes *int32 `json:"shield_hit_resp_header_bytes,omitempty"` - // Body bytes delivered for shield hits. - ShieldHitRespBodyBytes *int32 `json:"shield_hit_resp_body_bytes,omitempty"` - // Header bytes delivered for shield misses. - ShieldMissRespHeaderBytes *int32 `json:"shield_miss_resp_header_bytes,omitempty"` - // Body bytes delivered for shield misses. - ShieldMissRespBodyBytes *int32 `json:"shield_miss_resp_body_bytes,omitempty"` - // Total header bytes received from end users over passthrough WebSocket connections. - WebsocketReqHeaderBytes *int32 `json:"websocket_req_header_bytes,omitempty"` - // Total message content bytes received from end users over passthrough WebSocket connections. - WebsocketReqBodyBytes *int32 `json:"websocket_req_body_bytes,omitempty"` - // Total header bytes sent to end users over passthrough WebSocket connections. - WebsocketRespHeaderBytes *int32 `json:"websocket_resp_header_bytes,omitempty"` - // Total message content bytes sent to end users over passthrough WebSocket connections. - WebsocketRespBodyBytes *int32 `json:"websocket_resp_body_bytes,omitempty"` - // Total header bytes sent to backends over passthrough WebSocket connections. - WebsocketBereqHeaderBytes *int32 `json:"websocket_bereq_header_bytes,omitempty"` - // Total message content bytes sent to backends over passthrough WebSocket connections. - WebsocketBereqBodyBytes *int32 `json:"websocket_bereq_body_bytes,omitempty"` - // Total header bytes received from backends over passthrough WebSocket connections. - WebsocketBerespHeaderBytes *int32 `json:"websocket_beresp_header_bytes,omitempty"` - // Total message content bytes received from backends over passthrough WebSocket connections. - WebsocketBerespBodyBytes *int32 `json:"websocket_beresp_body_bytes,omitempty"` - // Total duration of passthrough WebSocket connections with end users. - WebsocketConnTimeMs *int32 `json:"websocket_conn_time_ms,omitempty"` - // Total published messages received from the publish API endpoint. - FanoutRecvPublishes *int32 `json:"fanout_recv_publishes,omitempty"` - // Total published messages sent to end users. - FanoutSendPublishes *int32 `json:"fanout_send_publishes,omitempty"` - // The total number of class a operations for the KV store. - KvStoreClassAOperations *int32 `json:"kv_store_class_a_operations,omitempty"` - // The total number of class b operations for the KV store. - KvStoreClassBOperations *int32 `json:"kv_store_class_b_operations,omitempty"` - // Use kv_store_class_a_operations. - // Deprecated - ObjectStoreClassAOperations *int32 `json:"object_store_class_a_operations,omitempty"` - // Use kv_store_class_b_operations. - // Deprecated - ObjectStoreClassBOperations *int32 `json:"object_store_class_b_operations,omitempty"` - // Total header bytes received from end users over Fanout connections. - FanoutReqHeaderBytes *int32 `json:"fanout_req_header_bytes,omitempty"` - // Total body or message content bytes received from end users over Fanout connections. - FanoutReqBodyBytes *int32 `json:"fanout_req_body_bytes,omitempty"` - // Total header bytes sent to end users over Fanout connections. - FanoutRespHeaderBytes *int32 `json:"fanout_resp_header_bytes,omitempty"` - // Total body or message content bytes sent to end users over Fanout connections, excluding published message content. - FanoutRespBodyBytes *int32 `json:"fanout_resp_body_bytes,omitempty"` - // Total header bytes sent to backends over Fanout connections. - FanoutBereqHeaderBytes *int32 `json:"fanout_bereq_header_bytes,omitempty"` - // Total body or message content bytes sent to backends over Fanout connections. - FanoutBereqBodyBytes *int32 `json:"fanout_bereq_body_bytes,omitempty"` - // Total header bytes received from backends over Fanout connections. - FanoutBerespHeaderBytes *int32 `json:"fanout_beresp_header_bytes,omitempty"` - // Total body or message content bytes received from backends over Fanout connections. - FanoutBerespBodyBytes *int32 `json:"fanout_beresp_body_bytes,omitempty"` - // Total duration of Fanout connections with end users. - FanoutConnTimeMs *int32 `json:"fanout_conn_time_ms,omitempty"` - // For HTTP/2, the number of connections the limit-streams action was applied to. The limit-streams action caps the allowed number of concurrent streams in a connection. - DdosActionLimitStreamsConnections *int32 `json:"ddos_action_limit_streams_connections,omitempty"` - // For HTTP/2, the number of requests made on a connection for which the limit-streams action was taken. The limit-streams action caps the allowed number of concurrent streams in a connection. - DdosActionLimitStreamsRequests *int32 `json:"ddos_action_limit_streams_requests,omitempty"` - // The number of times the tarpit-accept action was taken. The tarpit-accept action adds a delay when accepting future connections. - DdosActionTarpitAccept *int32 `json:"ddos_action_tarpit_accept,omitempty"` - // The number of times the tarpit action was taken. The tarpit action delays writing the response to the client. - DdosActionTarpit *int32 `json:"ddos_action_tarpit,omitempty"` - // The number of times the close action was taken. The close action aborts the connection as soon as possible. The close action takes effect either right after accept, right after the client hello, or right after the response was sent. - DdosActionClose *int32 `json:"ddos_action_close,omitempty"` - // The number of times the blackhole action was taken. The blackhole action quietly closes a TCP connection without sending a reset. The blackhole action quietly closes a TCP connection without notifying its peer (all TCP state is dropped). - DdosActionBlackhole *int32 `json:"ddos_action_blackhole,omitempty"` - // The number of challenge-start tokens created. - BotChallengeStarts *int32 `json:"bot_challenge_starts,omitempty"` - // The number of challenge-complete tokens that passed validation. - BotChallengeCompleteTokensPassed *int32 `json:"bot_challenge_complete_tokens_passed,omitempty"` - // The number of challenge-complete tokens that failed validation. - BotChallengeCompleteTokensFailed *int32 `json:"bot_challenge_complete_tokens_failed,omitempty"` - // The number of challenge-complete tokens checked. - BotChallengeCompleteTokensChecked *int32 `json:"bot_challenge_complete_tokens_checked,omitempty"` - // The number of challenge-complete tokens not checked because the feature was disabled. - BotChallengeCompleteTokensDisabled *int32 `json:"bot_challenge_complete_tokens_disabled,omitempty"` - // The number of challenge-complete tokens issued. For example, issuing a challenge-complete token after a series of CAPTCHA challenges ending in success. - BotChallengeCompleteTokensIssued *int32 `json:"bot_challenge_complete_tokens_issued,omitempty"` - // The number of challenges issued. For example, the issuance of a CAPTCHA challenge. - BotChallengesIssued *int32 `json:"bot_challenges_issued,omitempty"` - // The number of successful challenge solutions processed. For example, a correct CAPTCHA solution. - BotChallengesSucceeded *int32 `json:"bot_challenges_succeeded,omitempty"` - // The number of failed challenge solutions processed. For example, an incorrect CAPTCHA solution. - BotChallengesFailed *int32 `json:"bot_challenges_failed,omitempty"` - ServiceID *ReadOnlyIDService `json:"service_id,omitempty"` - StartTime *int32 `json:"start_time,omitempty"` - AdditionalProperties map[string]any -} - -type _HistoricalFieldResultsAttributes HistoricalFieldResultsAttributes - -// NewHistoricalFieldResultsAttributes instantiates a new HistoricalFieldResultsAttributes 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 NewHistoricalFieldResultsAttributes() *HistoricalFieldResultsAttributes { - this := HistoricalFieldResultsAttributes{} - return &this -} - -// NewHistoricalFieldResultsAttributesWithDefaults instantiates a new HistoricalFieldResultsAttributes 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 NewHistoricalFieldResultsAttributesWithDefaults() *HistoricalFieldResultsAttributes { - this := HistoricalFieldResultsAttributes{} - return &this -} - -// GetRequests returns the Requests field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetRequests() int32 { - if o == nil || o.Requests == nil { - var ret int32 - return ret - } - return *o.Requests -} - -// GetRequestsOk returns a tuple with the Requests field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetRequestsOk() (*int32, bool) { - if o == nil || o.Requests == nil { - return nil, false - } - return o.Requests, true -} - -// HasRequests returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasRequests() bool { - if o != nil && o.Requests != nil { - return true - } - - return false -} - -// SetRequests gets a reference to the given int32 and assigns it to the Requests field. -func (o *HistoricalFieldResultsAttributes) SetRequests(v int32) { - o.Requests = &v -} - -// GetHits returns the Hits field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetHits() int32 { - if o == nil || o.Hits == nil { - var ret int32 - return ret - } - return *o.Hits -} - -// GetHitsOk returns a tuple with the Hits field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetHitsOk() (*int32, bool) { - if o == nil || o.Hits == nil { - return nil, false - } - return o.Hits, true -} - -// HasHits returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasHits() bool { - if o != nil && o.Hits != nil { - return true - } - - return false -} - -// SetHits gets a reference to the given int32 and assigns it to the Hits field. -func (o *HistoricalFieldResultsAttributes) SetHits(v int32) { - o.Hits = &v -} - -// GetHitsTime returns the HitsTime field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetHitsTime() float32 { - if o == nil || o.HitsTime == nil { - var ret float32 - return ret - } - return *o.HitsTime -} - -// GetHitsTimeOk returns a tuple with the HitsTime field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetHitsTimeOk() (*float32, bool) { - if o == nil || o.HitsTime == nil { - return nil, false - } - return o.HitsTime, true -} - -// HasHitsTime returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasHitsTime() bool { - if o != nil && o.HitsTime != nil { - return true - } - - return false -} - -// SetHitsTime gets a reference to the given float32 and assigns it to the HitsTime field. -func (o *HistoricalFieldResultsAttributes) SetHitsTime(v float32) { - o.HitsTime = &v -} - -// GetMiss returns the Miss field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetMiss() int32 { - if o == nil || o.Miss == nil { - var ret int32 - return ret - } - return *o.Miss -} - -// GetMissOk returns a tuple with the Miss field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetMissOk() (*int32, bool) { - if o == nil || o.Miss == nil { - return nil, false - } - return o.Miss, true -} - -// HasMiss returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasMiss() bool { - if o != nil && o.Miss != nil { - return true - } - - return false -} - -// SetMiss gets a reference to the given int32 and assigns it to the Miss field. -func (o *HistoricalFieldResultsAttributes) SetMiss(v int32) { - o.Miss = &v -} - -// GetMissTime returns the MissTime field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetMissTime() float32 { - if o == nil || o.MissTime == nil { - var ret float32 - return ret - } - return *o.MissTime -} - -// GetMissTimeOk returns a tuple with the MissTime field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetMissTimeOk() (*float32, bool) { - if o == nil || o.MissTime == nil { - return nil, false - } - return o.MissTime, true -} - -// HasMissTime returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasMissTime() bool { - if o != nil && o.MissTime != nil { - return true - } - - return false -} - -// SetMissTime gets a reference to the given float32 and assigns it to the MissTime field. -func (o *HistoricalFieldResultsAttributes) SetMissTime(v float32) { - o.MissTime = &v -} - -// GetPass returns the Pass field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetPass() int32 { - if o == nil || o.Pass == nil { - var ret int32 - return ret - } - return *o.Pass -} - -// GetPassOk returns a tuple with the Pass field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetPassOk() (*int32, bool) { - if o == nil || o.Pass == nil { - return nil, false - } - return o.Pass, true -} - -// HasPass returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasPass() bool { - if o != nil && o.Pass != nil { - return true - } - - return false -} - -// SetPass gets a reference to the given int32 and assigns it to the Pass field. -func (o *HistoricalFieldResultsAttributes) SetPass(v int32) { - o.Pass = &v -} - -// GetPassTime returns the PassTime field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetPassTime() float32 { - if o == nil || o.PassTime == nil { - var ret float32 - return ret - } - return *o.PassTime -} - -// GetPassTimeOk returns a tuple with the PassTime field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetPassTimeOk() (*float32, bool) { - if o == nil || o.PassTime == nil { - return nil, false - } - return o.PassTime, true -} - -// HasPassTime returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasPassTime() bool { - if o != nil && o.PassTime != nil { - return true - } - - return false -} - -// SetPassTime gets a reference to the given float32 and assigns it to the PassTime field. -func (o *HistoricalFieldResultsAttributes) SetPassTime(v float32) { - o.PassTime = &v -} - -// GetErrors returns the Errors field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetErrors() int32 { - if o == nil || o.Errors == nil { - var ret int32 - return ret - } - return *o.Errors -} - -// GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetErrorsOk() (*int32, bool) { - if o == nil || o.Errors == nil { - return nil, false - } - return o.Errors, true -} - -// HasErrors returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasErrors() bool { - if o != nil && o.Errors != nil { - return true - } - - return false -} - -// SetErrors gets a reference to the given int32 and assigns it to the Errors field. -func (o *HistoricalFieldResultsAttributes) SetErrors(v int32) { - o.Errors = &v -} - -// GetRestarts returns the Restarts field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetRestarts() int32 { - if o == nil || o.Restarts == nil { - var ret int32 - return ret - } - return *o.Restarts -} - -// GetRestartsOk returns a tuple with the Restarts field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetRestartsOk() (*int32, bool) { - if o == nil || o.Restarts == nil { - return nil, false - } - return o.Restarts, true -} - -// HasRestarts returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasRestarts() bool { - if o != nil && o.Restarts != nil { - return true - } - - return false -} - -// SetRestarts gets a reference to the given int32 and assigns it to the Restarts field. -func (o *HistoricalFieldResultsAttributes) SetRestarts(v int32) { - o.Restarts = &v -} - -// GetHitRatio returns the HitRatio field value if set, zero value otherwise (both if not set or set to explicit null). -func (o *HistoricalFieldResultsAttributes) GetHitRatio() float32 { - if o == nil || o.HitRatio.Get() == nil { - var ret float32 - return ret - } - return *o.HitRatio.Get() -} - -// GetHitRatioOk returns a tuple with the HitRatio field value if set, nil otherwise -// and a boolean to check if the value has been set. -// NOTE: If the value is an explicit nil, `nil, true` will be returned -func (o *HistoricalFieldResultsAttributes) GetHitRatioOk() (*float32, bool) { - if o == nil { - return nil, false - } - return o.HitRatio.Get(), o.HitRatio.IsSet() -} - -// HasHitRatio returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasHitRatio() bool { - if o != nil && o.HitRatio.IsSet() { - return true - } - - return false -} - -// SetHitRatio gets a reference to the given NullableFloat32 and assigns it to the HitRatio field. -func (o *HistoricalFieldResultsAttributes) SetHitRatio(v float32) { - o.HitRatio.Set(&v) -} -// SetHitRatioNil sets the value for HitRatio to be an explicit nil -func (o *HistoricalFieldResultsAttributes) SetHitRatioNil() { - o.HitRatio.Set(nil) -} - -// UnsetHitRatio ensures that no value is present for HitRatio, not even an explicit nil -func (o *HistoricalFieldResultsAttributes) UnsetHitRatio() { - o.HitRatio.Unset() -} - -// GetBandwidth returns the Bandwidth field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetBandwidth() int32 { - if o == nil || o.Bandwidth == nil { - var ret int32 - return ret - } - return *o.Bandwidth -} - -// GetBandwidthOk returns a tuple with the Bandwidth field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetBandwidthOk() (*int32, bool) { - if o == nil || o.Bandwidth == nil { - return nil, false - } - return o.Bandwidth, true -} - -// HasBandwidth returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasBandwidth() bool { - if o != nil && o.Bandwidth != nil { - return true - } - - return false -} - -// SetBandwidth gets a reference to the given int32 and assigns it to the Bandwidth field. -func (o *HistoricalFieldResultsAttributes) SetBandwidth(v int32) { - o.Bandwidth = &v -} - -// GetBodySize returns the BodySize field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetBodySize() int32 { - if o == nil || o.BodySize == nil { - var ret int32 - return ret - } - return *o.BodySize -} - -// GetBodySizeOk returns a tuple with the BodySize field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetBodySizeOk() (*int32, bool) { - if o == nil || o.BodySize == nil { - return nil, false - } - return o.BodySize, true -} - -// HasBodySize returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasBodySize() bool { - if o != nil && o.BodySize != nil { - return true - } - - return false -} - -// SetBodySize gets a reference to the given int32 and assigns it to the BodySize field. -func (o *HistoricalFieldResultsAttributes) SetBodySize(v int32) { - o.BodySize = &v -} - -// GetHeaderSize returns the HeaderSize field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetHeaderSize() int32 { - if o == nil || o.HeaderSize == nil { - var ret int32 - return ret - } - return *o.HeaderSize -} - -// GetHeaderSizeOk returns a tuple with the HeaderSize field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetHeaderSizeOk() (*int32, bool) { - if o == nil || o.HeaderSize == nil { - return nil, false - } - return o.HeaderSize, true -} - -// HasHeaderSize returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasHeaderSize() bool { - if o != nil && o.HeaderSize != nil { - return true - } - - return false -} - -// SetHeaderSize gets a reference to the given int32 and assigns it to the HeaderSize field. -func (o *HistoricalFieldResultsAttributes) SetHeaderSize(v int32) { - o.HeaderSize = &v -} - -// GetReqBodyBytes returns the ReqBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetReqBodyBytes() int32 { - if o == nil || o.ReqBodyBytes == nil { - var ret int32 - return ret - } - return *o.ReqBodyBytes -} - -// GetReqBodyBytesOk returns a tuple with the ReqBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetReqBodyBytesOk() (*int32, bool) { - if o == nil || o.ReqBodyBytes == nil { - return nil, false - } - return o.ReqBodyBytes, true -} - -// HasReqBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasReqBodyBytes() bool { - if o != nil && o.ReqBodyBytes != nil { - return true - } - - return false -} - -// SetReqBodyBytes gets a reference to the given int32 and assigns it to the ReqBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetReqBodyBytes(v int32) { - o.ReqBodyBytes = &v -} - -// GetReqHeaderBytes returns the ReqHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetReqHeaderBytes() int32 { - if o == nil || o.ReqHeaderBytes == nil { - var ret int32 - return ret - } - return *o.ReqHeaderBytes -} - -// GetReqHeaderBytesOk returns a tuple with the ReqHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetReqHeaderBytesOk() (*int32, bool) { - if o == nil || o.ReqHeaderBytes == nil { - return nil, false - } - return o.ReqHeaderBytes, true -} - -// HasReqHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasReqHeaderBytes() bool { - if o != nil && o.ReqHeaderBytes != nil { - return true - } - - return false -} - -// SetReqHeaderBytes gets a reference to the given int32 and assigns it to the ReqHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetReqHeaderBytes(v int32) { - o.ReqHeaderBytes = &v -} - -// GetRespBodyBytes returns the RespBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetRespBodyBytes() int32 { - if o == nil || o.RespBodyBytes == nil { - var ret int32 - return ret - } - return *o.RespBodyBytes -} - -// GetRespBodyBytesOk returns a tuple with the RespBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetRespBodyBytesOk() (*int32, bool) { - if o == nil || o.RespBodyBytes == nil { - return nil, false - } - return o.RespBodyBytes, true -} - -// HasRespBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasRespBodyBytes() bool { - if o != nil && o.RespBodyBytes != nil { - return true - } - - return false -} - -// SetRespBodyBytes gets a reference to the given int32 and assigns it to the RespBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetRespBodyBytes(v int32) { - o.RespBodyBytes = &v -} - -// GetRespHeaderBytes returns the RespHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetRespHeaderBytes() int32 { - if o == nil || o.RespHeaderBytes == nil { - var ret int32 - return ret - } - return *o.RespHeaderBytes -} - -// GetRespHeaderBytesOk returns a tuple with the RespHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetRespHeaderBytesOk() (*int32, bool) { - if o == nil || o.RespHeaderBytes == nil { - return nil, false - } - return o.RespHeaderBytes, true -} - -// HasRespHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasRespHeaderBytes() bool { - if o != nil && o.RespHeaderBytes != nil { - return true - } - - return false -} - -// SetRespHeaderBytes gets a reference to the given int32 and assigns it to the RespHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetRespHeaderBytes(v int32) { - o.RespHeaderBytes = &v -} - -// GetBereqBodyBytes returns the BereqBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetBereqBodyBytes() int32 { - if o == nil || o.BereqBodyBytes == nil { - var ret int32 - return ret - } - return *o.BereqBodyBytes -} - -// GetBereqBodyBytesOk returns a tuple with the BereqBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetBereqBodyBytesOk() (*int32, bool) { - if o == nil || o.BereqBodyBytes == nil { - return nil, false - } - return o.BereqBodyBytes, true -} - -// HasBereqBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasBereqBodyBytes() bool { - if o != nil && o.BereqBodyBytes != nil { - return true - } - - return false -} - -// SetBereqBodyBytes gets a reference to the given int32 and assigns it to the BereqBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetBereqBodyBytes(v int32) { - o.BereqBodyBytes = &v -} - -// GetBereqHeaderBytes returns the BereqHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetBereqHeaderBytes() int32 { - if o == nil || o.BereqHeaderBytes == nil { - var ret int32 - return ret - } - return *o.BereqHeaderBytes -} - -// GetBereqHeaderBytesOk returns a tuple with the BereqHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetBereqHeaderBytesOk() (*int32, bool) { - if o == nil || o.BereqHeaderBytes == nil { - return nil, false - } - return o.BereqHeaderBytes, true -} - -// HasBereqHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasBereqHeaderBytes() bool { - if o != nil && o.BereqHeaderBytes != nil { - return true - } - - return false -} - -// SetBereqHeaderBytes gets a reference to the given int32 and assigns it to the BereqHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetBereqHeaderBytes(v int32) { - o.BereqHeaderBytes = &v -} - -// GetUncacheable returns the Uncacheable field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetUncacheable() int32 { - if o == nil || o.Uncacheable == nil { - var ret int32 - return ret - } - return *o.Uncacheable -} - -// GetUncacheableOk returns a tuple with the Uncacheable field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetUncacheableOk() (*int32, bool) { - if o == nil || o.Uncacheable == nil { - return nil, false - } - return o.Uncacheable, true -} - -// HasUncacheable returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasUncacheable() bool { - if o != nil && o.Uncacheable != nil { - return true - } - - return false -} - -// SetUncacheable gets a reference to the given int32 and assigns it to the Uncacheable field. -func (o *HistoricalFieldResultsAttributes) SetUncacheable(v int32) { - o.Uncacheable = &v -} - -// GetPipe returns the Pipe field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetPipe() int32 { - if o == nil || o.Pipe == nil { - var ret int32 - return ret - } - return *o.Pipe -} - -// GetPipeOk returns a tuple with the Pipe field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetPipeOk() (*int32, bool) { - if o == nil || o.Pipe == nil { - return nil, false - } - return o.Pipe, true -} - -// HasPipe returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasPipe() bool { - if o != nil && o.Pipe != nil { - return true - } - - return false -} - -// SetPipe gets a reference to the given int32 and assigns it to the Pipe field. -func (o *HistoricalFieldResultsAttributes) SetPipe(v int32) { - o.Pipe = &v -} - -// GetSynth returns the Synth field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetSynth() int32 { - if o == nil || o.Synth == nil { - var ret int32 - return ret - } - return *o.Synth -} - -// GetSynthOk returns a tuple with the Synth field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetSynthOk() (*int32, bool) { - if o == nil || o.Synth == nil { - return nil, false - } - return o.Synth, true -} - -// HasSynth returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasSynth() bool { - if o != nil && o.Synth != nil { - return true - } - - return false -} - -// SetSynth gets a reference to the given int32 and assigns it to the Synth field. -func (o *HistoricalFieldResultsAttributes) SetSynth(v int32) { - o.Synth = &v -} - -// GetTLS returns the TLS field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetTLS() int32 { - if o == nil || o.TLS == nil { - var ret int32 - return ret - } - return *o.TLS -} - -// GetTLSOk returns a tuple with the TLS field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetTLSOk() (*int32, bool) { - if o == nil || o.TLS == nil { - return nil, false - } - return o.TLS, true -} - -// HasTLS returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasTLS() bool { - if o != nil && o.TLS != nil { - return true - } - - return false -} - -// SetTLS gets a reference to the given int32 and assigns it to the TLS field. -func (o *HistoricalFieldResultsAttributes) SetTLS(v int32) { - o.TLS = &v -} - -// GetTLSV10 returns the TLSV10 field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetTLSV10() int32 { - if o == nil || o.TLSV10 == nil { - var ret int32 - return ret - } - return *o.TLSV10 -} - -// GetTLSV10Ok returns a tuple with the TLSV10 field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetTLSV10Ok() (*int32, bool) { - if o == nil || o.TLSV10 == nil { - return nil, false - } - return o.TLSV10, true -} - -// HasTLSV10 returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasTLSV10() bool { - if o != nil && o.TLSV10 != nil { - return true - } - - return false -} - -// SetTLSV10 gets a reference to the given int32 and assigns it to the TLSV10 field. -func (o *HistoricalFieldResultsAttributes) SetTLSV10(v int32) { - o.TLSV10 = &v -} - -// GetTLSV11 returns the TLSV11 field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetTLSV11() int32 { - if o == nil || o.TLSV11 == nil { - var ret int32 - return ret - } - return *o.TLSV11 -} - -// GetTLSV11Ok returns a tuple with the TLSV11 field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetTLSV11Ok() (*int32, bool) { - if o == nil || o.TLSV11 == nil { - return nil, false - } - return o.TLSV11, true -} - -// HasTLSV11 returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasTLSV11() bool { - if o != nil && o.TLSV11 != nil { - return true - } - - return false -} - -// SetTLSV11 gets a reference to the given int32 and assigns it to the TLSV11 field. -func (o *HistoricalFieldResultsAttributes) SetTLSV11(v int32) { - o.TLSV11 = &v -} - -// GetTLSV12 returns the TLSV12 field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetTLSV12() int32 { - if o == nil || o.TLSV12 == nil { - var ret int32 - return ret - } - return *o.TLSV12 -} - -// GetTLSV12Ok returns a tuple with the TLSV12 field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetTLSV12Ok() (*int32, bool) { - if o == nil || o.TLSV12 == nil { - return nil, false - } - return o.TLSV12, true -} - -// HasTLSV12 returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasTLSV12() bool { - if o != nil && o.TLSV12 != nil { - return true - } - - return false -} - -// SetTLSV12 gets a reference to the given int32 and assigns it to the TLSV12 field. -func (o *HistoricalFieldResultsAttributes) SetTLSV12(v int32) { - o.TLSV12 = &v -} - -// GetTLSV13 returns the TLSV13 field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetTLSV13() int32 { - if o == nil || o.TLSV13 == nil { - var ret int32 - return ret - } - return *o.TLSV13 -} - -// GetTLSV13Ok returns a tuple with the TLSV13 field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetTLSV13Ok() (*int32, bool) { - if o == nil || o.TLSV13 == nil { - return nil, false - } - return o.TLSV13, true -} - -// HasTLSV13 returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasTLSV13() bool { - if o != nil && o.TLSV13 != nil { - return true - } - - return false -} - -// SetTLSV13 gets a reference to the given int32 and assigns it to the TLSV13 field. -func (o *HistoricalFieldResultsAttributes) SetTLSV13(v int32) { - o.TLSV13 = &v -} - -// GetEdgeRequests returns the EdgeRequests field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetEdgeRequests() int32 { - if o == nil || o.EdgeRequests == nil { - var ret int32 - return ret - } - return *o.EdgeRequests -} - -// GetEdgeRequestsOk returns a tuple with the EdgeRequests field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetEdgeRequestsOk() (*int32, bool) { - if o == nil || o.EdgeRequests == nil { - return nil, false - } - return o.EdgeRequests, true -} - -// HasEdgeRequests returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasEdgeRequests() bool { - if o != nil && o.EdgeRequests != nil { - return true - } - - return false -} - -// SetEdgeRequests gets a reference to the given int32 and assigns it to the EdgeRequests field. -func (o *HistoricalFieldResultsAttributes) SetEdgeRequests(v int32) { - o.EdgeRequests = &v -} - -// GetEdgeRespHeaderBytes returns the EdgeRespHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetEdgeRespHeaderBytes() int32 { - if o == nil || o.EdgeRespHeaderBytes == nil { - var ret int32 - return ret - } - return *o.EdgeRespHeaderBytes -} - -// GetEdgeRespHeaderBytesOk returns a tuple with the EdgeRespHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetEdgeRespHeaderBytesOk() (*int32, bool) { - if o == nil || o.EdgeRespHeaderBytes == nil { - return nil, false - } - return o.EdgeRespHeaderBytes, true -} - -// HasEdgeRespHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasEdgeRespHeaderBytes() bool { - if o != nil && o.EdgeRespHeaderBytes != nil { - return true - } - - return false -} - -// SetEdgeRespHeaderBytes gets a reference to the given int32 and assigns it to the EdgeRespHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetEdgeRespHeaderBytes(v int32) { - o.EdgeRespHeaderBytes = &v -} - -// GetEdgeRespBodyBytes returns the EdgeRespBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetEdgeRespBodyBytes() int32 { - if o == nil || o.EdgeRespBodyBytes == nil { - var ret int32 - return ret - } - return *o.EdgeRespBodyBytes -} - -// GetEdgeRespBodyBytesOk returns a tuple with the EdgeRespBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetEdgeRespBodyBytesOk() (*int32, bool) { - if o == nil || o.EdgeRespBodyBytes == nil { - return nil, false - } - return o.EdgeRespBodyBytes, true -} - -// HasEdgeRespBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasEdgeRespBodyBytes() bool { - if o != nil && o.EdgeRespBodyBytes != nil { - return true - } - - return false -} - -// SetEdgeRespBodyBytes gets a reference to the given int32 and assigns it to the EdgeRespBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetEdgeRespBodyBytes(v int32) { - o.EdgeRespBodyBytes = &v -} - -// GetEdgeHitRequests returns the EdgeHitRequests field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetEdgeHitRequests() int32 { - if o == nil || o.EdgeHitRequests == nil { - var ret int32 - return ret - } - return *o.EdgeHitRequests -} - -// GetEdgeHitRequestsOk returns a tuple with the EdgeHitRequests field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetEdgeHitRequestsOk() (*int32, bool) { - if o == nil || o.EdgeHitRequests == nil { - return nil, false - } - return o.EdgeHitRequests, true -} - -// HasEdgeHitRequests returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasEdgeHitRequests() bool { - if o != nil && o.EdgeHitRequests != nil { - return true - } - - return false -} - -// SetEdgeHitRequests gets a reference to the given int32 and assigns it to the EdgeHitRequests field. -func (o *HistoricalFieldResultsAttributes) SetEdgeHitRequests(v int32) { - o.EdgeHitRequests = &v -} - -// GetEdgeMissRequests returns the EdgeMissRequests field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetEdgeMissRequests() int32 { - if o == nil || o.EdgeMissRequests == nil { - var ret int32 - return ret - } - return *o.EdgeMissRequests -} - -// GetEdgeMissRequestsOk returns a tuple with the EdgeMissRequests field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetEdgeMissRequestsOk() (*int32, bool) { - if o == nil || o.EdgeMissRequests == nil { - return nil, false - } - return o.EdgeMissRequests, true -} - -// HasEdgeMissRequests returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasEdgeMissRequests() bool { - if o != nil && o.EdgeMissRequests != nil { - return true - } - - return false -} - -// SetEdgeMissRequests gets a reference to the given int32 and assigns it to the EdgeMissRequests field. -func (o *HistoricalFieldResultsAttributes) SetEdgeMissRequests(v int32) { - o.EdgeMissRequests = &v -} - -// GetOriginFetches returns the OriginFetches field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetOriginFetches() int32 { - if o == nil || o.OriginFetches == nil { - var ret int32 - return ret - } - return *o.OriginFetches -} - -// GetOriginFetchesOk returns a tuple with the OriginFetches field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetOriginFetchesOk() (*int32, bool) { - if o == nil || o.OriginFetches == nil { - return nil, false - } - return o.OriginFetches, true -} - -// HasOriginFetches returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasOriginFetches() bool { - if o != nil && o.OriginFetches != nil { - return true - } - - return false -} - -// SetOriginFetches gets a reference to the given int32 and assigns it to the OriginFetches field. -func (o *HistoricalFieldResultsAttributes) SetOriginFetches(v int32) { - o.OriginFetches = &v -} - -// GetOriginFetchHeaderBytes returns the OriginFetchHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetOriginFetchHeaderBytes() int32 { - if o == nil || o.OriginFetchHeaderBytes == nil { - var ret int32 - return ret - } - return *o.OriginFetchHeaderBytes -} - -// GetOriginFetchHeaderBytesOk returns a tuple with the OriginFetchHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetOriginFetchHeaderBytesOk() (*int32, bool) { - if o == nil || o.OriginFetchHeaderBytes == nil { - return nil, false - } - return o.OriginFetchHeaderBytes, true -} - -// HasOriginFetchHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasOriginFetchHeaderBytes() bool { - if o != nil && o.OriginFetchHeaderBytes != nil { - return true - } - - return false -} - -// SetOriginFetchHeaderBytes gets a reference to the given int32 and assigns it to the OriginFetchHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetOriginFetchHeaderBytes(v int32) { - o.OriginFetchHeaderBytes = &v -} - -// GetOriginFetchBodyBytes returns the OriginFetchBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetOriginFetchBodyBytes() int32 { - if o == nil || o.OriginFetchBodyBytes == nil { - var ret int32 - return ret - } - return *o.OriginFetchBodyBytes -} - -// GetOriginFetchBodyBytesOk returns a tuple with the OriginFetchBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetOriginFetchBodyBytesOk() (*int32, bool) { - if o == nil || o.OriginFetchBodyBytes == nil { - return nil, false - } - return o.OriginFetchBodyBytes, true -} - -// HasOriginFetchBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasOriginFetchBodyBytes() bool { - if o != nil && o.OriginFetchBodyBytes != nil { - return true - } - - return false -} - -// SetOriginFetchBodyBytes gets a reference to the given int32 and assigns it to the OriginFetchBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetOriginFetchBodyBytes(v int32) { - o.OriginFetchBodyBytes = &v -} - -// GetOriginFetchRespHeaderBytes returns the OriginFetchRespHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetOriginFetchRespHeaderBytes() int32 { - if o == nil || o.OriginFetchRespHeaderBytes == nil { - var ret int32 - return ret - } - return *o.OriginFetchRespHeaderBytes -} - -// GetOriginFetchRespHeaderBytesOk returns a tuple with the OriginFetchRespHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetOriginFetchRespHeaderBytesOk() (*int32, bool) { - if o == nil || o.OriginFetchRespHeaderBytes == nil { - return nil, false - } - return o.OriginFetchRespHeaderBytes, true -} - -// HasOriginFetchRespHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasOriginFetchRespHeaderBytes() bool { - if o != nil && o.OriginFetchRespHeaderBytes != nil { - return true - } - - return false -} - -// SetOriginFetchRespHeaderBytes gets a reference to the given int32 and assigns it to the OriginFetchRespHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetOriginFetchRespHeaderBytes(v int32) { - o.OriginFetchRespHeaderBytes = &v -} - -// GetOriginFetchRespBodyBytes returns the OriginFetchRespBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetOriginFetchRespBodyBytes() int32 { - if o == nil || o.OriginFetchRespBodyBytes == nil { - var ret int32 - return ret - } - return *o.OriginFetchRespBodyBytes -} - -// GetOriginFetchRespBodyBytesOk returns a tuple with the OriginFetchRespBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetOriginFetchRespBodyBytesOk() (*int32, bool) { - if o == nil || o.OriginFetchRespBodyBytes == nil { - return nil, false - } - return o.OriginFetchRespBodyBytes, true -} - -// HasOriginFetchRespBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasOriginFetchRespBodyBytes() bool { - if o != nil && o.OriginFetchRespBodyBytes != nil { - return true - } - - return false -} - -// SetOriginFetchRespBodyBytes gets a reference to the given int32 and assigns it to the OriginFetchRespBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetOriginFetchRespBodyBytes(v int32) { - o.OriginFetchRespBodyBytes = &v -} - -// GetOriginRevalidations returns the OriginRevalidations field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetOriginRevalidations() int32 { - if o == nil || o.OriginRevalidations == nil { - var ret int32 - return ret - } - return *o.OriginRevalidations -} - -// GetOriginRevalidationsOk returns a tuple with the OriginRevalidations field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetOriginRevalidationsOk() (*int32, bool) { - if o == nil || o.OriginRevalidations == nil { - return nil, false - } - return o.OriginRevalidations, true -} - -// HasOriginRevalidations returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasOriginRevalidations() bool { - if o != nil && o.OriginRevalidations != nil { - return true - } - - return false -} - -// SetOriginRevalidations gets a reference to the given int32 and assigns it to the OriginRevalidations field. -func (o *HistoricalFieldResultsAttributes) SetOriginRevalidations(v int32) { - o.OriginRevalidations = &v -} - -// GetOriginCacheFetches returns the OriginCacheFetches field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetOriginCacheFetches() int32 { - if o == nil || o.OriginCacheFetches == nil { - var ret int32 - return ret - } - return *o.OriginCacheFetches -} - -// GetOriginCacheFetchesOk returns a tuple with the OriginCacheFetches field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetOriginCacheFetchesOk() (*int32, bool) { - if o == nil || o.OriginCacheFetches == nil { - return nil, false - } - return o.OriginCacheFetches, true -} - -// HasOriginCacheFetches returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasOriginCacheFetches() bool { - if o != nil && o.OriginCacheFetches != nil { - return true - } - - return false -} - -// SetOriginCacheFetches gets a reference to the given int32 and assigns it to the OriginCacheFetches field. -func (o *HistoricalFieldResultsAttributes) SetOriginCacheFetches(v int32) { - o.OriginCacheFetches = &v -} - -// GetShield returns the Shield field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetShield() int32 { - if o == nil || o.Shield == nil { - var ret int32 - return ret - } - return *o.Shield -} - -// GetShieldOk returns a tuple with the Shield field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetShieldOk() (*int32, bool) { - if o == nil || o.Shield == nil { - return nil, false - } - return o.Shield, true -} - -// HasShield returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasShield() bool { - if o != nil && o.Shield != nil { - return true - } - - return false -} - -// SetShield gets a reference to the given int32 and assigns it to the Shield field. -func (o *HistoricalFieldResultsAttributes) SetShield(v int32) { - o.Shield = &v -} - -// GetShieldRespBodyBytes returns the ShieldRespBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetShieldRespBodyBytes() int32 { - if o == nil || o.ShieldRespBodyBytes == nil { - var ret int32 - return ret - } - return *o.ShieldRespBodyBytes -} - -// GetShieldRespBodyBytesOk returns a tuple with the ShieldRespBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetShieldRespBodyBytesOk() (*int32, bool) { - if o == nil || o.ShieldRespBodyBytes == nil { - return nil, false - } - return o.ShieldRespBodyBytes, true -} - -// HasShieldRespBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasShieldRespBodyBytes() bool { - if o != nil && o.ShieldRespBodyBytes != nil { - return true - } - - return false -} - -// SetShieldRespBodyBytes gets a reference to the given int32 and assigns it to the ShieldRespBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetShieldRespBodyBytes(v int32) { - o.ShieldRespBodyBytes = &v -} - -// GetShieldRespHeaderBytes returns the ShieldRespHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetShieldRespHeaderBytes() int32 { - if o == nil || o.ShieldRespHeaderBytes == nil { - var ret int32 - return ret - } - return *o.ShieldRespHeaderBytes -} - -// GetShieldRespHeaderBytesOk returns a tuple with the ShieldRespHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetShieldRespHeaderBytesOk() (*int32, bool) { - if o == nil || o.ShieldRespHeaderBytes == nil { - return nil, false - } - return o.ShieldRespHeaderBytes, true -} - -// HasShieldRespHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasShieldRespHeaderBytes() bool { - if o != nil && o.ShieldRespHeaderBytes != nil { - return true - } - - return false -} - -// SetShieldRespHeaderBytes gets a reference to the given int32 and assigns it to the ShieldRespHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetShieldRespHeaderBytes(v int32) { - o.ShieldRespHeaderBytes = &v -} - -// GetShieldFetches returns the ShieldFetches field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetShieldFetches() int32 { - if o == nil || o.ShieldFetches == nil { - var ret int32 - return ret - } - return *o.ShieldFetches -} - -// GetShieldFetchesOk returns a tuple with the ShieldFetches field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetShieldFetchesOk() (*int32, bool) { - if o == nil || o.ShieldFetches == nil { - return nil, false - } - return o.ShieldFetches, true -} - -// HasShieldFetches returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasShieldFetches() bool { - if o != nil && o.ShieldFetches != nil { - return true - } - - return false -} - -// SetShieldFetches gets a reference to the given int32 and assigns it to the ShieldFetches field. -func (o *HistoricalFieldResultsAttributes) SetShieldFetches(v int32) { - o.ShieldFetches = &v -} - -// GetShieldFetchHeaderBytes returns the ShieldFetchHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetShieldFetchHeaderBytes() int32 { - if o == nil || o.ShieldFetchHeaderBytes == nil { - var ret int32 - return ret - } - return *o.ShieldFetchHeaderBytes -} - -// GetShieldFetchHeaderBytesOk returns a tuple with the ShieldFetchHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetShieldFetchHeaderBytesOk() (*int32, bool) { - if o == nil || o.ShieldFetchHeaderBytes == nil { - return nil, false - } - return o.ShieldFetchHeaderBytes, true -} - -// HasShieldFetchHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasShieldFetchHeaderBytes() bool { - if o != nil && o.ShieldFetchHeaderBytes != nil { - return true - } - - return false -} - -// SetShieldFetchHeaderBytes gets a reference to the given int32 and assigns it to the ShieldFetchHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetShieldFetchHeaderBytes(v int32) { - o.ShieldFetchHeaderBytes = &v -} - -// GetShieldFetchBodyBytes returns the ShieldFetchBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetShieldFetchBodyBytes() int32 { - if o == nil || o.ShieldFetchBodyBytes == nil { - var ret int32 - return ret - } - return *o.ShieldFetchBodyBytes -} - -// GetShieldFetchBodyBytesOk returns a tuple with the ShieldFetchBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetShieldFetchBodyBytesOk() (*int32, bool) { - if o == nil || o.ShieldFetchBodyBytes == nil { - return nil, false - } - return o.ShieldFetchBodyBytes, true -} - -// HasShieldFetchBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasShieldFetchBodyBytes() bool { - if o != nil && o.ShieldFetchBodyBytes != nil { - return true - } - - return false -} - -// SetShieldFetchBodyBytes gets a reference to the given int32 and assigns it to the ShieldFetchBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetShieldFetchBodyBytes(v int32) { - o.ShieldFetchBodyBytes = &v -} - -// GetShieldFetchRespHeaderBytes returns the ShieldFetchRespHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetShieldFetchRespHeaderBytes() int32 { - if o == nil || o.ShieldFetchRespHeaderBytes == nil { - var ret int32 - return ret - } - return *o.ShieldFetchRespHeaderBytes -} - -// GetShieldFetchRespHeaderBytesOk returns a tuple with the ShieldFetchRespHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetShieldFetchRespHeaderBytesOk() (*int32, bool) { - if o == nil || o.ShieldFetchRespHeaderBytes == nil { - return nil, false - } - return o.ShieldFetchRespHeaderBytes, true -} - -// HasShieldFetchRespHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasShieldFetchRespHeaderBytes() bool { - if o != nil && o.ShieldFetchRespHeaderBytes != nil { - return true - } - - return false -} - -// SetShieldFetchRespHeaderBytes gets a reference to the given int32 and assigns it to the ShieldFetchRespHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetShieldFetchRespHeaderBytes(v int32) { - o.ShieldFetchRespHeaderBytes = &v -} - -// GetShieldFetchRespBodyBytes returns the ShieldFetchRespBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetShieldFetchRespBodyBytes() int32 { - if o == nil || o.ShieldFetchRespBodyBytes == nil { - var ret int32 - return ret - } - return *o.ShieldFetchRespBodyBytes -} - -// GetShieldFetchRespBodyBytesOk returns a tuple with the ShieldFetchRespBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetShieldFetchRespBodyBytesOk() (*int32, bool) { - if o == nil || o.ShieldFetchRespBodyBytes == nil { - return nil, false - } - return o.ShieldFetchRespBodyBytes, true -} - -// HasShieldFetchRespBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasShieldFetchRespBodyBytes() bool { - if o != nil && o.ShieldFetchRespBodyBytes != nil { - return true - } - - return false -} - -// SetShieldFetchRespBodyBytes gets a reference to the given int32 and assigns it to the ShieldFetchRespBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetShieldFetchRespBodyBytes(v int32) { - o.ShieldFetchRespBodyBytes = &v -} - -// GetShieldRevalidations returns the ShieldRevalidations field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetShieldRevalidations() int32 { - if o == nil || o.ShieldRevalidations == nil { - var ret int32 - return ret - } - return *o.ShieldRevalidations -} - -// GetShieldRevalidationsOk returns a tuple with the ShieldRevalidations field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetShieldRevalidationsOk() (*int32, bool) { - if o == nil || o.ShieldRevalidations == nil { - return nil, false - } - return o.ShieldRevalidations, true -} - -// HasShieldRevalidations returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasShieldRevalidations() bool { - if o != nil && o.ShieldRevalidations != nil { - return true - } - - return false -} - -// SetShieldRevalidations gets a reference to the given int32 and assigns it to the ShieldRevalidations field. -func (o *HistoricalFieldResultsAttributes) SetShieldRevalidations(v int32) { - o.ShieldRevalidations = &v -} - -// GetShieldCacheFetches returns the ShieldCacheFetches field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetShieldCacheFetches() int32 { - if o == nil || o.ShieldCacheFetches == nil { - var ret int32 - return ret - } - return *o.ShieldCacheFetches -} - -// GetShieldCacheFetchesOk returns a tuple with the ShieldCacheFetches field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetShieldCacheFetchesOk() (*int32, bool) { - if o == nil || o.ShieldCacheFetches == nil { - return nil, false - } - return o.ShieldCacheFetches, true -} - -// HasShieldCacheFetches returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasShieldCacheFetches() bool { - if o != nil && o.ShieldCacheFetches != nil { - return true - } - - return false -} - -// SetShieldCacheFetches gets a reference to the given int32 and assigns it to the ShieldCacheFetches field. -func (o *HistoricalFieldResultsAttributes) SetShieldCacheFetches(v int32) { - o.ShieldCacheFetches = &v -} - -// GetIpv6 returns the Ipv6 field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetIpv6() int32 { - if o == nil || o.Ipv6 == nil { - var ret int32 - return ret - } - return *o.Ipv6 -} - -// GetIpv6Ok returns a tuple with the Ipv6 field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetIpv6Ok() (*int32, bool) { - if o == nil || o.Ipv6 == nil { - return nil, false - } - return o.Ipv6, true -} - -// HasIpv6 returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasIpv6() bool { - if o != nil && o.Ipv6 != nil { - return true - } - - return false -} - -// SetIpv6 gets a reference to the given int32 and assigns it to the Ipv6 field. -func (o *HistoricalFieldResultsAttributes) SetIpv6(v int32) { - o.Ipv6 = &v -} - -// GetOtfp returns the Otfp field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetOtfp() int32 { - if o == nil || o.Otfp == nil { - var ret int32 - return ret - } - return *o.Otfp -} - -// GetOtfpOk returns a tuple with the Otfp field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetOtfpOk() (*int32, bool) { - if o == nil || o.Otfp == nil { - return nil, false - } - return o.Otfp, true -} - -// HasOtfp returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasOtfp() bool { - if o != nil && o.Otfp != nil { - return true - } - - return false -} - -// SetOtfp gets a reference to the given int32 and assigns it to the Otfp field. -func (o *HistoricalFieldResultsAttributes) SetOtfp(v int32) { - o.Otfp = &v -} - -// GetOtfpRespBodyBytes returns the OtfpRespBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetOtfpRespBodyBytes() int32 { - if o == nil || o.OtfpRespBodyBytes == nil { - var ret int32 - return ret - } - return *o.OtfpRespBodyBytes -} - -// GetOtfpRespBodyBytesOk returns a tuple with the OtfpRespBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetOtfpRespBodyBytesOk() (*int32, bool) { - if o == nil || o.OtfpRespBodyBytes == nil { - return nil, false - } - return o.OtfpRespBodyBytes, true -} - -// HasOtfpRespBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasOtfpRespBodyBytes() bool { - if o != nil && o.OtfpRespBodyBytes != nil { - return true - } - - return false -} - -// SetOtfpRespBodyBytes gets a reference to the given int32 and assigns it to the OtfpRespBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetOtfpRespBodyBytes(v int32) { - o.OtfpRespBodyBytes = &v -} - -// GetOtfpRespHeaderBytes returns the OtfpRespHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetOtfpRespHeaderBytes() int32 { - if o == nil || o.OtfpRespHeaderBytes == nil { - var ret int32 - return ret - } - return *o.OtfpRespHeaderBytes -} - -// GetOtfpRespHeaderBytesOk returns a tuple with the OtfpRespHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetOtfpRespHeaderBytesOk() (*int32, bool) { - if o == nil || o.OtfpRespHeaderBytes == nil { - return nil, false - } - return o.OtfpRespHeaderBytes, true -} - -// HasOtfpRespHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasOtfpRespHeaderBytes() bool { - if o != nil && o.OtfpRespHeaderBytes != nil { - return true - } - - return false -} - -// SetOtfpRespHeaderBytes gets a reference to the given int32 and assigns it to the OtfpRespHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetOtfpRespHeaderBytes(v int32) { - o.OtfpRespHeaderBytes = &v -} - -// GetOtfpShieldRespBodyBytes returns the OtfpShieldRespBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetOtfpShieldRespBodyBytes() int32 { - if o == nil || o.OtfpShieldRespBodyBytes == nil { - var ret int32 - return ret - } - return *o.OtfpShieldRespBodyBytes -} - -// GetOtfpShieldRespBodyBytesOk returns a tuple with the OtfpShieldRespBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetOtfpShieldRespBodyBytesOk() (*int32, bool) { - if o == nil || o.OtfpShieldRespBodyBytes == nil { - return nil, false - } - return o.OtfpShieldRespBodyBytes, true -} - -// HasOtfpShieldRespBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasOtfpShieldRespBodyBytes() bool { - if o != nil && o.OtfpShieldRespBodyBytes != nil { - return true - } - - return false -} - -// SetOtfpShieldRespBodyBytes gets a reference to the given int32 and assigns it to the OtfpShieldRespBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetOtfpShieldRespBodyBytes(v int32) { - o.OtfpShieldRespBodyBytes = &v -} - -// GetOtfpShieldRespHeaderBytes returns the OtfpShieldRespHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetOtfpShieldRespHeaderBytes() int32 { - if o == nil || o.OtfpShieldRespHeaderBytes == nil { - var ret int32 - return ret - } - return *o.OtfpShieldRespHeaderBytes -} - -// GetOtfpShieldRespHeaderBytesOk returns a tuple with the OtfpShieldRespHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetOtfpShieldRespHeaderBytesOk() (*int32, bool) { - if o == nil || o.OtfpShieldRespHeaderBytes == nil { - return nil, false - } - return o.OtfpShieldRespHeaderBytes, true -} - -// HasOtfpShieldRespHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasOtfpShieldRespHeaderBytes() bool { - if o != nil && o.OtfpShieldRespHeaderBytes != nil { - return true - } - - return false -} - -// SetOtfpShieldRespHeaderBytes gets a reference to the given int32 and assigns it to the OtfpShieldRespHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetOtfpShieldRespHeaderBytes(v int32) { - o.OtfpShieldRespHeaderBytes = &v -} - -// GetOtfpManifests returns the OtfpManifests field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetOtfpManifests() int32 { - if o == nil || o.OtfpManifests == nil { - var ret int32 - return ret - } - return *o.OtfpManifests -} - -// GetOtfpManifestsOk returns a tuple with the OtfpManifests field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetOtfpManifestsOk() (*int32, bool) { - if o == nil || o.OtfpManifests == nil { - return nil, false - } - return o.OtfpManifests, true -} - -// HasOtfpManifests returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasOtfpManifests() bool { - if o != nil && o.OtfpManifests != nil { - return true - } - - return false -} - -// SetOtfpManifests gets a reference to the given int32 and assigns it to the OtfpManifests field. -func (o *HistoricalFieldResultsAttributes) SetOtfpManifests(v int32) { - o.OtfpManifests = &v -} - -// GetOtfpDeliverTime returns the OtfpDeliverTime field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetOtfpDeliverTime() float32 { - if o == nil || o.OtfpDeliverTime == nil { - var ret float32 - return ret - } - return *o.OtfpDeliverTime -} - -// GetOtfpDeliverTimeOk returns a tuple with the OtfpDeliverTime field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetOtfpDeliverTimeOk() (*float32, bool) { - if o == nil || o.OtfpDeliverTime == nil { - return nil, false - } - return o.OtfpDeliverTime, true -} - -// HasOtfpDeliverTime returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasOtfpDeliverTime() bool { - if o != nil && o.OtfpDeliverTime != nil { - return true - } - - return false -} - -// SetOtfpDeliverTime gets a reference to the given float32 and assigns it to the OtfpDeliverTime field. -func (o *HistoricalFieldResultsAttributes) SetOtfpDeliverTime(v float32) { - o.OtfpDeliverTime = &v -} - -// GetOtfpShieldTime returns the OtfpShieldTime field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetOtfpShieldTime() float32 { - if o == nil || o.OtfpShieldTime == nil { - var ret float32 - return ret - } - return *o.OtfpShieldTime -} - -// GetOtfpShieldTimeOk returns a tuple with the OtfpShieldTime field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetOtfpShieldTimeOk() (*float32, bool) { - if o == nil || o.OtfpShieldTime == nil { - return nil, false - } - return o.OtfpShieldTime, true -} - -// HasOtfpShieldTime returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasOtfpShieldTime() bool { - if o != nil && o.OtfpShieldTime != nil { - return true - } - - return false -} - -// SetOtfpShieldTime gets a reference to the given float32 and assigns it to the OtfpShieldTime field. -func (o *HistoricalFieldResultsAttributes) SetOtfpShieldTime(v float32) { - o.OtfpShieldTime = &v -} - -// GetVideo returns the Video field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetVideo() int32 { - if o == nil || o.Video == nil { - var ret int32 - return ret - } - return *o.Video -} - -// GetVideoOk returns a tuple with the Video field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetVideoOk() (*int32, bool) { - if o == nil || o.Video == nil { - return nil, false - } - return o.Video, true -} - -// HasVideo returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasVideo() bool { - if o != nil && o.Video != nil { - return true - } - - return false -} - -// SetVideo gets a reference to the given int32 and assigns it to the Video field. -func (o *HistoricalFieldResultsAttributes) SetVideo(v int32) { - o.Video = &v -} - -// GetPci returns the Pci field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetPci() int32 { - if o == nil || o.Pci == nil { - var ret int32 - return ret - } - return *o.Pci -} - -// GetPciOk returns a tuple with the Pci field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetPciOk() (*int32, bool) { - if o == nil || o.Pci == nil { - return nil, false - } - return o.Pci, true -} - -// HasPci returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasPci() bool { - if o != nil && o.Pci != nil { - return true - } - - return false -} - -// SetPci gets a reference to the given int32 and assigns it to the Pci field. -func (o *HistoricalFieldResultsAttributes) SetPci(v int32) { - o.Pci = &v -} - -// GetLog returns the Log field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetLog() int32 { - if o == nil || o.Log == nil { - var ret int32 - return ret - } - return *o.Log -} - -// GetLogOk returns a tuple with the Log field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetLogOk() (*int32, bool) { - if o == nil || o.Log == nil { - return nil, false - } - return o.Log, true -} - -// HasLog returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasLog() bool { - if o != nil && o.Log != nil { - return true - } - - return false -} - -// SetLog gets a reference to the given int32 and assigns it to the Log field. -func (o *HistoricalFieldResultsAttributes) SetLog(v int32) { - o.Log = &v -} - -// GetLogBytes returns the LogBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetLogBytes() int32 { - if o == nil || o.LogBytes == nil { - var ret int32 - return ret - } - return *o.LogBytes -} - -// GetLogBytesOk returns a tuple with the LogBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetLogBytesOk() (*int32, bool) { - if o == nil || o.LogBytes == nil { - return nil, false - } - return o.LogBytes, true -} - -// HasLogBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasLogBytes() bool { - if o != nil && o.LogBytes != nil { - return true - } - - return false -} - -// SetLogBytes gets a reference to the given int32 and assigns it to the LogBytes field. -func (o *HistoricalFieldResultsAttributes) SetLogBytes(v int32) { - o.LogBytes = &v -} - -// GetHTTP2 returns the HTTP2 field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetHTTP2() int32 { - if o == nil || o.HTTP2 == nil { - var ret int32 - return ret - } - return *o.HTTP2 -} - -// GetHTTP2Ok returns a tuple with the HTTP2 field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetHTTP2Ok() (*int32, bool) { - if o == nil || o.HTTP2 == nil { - return nil, false - } - return o.HTTP2, true -} - -// HasHTTP2 returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasHTTP2() bool { - if o != nil && o.HTTP2 != nil { - return true - } - - return false -} - -// SetHTTP2 gets a reference to the given int32 and assigns it to the HTTP2 field. -func (o *HistoricalFieldResultsAttributes) SetHTTP2(v int32) { - o.HTTP2 = &v -} - -// GetHTTP3 returns the HTTP3 field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetHTTP3() int32 { - if o == nil || o.HTTP3 == nil { - var ret int32 - return ret - } - return *o.HTTP3 -} - -// GetHTTP3Ok returns a tuple with the HTTP3 field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetHTTP3Ok() (*int32, bool) { - if o == nil || o.HTTP3 == nil { - return nil, false - } - return o.HTTP3, true -} - -// HasHTTP3 returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasHTTP3() bool { - if o != nil && o.HTTP3 != nil { - return true - } - - return false -} - -// SetHTTP3 gets a reference to the given int32 and assigns it to the HTTP3 field. -func (o *HistoricalFieldResultsAttributes) SetHTTP3(v int32) { - o.HTTP3 = &v -} - -// GetWafLogged returns the WafLogged field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetWafLogged() int32 { - if o == nil || o.WafLogged == nil { - var ret int32 - return ret - } - return *o.WafLogged -} - -// GetWafLoggedOk returns a tuple with the WafLogged field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetWafLoggedOk() (*int32, bool) { - if o == nil || o.WafLogged == nil { - return nil, false - } - return o.WafLogged, true -} - -// HasWafLogged returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasWafLogged() bool { - if o != nil && o.WafLogged != nil { - return true - } - - return false -} - -// SetWafLogged gets a reference to the given int32 and assigns it to the WafLogged field. -func (o *HistoricalFieldResultsAttributes) SetWafLogged(v int32) { - o.WafLogged = &v -} - -// GetWafBlocked returns the WafBlocked field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetWafBlocked() int32 { - if o == nil || o.WafBlocked == nil { - var ret int32 - return ret - } - return *o.WafBlocked -} - -// GetWafBlockedOk returns a tuple with the WafBlocked field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetWafBlockedOk() (*int32, bool) { - if o == nil || o.WafBlocked == nil { - return nil, false - } - return o.WafBlocked, true -} - -// HasWafBlocked returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasWafBlocked() bool { - if o != nil && o.WafBlocked != nil { - return true - } - - return false -} - -// SetWafBlocked gets a reference to the given int32 and assigns it to the WafBlocked field. -func (o *HistoricalFieldResultsAttributes) SetWafBlocked(v int32) { - o.WafBlocked = &v -} - -// GetWafPassed returns the WafPassed field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetWafPassed() int32 { - if o == nil || o.WafPassed == nil { - var ret int32 - return ret - } - return *o.WafPassed -} - -// GetWafPassedOk returns a tuple with the WafPassed field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetWafPassedOk() (*int32, bool) { - if o == nil || o.WafPassed == nil { - return nil, false - } - return o.WafPassed, true -} - -// HasWafPassed returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasWafPassed() bool { - if o != nil && o.WafPassed != nil { - return true - } - - return false -} - -// SetWafPassed gets a reference to the given int32 and assigns it to the WafPassed field. -func (o *HistoricalFieldResultsAttributes) SetWafPassed(v int32) { - o.WafPassed = &v -} - -// GetAttackReqBodyBytes returns the AttackReqBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetAttackReqBodyBytes() int32 { - if o == nil || o.AttackReqBodyBytes == nil { - var ret int32 - return ret - } - return *o.AttackReqBodyBytes -} - -// GetAttackReqBodyBytesOk returns a tuple with the AttackReqBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetAttackReqBodyBytesOk() (*int32, bool) { - if o == nil || o.AttackReqBodyBytes == nil { - return nil, false - } - return o.AttackReqBodyBytes, true -} - -// HasAttackReqBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasAttackReqBodyBytes() bool { - if o != nil && o.AttackReqBodyBytes != nil { - return true - } - - return false -} - -// SetAttackReqBodyBytes gets a reference to the given int32 and assigns it to the AttackReqBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetAttackReqBodyBytes(v int32) { - o.AttackReqBodyBytes = &v -} - -// GetAttackReqHeaderBytes returns the AttackReqHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetAttackReqHeaderBytes() int32 { - if o == nil || o.AttackReqHeaderBytes == nil { - var ret int32 - return ret - } - return *o.AttackReqHeaderBytes -} - -// GetAttackReqHeaderBytesOk returns a tuple with the AttackReqHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetAttackReqHeaderBytesOk() (*int32, bool) { - if o == nil || o.AttackReqHeaderBytes == nil { - return nil, false - } - return o.AttackReqHeaderBytes, true -} - -// HasAttackReqHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasAttackReqHeaderBytes() bool { - if o != nil && o.AttackReqHeaderBytes != nil { - return true - } - - return false -} - -// SetAttackReqHeaderBytes gets a reference to the given int32 and assigns it to the AttackReqHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetAttackReqHeaderBytes(v int32) { - o.AttackReqHeaderBytes = &v -} - -// GetAttackLoggedReqBodyBytes returns the AttackLoggedReqBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetAttackLoggedReqBodyBytes() int32 { - if o == nil || o.AttackLoggedReqBodyBytes == nil { - var ret int32 - return ret - } - return *o.AttackLoggedReqBodyBytes -} - -// GetAttackLoggedReqBodyBytesOk returns a tuple with the AttackLoggedReqBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetAttackLoggedReqBodyBytesOk() (*int32, bool) { - if o == nil || o.AttackLoggedReqBodyBytes == nil { - return nil, false - } - return o.AttackLoggedReqBodyBytes, true -} - -// HasAttackLoggedReqBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasAttackLoggedReqBodyBytes() bool { - if o != nil && o.AttackLoggedReqBodyBytes != nil { - return true - } - - return false -} - -// SetAttackLoggedReqBodyBytes gets a reference to the given int32 and assigns it to the AttackLoggedReqBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetAttackLoggedReqBodyBytes(v int32) { - o.AttackLoggedReqBodyBytes = &v -} - -// GetAttackLoggedReqHeaderBytes returns the AttackLoggedReqHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetAttackLoggedReqHeaderBytes() int32 { - if o == nil || o.AttackLoggedReqHeaderBytes == nil { - var ret int32 - return ret - } - return *o.AttackLoggedReqHeaderBytes -} - -// GetAttackLoggedReqHeaderBytesOk returns a tuple with the AttackLoggedReqHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetAttackLoggedReqHeaderBytesOk() (*int32, bool) { - if o == nil || o.AttackLoggedReqHeaderBytes == nil { - return nil, false - } - return o.AttackLoggedReqHeaderBytes, true -} - -// HasAttackLoggedReqHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasAttackLoggedReqHeaderBytes() bool { - if o != nil && o.AttackLoggedReqHeaderBytes != nil { - return true - } - - return false -} - -// SetAttackLoggedReqHeaderBytes gets a reference to the given int32 and assigns it to the AttackLoggedReqHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetAttackLoggedReqHeaderBytes(v int32) { - o.AttackLoggedReqHeaderBytes = &v -} - -// GetAttackBlockedReqBodyBytes returns the AttackBlockedReqBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetAttackBlockedReqBodyBytes() int32 { - if o == nil || o.AttackBlockedReqBodyBytes == nil { - var ret int32 - return ret - } - return *o.AttackBlockedReqBodyBytes -} - -// GetAttackBlockedReqBodyBytesOk returns a tuple with the AttackBlockedReqBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetAttackBlockedReqBodyBytesOk() (*int32, bool) { - if o == nil || o.AttackBlockedReqBodyBytes == nil { - return nil, false - } - return o.AttackBlockedReqBodyBytes, true -} - -// HasAttackBlockedReqBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasAttackBlockedReqBodyBytes() bool { - if o != nil && o.AttackBlockedReqBodyBytes != nil { - return true - } - - return false -} - -// SetAttackBlockedReqBodyBytes gets a reference to the given int32 and assigns it to the AttackBlockedReqBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetAttackBlockedReqBodyBytes(v int32) { - o.AttackBlockedReqBodyBytes = &v -} - -// GetAttackBlockedReqHeaderBytes returns the AttackBlockedReqHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetAttackBlockedReqHeaderBytes() int32 { - if o == nil || o.AttackBlockedReqHeaderBytes == nil { - var ret int32 - return ret - } - return *o.AttackBlockedReqHeaderBytes -} - -// GetAttackBlockedReqHeaderBytesOk returns a tuple with the AttackBlockedReqHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetAttackBlockedReqHeaderBytesOk() (*int32, bool) { - if o == nil || o.AttackBlockedReqHeaderBytes == nil { - return nil, false - } - return o.AttackBlockedReqHeaderBytes, true -} - -// HasAttackBlockedReqHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasAttackBlockedReqHeaderBytes() bool { - if o != nil && o.AttackBlockedReqHeaderBytes != nil { - return true - } - - return false -} - -// SetAttackBlockedReqHeaderBytes gets a reference to the given int32 and assigns it to the AttackBlockedReqHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetAttackBlockedReqHeaderBytes(v int32) { - o.AttackBlockedReqHeaderBytes = &v -} - -// GetAttackPassedReqBodyBytes returns the AttackPassedReqBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetAttackPassedReqBodyBytes() int32 { - if o == nil || o.AttackPassedReqBodyBytes == nil { - var ret int32 - return ret - } - return *o.AttackPassedReqBodyBytes -} - -// GetAttackPassedReqBodyBytesOk returns a tuple with the AttackPassedReqBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetAttackPassedReqBodyBytesOk() (*int32, bool) { - if o == nil || o.AttackPassedReqBodyBytes == nil { - return nil, false - } - return o.AttackPassedReqBodyBytes, true -} - -// HasAttackPassedReqBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasAttackPassedReqBodyBytes() bool { - if o != nil && o.AttackPassedReqBodyBytes != nil { - return true - } - - return false -} - -// SetAttackPassedReqBodyBytes gets a reference to the given int32 and assigns it to the AttackPassedReqBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetAttackPassedReqBodyBytes(v int32) { - o.AttackPassedReqBodyBytes = &v -} - -// GetAttackPassedReqHeaderBytes returns the AttackPassedReqHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetAttackPassedReqHeaderBytes() int32 { - if o == nil || o.AttackPassedReqHeaderBytes == nil { - var ret int32 - return ret - } - return *o.AttackPassedReqHeaderBytes -} - -// GetAttackPassedReqHeaderBytesOk returns a tuple with the AttackPassedReqHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetAttackPassedReqHeaderBytesOk() (*int32, bool) { - if o == nil || o.AttackPassedReqHeaderBytes == nil { - return nil, false - } - return o.AttackPassedReqHeaderBytes, true -} - -// HasAttackPassedReqHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasAttackPassedReqHeaderBytes() bool { - if o != nil && o.AttackPassedReqHeaderBytes != nil { - return true - } - - return false -} - -// SetAttackPassedReqHeaderBytes gets a reference to the given int32 and assigns it to the AttackPassedReqHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetAttackPassedReqHeaderBytes(v int32) { - o.AttackPassedReqHeaderBytes = &v -} - -// GetAttackRespSynthBytes returns the AttackRespSynthBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetAttackRespSynthBytes() int32 { - if o == nil || o.AttackRespSynthBytes == nil { - var ret int32 - return ret - } - return *o.AttackRespSynthBytes -} - -// GetAttackRespSynthBytesOk returns a tuple with the AttackRespSynthBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetAttackRespSynthBytesOk() (*int32, bool) { - if o == nil || o.AttackRespSynthBytes == nil { - return nil, false - } - return o.AttackRespSynthBytes, true -} - -// HasAttackRespSynthBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasAttackRespSynthBytes() bool { - if o != nil && o.AttackRespSynthBytes != nil { - return true - } - - return false -} - -// SetAttackRespSynthBytes gets a reference to the given int32 and assigns it to the AttackRespSynthBytes field. -func (o *HistoricalFieldResultsAttributes) SetAttackRespSynthBytes(v int32) { - o.AttackRespSynthBytes = &v -} - -// GetImgopto returns the Imgopto field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetImgopto() int32 { - if o == nil || o.Imgopto == nil { - var ret int32 - return ret - } - return *o.Imgopto -} - -// GetImgoptoOk returns a tuple with the Imgopto field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetImgoptoOk() (*int32, bool) { - if o == nil || o.Imgopto == nil { - return nil, false - } - return o.Imgopto, true -} - -// HasImgopto returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasImgopto() bool { - if o != nil && o.Imgopto != nil { - return true - } - - return false -} - -// SetImgopto gets a reference to the given int32 and assigns it to the Imgopto field. -func (o *HistoricalFieldResultsAttributes) SetImgopto(v int32) { - o.Imgopto = &v -} - -// GetImgoptoRespBodyBytes returns the ImgoptoRespBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetImgoptoRespBodyBytes() int32 { - if o == nil || o.ImgoptoRespBodyBytes == nil { - var ret int32 - return ret - } - return *o.ImgoptoRespBodyBytes -} - -// GetImgoptoRespBodyBytesOk returns a tuple with the ImgoptoRespBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetImgoptoRespBodyBytesOk() (*int32, bool) { - if o == nil || o.ImgoptoRespBodyBytes == nil { - return nil, false - } - return o.ImgoptoRespBodyBytes, true -} - -// HasImgoptoRespBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasImgoptoRespBodyBytes() bool { - if o != nil && o.ImgoptoRespBodyBytes != nil { - return true - } - - return false -} - -// SetImgoptoRespBodyBytes gets a reference to the given int32 and assigns it to the ImgoptoRespBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetImgoptoRespBodyBytes(v int32) { - o.ImgoptoRespBodyBytes = &v -} - -// GetImgoptoRespHeaderBytes returns the ImgoptoRespHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetImgoptoRespHeaderBytes() int32 { - if o == nil || o.ImgoptoRespHeaderBytes == nil { - var ret int32 - return ret - } - return *o.ImgoptoRespHeaderBytes -} - -// GetImgoptoRespHeaderBytesOk returns a tuple with the ImgoptoRespHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetImgoptoRespHeaderBytesOk() (*int32, bool) { - if o == nil || o.ImgoptoRespHeaderBytes == nil { - return nil, false - } - return o.ImgoptoRespHeaderBytes, true -} - -// HasImgoptoRespHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasImgoptoRespHeaderBytes() bool { - if o != nil && o.ImgoptoRespHeaderBytes != nil { - return true - } - - return false -} - -// SetImgoptoRespHeaderBytes gets a reference to the given int32 and assigns it to the ImgoptoRespHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetImgoptoRespHeaderBytes(v int32) { - o.ImgoptoRespHeaderBytes = &v -} - -// GetImgoptoShieldRespBodyBytes returns the ImgoptoShieldRespBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetImgoptoShieldRespBodyBytes() int32 { - if o == nil || o.ImgoptoShieldRespBodyBytes == nil { - var ret int32 - return ret - } - return *o.ImgoptoShieldRespBodyBytes -} - -// GetImgoptoShieldRespBodyBytesOk returns a tuple with the ImgoptoShieldRespBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetImgoptoShieldRespBodyBytesOk() (*int32, bool) { - if o == nil || o.ImgoptoShieldRespBodyBytes == nil { - return nil, false - } - return o.ImgoptoShieldRespBodyBytes, true -} - -// HasImgoptoShieldRespBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasImgoptoShieldRespBodyBytes() bool { - if o != nil && o.ImgoptoShieldRespBodyBytes != nil { - return true - } - - return false -} - -// SetImgoptoShieldRespBodyBytes gets a reference to the given int32 and assigns it to the ImgoptoShieldRespBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetImgoptoShieldRespBodyBytes(v int32) { - o.ImgoptoShieldRespBodyBytes = &v -} - -// GetImgoptoShieldRespHeaderBytes returns the ImgoptoShieldRespHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetImgoptoShieldRespHeaderBytes() int32 { - if o == nil || o.ImgoptoShieldRespHeaderBytes == nil { - var ret int32 - return ret - } - return *o.ImgoptoShieldRespHeaderBytes -} - -// GetImgoptoShieldRespHeaderBytesOk returns a tuple with the ImgoptoShieldRespHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetImgoptoShieldRespHeaderBytesOk() (*int32, bool) { - if o == nil || o.ImgoptoShieldRespHeaderBytes == nil { - return nil, false - } - return o.ImgoptoShieldRespHeaderBytes, true -} - -// HasImgoptoShieldRespHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasImgoptoShieldRespHeaderBytes() bool { - if o != nil && o.ImgoptoShieldRespHeaderBytes != nil { - return true - } - - return false -} - -// SetImgoptoShieldRespHeaderBytes gets a reference to the given int32 and assigns it to the ImgoptoShieldRespHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetImgoptoShieldRespHeaderBytes(v int32) { - o.ImgoptoShieldRespHeaderBytes = &v -} - -// GetImgvideo returns the Imgvideo field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetImgvideo() int32 { - if o == nil || o.Imgvideo == nil { - var ret int32 - return ret - } - return *o.Imgvideo -} - -// GetImgvideoOk returns a tuple with the Imgvideo field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetImgvideoOk() (*int32, bool) { - if o == nil || o.Imgvideo == nil { - return nil, false - } - return o.Imgvideo, true -} - -// HasImgvideo returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasImgvideo() bool { - if o != nil && o.Imgvideo != nil { - return true - } - - return false -} - -// SetImgvideo gets a reference to the given int32 and assigns it to the Imgvideo field. -func (o *HistoricalFieldResultsAttributes) SetImgvideo(v int32) { - o.Imgvideo = &v -} - -// GetImgvideoFrames returns the ImgvideoFrames field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetImgvideoFrames() int32 { - if o == nil || o.ImgvideoFrames == nil { - var ret int32 - return ret - } - return *o.ImgvideoFrames -} - -// GetImgvideoFramesOk returns a tuple with the ImgvideoFrames field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetImgvideoFramesOk() (*int32, bool) { - if o == nil || o.ImgvideoFrames == nil { - return nil, false - } - return o.ImgvideoFrames, true -} - -// HasImgvideoFrames returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasImgvideoFrames() bool { - if o != nil && o.ImgvideoFrames != nil { - return true - } - - return false -} - -// SetImgvideoFrames gets a reference to the given int32 and assigns it to the ImgvideoFrames field. -func (o *HistoricalFieldResultsAttributes) SetImgvideoFrames(v int32) { - o.ImgvideoFrames = &v -} - -// GetImgvideoRespHeaderBytes returns the ImgvideoRespHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetImgvideoRespHeaderBytes() int32 { - if o == nil || o.ImgvideoRespHeaderBytes == nil { - var ret int32 - return ret - } - return *o.ImgvideoRespHeaderBytes -} - -// GetImgvideoRespHeaderBytesOk returns a tuple with the ImgvideoRespHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetImgvideoRespHeaderBytesOk() (*int32, bool) { - if o == nil || o.ImgvideoRespHeaderBytes == nil { - return nil, false - } - return o.ImgvideoRespHeaderBytes, true -} - -// HasImgvideoRespHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasImgvideoRespHeaderBytes() bool { - if o != nil && o.ImgvideoRespHeaderBytes != nil { - return true - } - - return false -} - -// SetImgvideoRespHeaderBytes gets a reference to the given int32 and assigns it to the ImgvideoRespHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetImgvideoRespHeaderBytes(v int32) { - o.ImgvideoRespHeaderBytes = &v -} - -// GetImgvideoRespBodyBytes returns the ImgvideoRespBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetImgvideoRespBodyBytes() int32 { - if o == nil || o.ImgvideoRespBodyBytes == nil { - var ret int32 - return ret - } - return *o.ImgvideoRespBodyBytes -} - -// GetImgvideoRespBodyBytesOk returns a tuple with the ImgvideoRespBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetImgvideoRespBodyBytesOk() (*int32, bool) { - if o == nil || o.ImgvideoRespBodyBytes == nil { - return nil, false - } - return o.ImgvideoRespBodyBytes, true -} - -// HasImgvideoRespBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasImgvideoRespBodyBytes() bool { - if o != nil && o.ImgvideoRespBodyBytes != nil { - return true - } - - return false -} - -// SetImgvideoRespBodyBytes gets a reference to the given int32 and assigns it to the ImgvideoRespBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetImgvideoRespBodyBytes(v int32) { - o.ImgvideoRespBodyBytes = &v -} - -// GetImgvideoShieldRespHeaderBytes returns the ImgvideoShieldRespHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetImgvideoShieldRespHeaderBytes() int32 { - if o == nil || o.ImgvideoShieldRespHeaderBytes == nil { - var ret int32 - return ret - } - return *o.ImgvideoShieldRespHeaderBytes -} - -// GetImgvideoShieldRespHeaderBytesOk returns a tuple with the ImgvideoShieldRespHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetImgvideoShieldRespHeaderBytesOk() (*int32, bool) { - if o == nil || o.ImgvideoShieldRespHeaderBytes == nil { - return nil, false - } - return o.ImgvideoShieldRespHeaderBytes, true -} - -// HasImgvideoShieldRespHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasImgvideoShieldRespHeaderBytes() bool { - if o != nil && o.ImgvideoShieldRespHeaderBytes != nil { - return true - } - - return false -} - -// SetImgvideoShieldRespHeaderBytes gets a reference to the given int32 and assigns it to the ImgvideoShieldRespHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetImgvideoShieldRespHeaderBytes(v int32) { - o.ImgvideoShieldRespHeaderBytes = &v -} - -// GetImgvideoShieldRespBodyBytes returns the ImgvideoShieldRespBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetImgvideoShieldRespBodyBytes() int32 { - if o == nil || o.ImgvideoShieldRespBodyBytes == nil { - var ret int32 - return ret - } - return *o.ImgvideoShieldRespBodyBytes -} - -// GetImgvideoShieldRespBodyBytesOk returns a tuple with the ImgvideoShieldRespBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetImgvideoShieldRespBodyBytesOk() (*int32, bool) { - if o == nil || o.ImgvideoShieldRespBodyBytes == nil { - return nil, false - } - return o.ImgvideoShieldRespBodyBytes, true -} - -// HasImgvideoShieldRespBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasImgvideoShieldRespBodyBytes() bool { - if o != nil && o.ImgvideoShieldRespBodyBytes != nil { - return true - } - - return false -} - -// SetImgvideoShieldRespBodyBytes gets a reference to the given int32 and assigns it to the ImgvideoShieldRespBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetImgvideoShieldRespBodyBytes(v int32) { - o.ImgvideoShieldRespBodyBytes = &v -} - -// GetImgvideoShield returns the ImgvideoShield field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetImgvideoShield() int32 { - if o == nil || o.ImgvideoShield == nil { - var ret int32 - return ret - } - return *o.ImgvideoShield -} - -// GetImgvideoShieldOk returns a tuple with the ImgvideoShield field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetImgvideoShieldOk() (*int32, bool) { - if o == nil || o.ImgvideoShield == nil { - return nil, false - } - return o.ImgvideoShield, true -} - -// HasImgvideoShield returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasImgvideoShield() bool { - if o != nil && o.ImgvideoShield != nil { - return true - } - - return false -} - -// SetImgvideoShield gets a reference to the given int32 and assigns it to the ImgvideoShield field. -func (o *HistoricalFieldResultsAttributes) SetImgvideoShield(v int32) { - o.ImgvideoShield = &v -} - -// GetImgvideoShieldFrames returns the ImgvideoShieldFrames field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetImgvideoShieldFrames() int32 { - if o == nil || o.ImgvideoShieldFrames == nil { - var ret int32 - return ret - } - return *o.ImgvideoShieldFrames -} - -// GetImgvideoShieldFramesOk returns a tuple with the ImgvideoShieldFrames field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetImgvideoShieldFramesOk() (*int32, bool) { - if o == nil || o.ImgvideoShieldFrames == nil { - return nil, false - } - return o.ImgvideoShieldFrames, true -} - -// HasImgvideoShieldFrames returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasImgvideoShieldFrames() bool { - if o != nil && o.ImgvideoShieldFrames != nil { - return true - } - - return false -} - -// SetImgvideoShieldFrames gets a reference to the given int32 and assigns it to the ImgvideoShieldFrames field. -func (o *HistoricalFieldResultsAttributes) SetImgvideoShieldFrames(v int32) { - o.ImgvideoShieldFrames = &v -} - -// GetStatus200 returns the Status200 field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetStatus200() int32 { - if o == nil || o.Status200 == nil { - var ret int32 - return ret - } - return *o.Status200 -} - -// GetStatus200Ok returns a tuple with the Status200 field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetStatus200Ok() (*int32, bool) { - if o == nil || o.Status200 == nil { - return nil, false - } - return o.Status200, true -} - -// HasStatus200 returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasStatus200() bool { - if o != nil && o.Status200 != nil { - return true - } - - return false -} - -// SetStatus200 gets a reference to the given int32 and assigns it to the Status200 field. -func (o *HistoricalFieldResultsAttributes) SetStatus200(v int32) { - o.Status200 = &v -} - -// GetStatus204 returns the Status204 field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetStatus204() int32 { - if o == nil || o.Status204 == nil { - var ret int32 - return ret - } - return *o.Status204 -} - -// GetStatus204Ok returns a tuple with the Status204 field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetStatus204Ok() (*int32, bool) { - if o == nil || o.Status204 == nil { - return nil, false - } - return o.Status204, true -} - -// HasStatus204 returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasStatus204() bool { - if o != nil && o.Status204 != nil { - return true - } - - return false -} - -// SetStatus204 gets a reference to the given int32 and assigns it to the Status204 field. -func (o *HistoricalFieldResultsAttributes) SetStatus204(v int32) { - o.Status204 = &v -} - -// GetStatus206 returns the Status206 field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetStatus206() int32 { - if o == nil || o.Status206 == nil { - var ret int32 - return ret - } - return *o.Status206 -} - -// GetStatus206Ok returns a tuple with the Status206 field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetStatus206Ok() (*int32, bool) { - if o == nil || o.Status206 == nil { - return nil, false - } - return o.Status206, true -} - -// HasStatus206 returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasStatus206() bool { - if o != nil && o.Status206 != nil { - return true - } - - return false -} - -// SetStatus206 gets a reference to the given int32 and assigns it to the Status206 field. -func (o *HistoricalFieldResultsAttributes) SetStatus206(v int32) { - o.Status206 = &v -} - -// GetStatus301 returns the Status301 field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetStatus301() int32 { - if o == nil || o.Status301 == nil { - var ret int32 - return ret - } - return *o.Status301 -} - -// GetStatus301Ok returns a tuple with the Status301 field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetStatus301Ok() (*int32, bool) { - if o == nil || o.Status301 == nil { - return nil, false - } - return o.Status301, true -} - -// HasStatus301 returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasStatus301() bool { - if o != nil && o.Status301 != nil { - return true - } - - return false -} - -// SetStatus301 gets a reference to the given int32 and assigns it to the Status301 field. -func (o *HistoricalFieldResultsAttributes) SetStatus301(v int32) { - o.Status301 = &v -} - -// GetStatus302 returns the Status302 field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetStatus302() int32 { - if o == nil || o.Status302 == nil { - var ret int32 - return ret - } - return *o.Status302 -} - -// GetStatus302Ok returns a tuple with the Status302 field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetStatus302Ok() (*int32, bool) { - if o == nil || o.Status302 == nil { - return nil, false - } - return o.Status302, true -} - -// HasStatus302 returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasStatus302() bool { - if o != nil && o.Status302 != nil { - return true - } - - return false -} - -// SetStatus302 gets a reference to the given int32 and assigns it to the Status302 field. -func (o *HistoricalFieldResultsAttributes) SetStatus302(v int32) { - o.Status302 = &v -} - -// GetStatus304 returns the Status304 field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetStatus304() int32 { - if o == nil || o.Status304 == nil { - var ret int32 - return ret - } - return *o.Status304 -} - -// GetStatus304Ok returns a tuple with the Status304 field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetStatus304Ok() (*int32, bool) { - if o == nil || o.Status304 == nil { - return nil, false - } - return o.Status304, true -} - -// HasStatus304 returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasStatus304() bool { - if o != nil && o.Status304 != nil { - return true - } - - return false -} - -// SetStatus304 gets a reference to the given int32 and assigns it to the Status304 field. -func (o *HistoricalFieldResultsAttributes) SetStatus304(v int32) { - o.Status304 = &v -} - -// GetStatus400 returns the Status400 field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetStatus400() int32 { - if o == nil || o.Status400 == nil { - var ret int32 - return ret - } - return *o.Status400 -} - -// GetStatus400Ok returns a tuple with the Status400 field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetStatus400Ok() (*int32, bool) { - if o == nil || o.Status400 == nil { - return nil, false - } - return o.Status400, true -} - -// HasStatus400 returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasStatus400() bool { - if o != nil && o.Status400 != nil { - return true - } - - return false -} - -// SetStatus400 gets a reference to the given int32 and assigns it to the Status400 field. -func (o *HistoricalFieldResultsAttributes) SetStatus400(v int32) { - o.Status400 = &v -} - -// GetStatus401 returns the Status401 field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetStatus401() int32 { - if o == nil || o.Status401 == nil { - var ret int32 - return ret - } - return *o.Status401 -} - -// GetStatus401Ok returns a tuple with the Status401 field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetStatus401Ok() (*int32, bool) { - if o == nil || o.Status401 == nil { - return nil, false - } - return o.Status401, true -} - -// HasStatus401 returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasStatus401() bool { - if o != nil && o.Status401 != nil { - return true - } - - return false -} - -// SetStatus401 gets a reference to the given int32 and assigns it to the Status401 field. -func (o *HistoricalFieldResultsAttributes) SetStatus401(v int32) { - o.Status401 = &v -} - -// GetStatus403 returns the Status403 field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetStatus403() int32 { - if o == nil || o.Status403 == nil { - var ret int32 - return ret - } - return *o.Status403 -} - -// GetStatus403Ok returns a tuple with the Status403 field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetStatus403Ok() (*int32, bool) { - if o == nil || o.Status403 == nil { - return nil, false - } - return o.Status403, true -} - -// HasStatus403 returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasStatus403() bool { - if o != nil && o.Status403 != nil { - return true - } - - return false -} - -// SetStatus403 gets a reference to the given int32 and assigns it to the Status403 field. -func (o *HistoricalFieldResultsAttributes) SetStatus403(v int32) { - o.Status403 = &v -} - -// GetStatus404 returns the Status404 field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetStatus404() int32 { - if o == nil || o.Status404 == nil { - var ret int32 - return ret - } - return *o.Status404 -} - -// GetStatus404Ok returns a tuple with the Status404 field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetStatus404Ok() (*int32, bool) { - if o == nil || o.Status404 == nil { - return nil, false - } - return o.Status404, true -} - -// HasStatus404 returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasStatus404() bool { - if o != nil && o.Status404 != nil { - return true - } - - return false -} - -// SetStatus404 gets a reference to the given int32 and assigns it to the Status404 field. -func (o *HistoricalFieldResultsAttributes) SetStatus404(v int32) { - o.Status404 = &v -} - -// GetStatus406 returns the Status406 field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetStatus406() int32 { - if o == nil || o.Status406 == nil { - var ret int32 - return ret - } - return *o.Status406 -} - -// GetStatus406Ok returns a tuple with the Status406 field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetStatus406Ok() (*int32, bool) { - if o == nil || o.Status406 == nil { - return nil, false - } - return o.Status406, true -} - -// HasStatus406 returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasStatus406() bool { - if o != nil && o.Status406 != nil { - return true - } - - return false -} - -// SetStatus406 gets a reference to the given int32 and assigns it to the Status406 field. -func (o *HistoricalFieldResultsAttributes) SetStatus406(v int32) { - o.Status406 = &v -} - -// GetStatus416 returns the Status416 field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetStatus416() int32 { - if o == nil || o.Status416 == nil { - var ret int32 - return ret - } - return *o.Status416 -} - -// GetStatus416Ok returns a tuple with the Status416 field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetStatus416Ok() (*int32, bool) { - if o == nil || o.Status416 == nil { - return nil, false - } - return o.Status416, true -} - -// HasStatus416 returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasStatus416() bool { - if o != nil && o.Status416 != nil { - return true - } - - return false -} - -// SetStatus416 gets a reference to the given int32 and assigns it to the Status416 field. -func (o *HistoricalFieldResultsAttributes) SetStatus416(v int32) { - o.Status416 = &v -} - -// GetStatus429 returns the Status429 field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetStatus429() int32 { - if o == nil || o.Status429 == nil { - var ret int32 - return ret - } - return *o.Status429 -} - -// GetStatus429Ok returns a tuple with the Status429 field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetStatus429Ok() (*int32, bool) { - if o == nil || o.Status429 == nil { - return nil, false - } - return o.Status429, true -} - -// HasStatus429 returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasStatus429() bool { - if o != nil && o.Status429 != nil { - return true - } - - return false -} - -// SetStatus429 gets a reference to the given int32 and assigns it to the Status429 field. -func (o *HistoricalFieldResultsAttributes) SetStatus429(v int32) { - o.Status429 = &v -} - -// GetStatus500 returns the Status500 field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetStatus500() int32 { - if o == nil || o.Status500 == nil { - var ret int32 - return ret - } - return *o.Status500 -} - -// GetStatus500Ok returns a tuple with the Status500 field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetStatus500Ok() (*int32, bool) { - if o == nil || o.Status500 == nil { - return nil, false - } - return o.Status500, true -} - -// HasStatus500 returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasStatus500() bool { - if o != nil && o.Status500 != nil { - return true - } - - return false -} - -// SetStatus500 gets a reference to the given int32 and assigns it to the Status500 field. -func (o *HistoricalFieldResultsAttributes) SetStatus500(v int32) { - o.Status500 = &v -} - -// GetStatus501 returns the Status501 field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetStatus501() int32 { - if o == nil || o.Status501 == nil { - var ret int32 - return ret - } - return *o.Status501 -} - -// GetStatus501Ok returns a tuple with the Status501 field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetStatus501Ok() (*int32, bool) { - if o == nil || o.Status501 == nil { - return nil, false - } - return o.Status501, true -} - -// HasStatus501 returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasStatus501() bool { - if o != nil && o.Status501 != nil { - return true - } - - return false -} - -// SetStatus501 gets a reference to the given int32 and assigns it to the Status501 field. -func (o *HistoricalFieldResultsAttributes) SetStatus501(v int32) { - o.Status501 = &v -} - -// GetStatus502 returns the Status502 field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetStatus502() int32 { - if o == nil || o.Status502 == nil { - var ret int32 - return ret - } - return *o.Status502 -} - -// GetStatus502Ok returns a tuple with the Status502 field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetStatus502Ok() (*int32, bool) { - if o == nil || o.Status502 == nil { - return nil, false - } - return o.Status502, true -} - -// HasStatus502 returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasStatus502() bool { - if o != nil && o.Status502 != nil { - return true - } - - return false -} - -// SetStatus502 gets a reference to the given int32 and assigns it to the Status502 field. -func (o *HistoricalFieldResultsAttributes) SetStatus502(v int32) { - o.Status502 = &v -} - -// GetStatus503 returns the Status503 field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetStatus503() int32 { - if o == nil || o.Status503 == nil { - var ret int32 - return ret - } - return *o.Status503 -} - -// GetStatus503Ok returns a tuple with the Status503 field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetStatus503Ok() (*int32, bool) { - if o == nil || o.Status503 == nil { - return nil, false - } - return o.Status503, true -} - -// HasStatus503 returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasStatus503() bool { - if o != nil && o.Status503 != nil { - return true - } - - return false -} - -// SetStatus503 gets a reference to the given int32 and assigns it to the Status503 field. -func (o *HistoricalFieldResultsAttributes) SetStatus503(v int32) { - o.Status503 = &v -} - -// GetStatus504 returns the Status504 field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetStatus504() int32 { - if o == nil || o.Status504 == nil { - var ret int32 - return ret - } - return *o.Status504 -} - -// GetStatus504Ok returns a tuple with the Status504 field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetStatus504Ok() (*int32, bool) { - if o == nil || o.Status504 == nil { - return nil, false - } - return o.Status504, true -} - -// HasStatus504 returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasStatus504() bool { - if o != nil && o.Status504 != nil { - return true - } - - return false -} - -// SetStatus504 gets a reference to the given int32 and assigns it to the Status504 field. -func (o *HistoricalFieldResultsAttributes) SetStatus504(v int32) { - o.Status504 = &v -} - -// GetStatus505 returns the Status505 field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetStatus505() int32 { - if o == nil || o.Status505 == nil { - var ret int32 - return ret - } - return *o.Status505 -} - -// GetStatus505Ok returns a tuple with the Status505 field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetStatus505Ok() (*int32, bool) { - if o == nil || o.Status505 == nil { - return nil, false - } - return o.Status505, true -} - -// HasStatus505 returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasStatus505() bool { - if o != nil && o.Status505 != nil { - return true - } - - return false -} - -// SetStatus505 gets a reference to the given int32 and assigns it to the Status505 field. -func (o *HistoricalFieldResultsAttributes) SetStatus505(v int32) { - o.Status505 = &v -} - -// GetStatus1xx returns the Status1xx field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetStatus1xx() int32 { - if o == nil || o.Status1xx == nil { - var ret int32 - return ret - } - return *o.Status1xx -} - -// GetStatus1xxOk returns a tuple with the Status1xx field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetStatus1xxOk() (*int32, bool) { - if o == nil || o.Status1xx == nil { - return nil, false - } - return o.Status1xx, true -} - -// HasStatus1xx returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasStatus1xx() bool { - if o != nil && o.Status1xx != nil { - return true - } - - return false -} - -// SetStatus1xx gets a reference to the given int32 and assigns it to the Status1xx field. -func (o *HistoricalFieldResultsAttributes) SetStatus1xx(v int32) { - o.Status1xx = &v -} - -// GetStatus2xx returns the Status2xx field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetStatus2xx() int32 { - if o == nil || o.Status2xx == nil { - var ret int32 - return ret - } - return *o.Status2xx -} - -// GetStatus2xxOk returns a tuple with the Status2xx field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetStatus2xxOk() (*int32, bool) { - if o == nil || o.Status2xx == nil { - return nil, false - } - return o.Status2xx, true -} - -// HasStatus2xx returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasStatus2xx() bool { - if o != nil && o.Status2xx != nil { - return true - } - - return false -} - -// SetStatus2xx gets a reference to the given int32 and assigns it to the Status2xx field. -func (o *HistoricalFieldResultsAttributes) SetStatus2xx(v int32) { - o.Status2xx = &v -} - -// GetStatus3xx returns the Status3xx field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetStatus3xx() int32 { - if o == nil || o.Status3xx == nil { - var ret int32 - return ret - } - return *o.Status3xx -} - -// GetStatus3xxOk returns a tuple with the Status3xx field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetStatus3xxOk() (*int32, bool) { - if o == nil || o.Status3xx == nil { - return nil, false - } - return o.Status3xx, true -} - -// HasStatus3xx returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasStatus3xx() bool { - if o != nil && o.Status3xx != nil { - return true - } - - return false -} - -// SetStatus3xx gets a reference to the given int32 and assigns it to the Status3xx field. -func (o *HistoricalFieldResultsAttributes) SetStatus3xx(v int32) { - o.Status3xx = &v -} - -// GetStatus4xx returns the Status4xx field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetStatus4xx() int32 { - if o == nil || o.Status4xx == nil { - var ret int32 - return ret - } - return *o.Status4xx -} - -// GetStatus4xxOk returns a tuple with the Status4xx field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetStatus4xxOk() (*int32, bool) { - if o == nil || o.Status4xx == nil { - return nil, false - } - return o.Status4xx, true -} - -// HasStatus4xx returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasStatus4xx() bool { - if o != nil && o.Status4xx != nil { - return true - } - - return false -} - -// SetStatus4xx gets a reference to the given int32 and assigns it to the Status4xx field. -func (o *HistoricalFieldResultsAttributes) SetStatus4xx(v int32) { - o.Status4xx = &v -} - -// GetStatus5xx returns the Status5xx field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetStatus5xx() int32 { - if o == nil || o.Status5xx == nil { - var ret int32 - return ret - } - return *o.Status5xx -} - -// GetStatus5xxOk returns a tuple with the Status5xx field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetStatus5xxOk() (*int32, bool) { - if o == nil || o.Status5xx == nil { - return nil, false - } - return o.Status5xx, true -} - -// HasStatus5xx returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasStatus5xx() bool { - if o != nil && o.Status5xx != nil { - return true - } - - return false -} - -// SetStatus5xx gets a reference to the given int32 and assigns it to the Status5xx field. -func (o *HistoricalFieldResultsAttributes) SetStatus5xx(v int32) { - o.Status5xx = &v -} - -// GetObjectSize1k returns the ObjectSize1k field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetObjectSize1k() int32 { - if o == nil || o.ObjectSize1k == nil { - var ret int32 - return ret - } - return *o.ObjectSize1k -} - -// GetObjectSize1kOk returns a tuple with the ObjectSize1k field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetObjectSize1kOk() (*int32, bool) { - if o == nil || o.ObjectSize1k == nil { - return nil, false - } - return o.ObjectSize1k, true -} - -// HasObjectSize1k returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasObjectSize1k() bool { - if o != nil && o.ObjectSize1k != nil { - return true - } - - return false -} - -// SetObjectSize1k gets a reference to the given int32 and assigns it to the ObjectSize1k field. -func (o *HistoricalFieldResultsAttributes) SetObjectSize1k(v int32) { - o.ObjectSize1k = &v -} - -// GetObjectSize10k returns the ObjectSize10k field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetObjectSize10k() int32 { - if o == nil || o.ObjectSize10k == nil { - var ret int32 - return ret - } - return *o.ObjectSize10k -} - -// GetObjectSize10kOk returns a tuple with the ObjectSize10k field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetObjectSize10kOk() (*int32, bool) { - if o == nil || o.ObjectSize10k == nil { - return nil, false - } - return o.ObjectSize10k, true -} - -// HasObjectSize10k returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasObjectSize10k() bool { - if o != nil && o.ObjectSize10k != nil { - return true - } - - return false -} - -// SetObjectSize10k gets a reference to the given int32 and assigns it to the ObjectSize10k field. -func (o *HistoricalFieldResultsAttributes) SetObjectSize10k(v int32) { - o.ObjectSize10k = &v -} - -// GetObjectSize100k returns the ObjectSize100k field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetObjectSize100k() int32 { - if o == nil || o.ObjectSize100k == nil { - var ret int32 - return ret - } - return *o.ObjectSize100k -} - -// GetObjectSize100kOk returns a tuple with the ObjectSize100k field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetObjectSize100kOk() (*int32, bool) { - if o == nil || o.ObjectSize100k == nil { - return nil, false - } - return o.ObjectSize100k, true -} - -// HasObjectSize100k returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasObjectSize100k() bool { - if o != nil && o.ObjectSize100k != nil { - return true - } - - return false -} - -// SetObjectSize100k gets a reference to the given int32 and assigns it to the ObjectSize100k field. -func (o *HistoricalFieldResultsAttributes) SetObjectSize100k(v int32) { - o.ObjectSize100k = &v -} - -// GetObjectSize1m returns the ObjectSize1m field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetObjectSize1m() int32 { - if o == nil || o.ObjectSize1m == nil { - var ret int32 - return ret - } - return *o.ObjectSize1m -} - -// GetObjectSize1mOk returns a tuple with the ObjectSize1m field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetObjectSize1mOk() (*int32, bool) { - if o == nil || o.ObjectSize1m == nil { - return nil, false - } - return o.ObjectSize1m, true -} - -// HasObjectSize1m returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasObjectSize1m() bool { - if o != nil && o.ObjectSize1m != nil { - return true - } - - return false -} - -// SetObjectSize1m gets a reference to the given int32 and assigns it to the ObjectSize1m field. -func (o *HistoricalFieldResultsAttributes) SetObjectSize1m(v int32) { - o.ObjectSize1m = &v -} - -// GetObjectSize10m returns the ObjectSize10m field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetObjectSize10m() int32 { - if o == nil || o.ObjectSize10m == nil { - var ret int32 - return ret - } - return *o.ObjectSize10m -} - -// GetObjectSize10mOk returns a tuple with the ObjectSize10m field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetObjectSize10mOk() (*int32, bool) { - if o == nil || o.ObjectSize10m == nil { - return nil, false - } - return o.ObjectSize10m, true -} - -// HasObjectSize10m returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasObjectSize10m() bool { - if o != nil && o.ObjectSize10m != nil { - return true - } - - return false -} - -// SetObjectSize10m gets a reference to the given int32 and assigns it to the ObjectSize10m field. -func (o *HistoricalFieldResultsAttributes) SetObjectSize10m(v int32) { - o.ObjectSize10m = &v -} - -// GetObjectSize100m returns the ObjectSize100m field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetObjectSize100m() int32 { - if o == nil || o.ObjectSize100m == nil { - var ret int32 - return ret - } - return *o.ObjectSize100m -} - -// GetObjectSize100mOk returns a tuple with the ObjectSize100m field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetObjectSize100mOk() (*int32, bool) { - if o == nil || o.ObjectSize100m == nil { - return nil, false - } - return o.ObjectSize100m, true -} - -// HasObjectSize100m returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasObjectSize100m() bool { - if o != nil && o.ObjectSize100m != nil { - return true - } - - return false -} - -// SetObjectSize100m gets a reference to the given int32 and assigns it to the ObjectSize100m field. -func (o *HistoricalFieldResultsAttributes) SetObjectSize100m(v int32) { - o.ObjectSize100m = &v -} - -// GetObjectSize1g returns the ObjectSize1g field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetObjectSize1g() int32 { - if o == nil || o.ObjectSize1g == nil { - var ret int32 - return ret - } - return *o.ObjectSize1g -} - -// GetObjectSize1gOk returns a tuple with the ObjectSize1g field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetObjectSize1gOk() (*int32, bool) { - if o == nil || o.ObjectSize1g == nil { - return nil, false - } - return o.ObjectSize1g, true -} - -// HasObjectSize1g returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasObjectSize1g() bool { - if o != nil && o.ObjectSize1g != nil { - return true - } - - return false -} - -// SetObjectSize1g gets a reference to the given int32 and assigns it to the ObjectSize1g field. -func (o *HistoricalFieldResultsAttributes) SetObjectSize1g(v int32) { - o.ObjectSize1g = &v -} - -// GetRecvSubTime returns the RecvSubTime field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetRecvSubTime() float32 { - if o == nil || o.RecvSubTime == nil { - var ret float32 - return ret - } - return *o.RecvSubTime -} - -// GetRecvSubTimeOk returns a tuple with the RecvSubTime field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetRecvSubTimeOk() (*float32, bool) { - if o == nil || o.RecvSubTime == nil { - return nil, false - } - return o.RecvSubTime, true -} - -// HasRecvSubTime returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasRecvSubTime() bool { - if o != nil && o.RecvSubTime != nil { - return true - } - - return false -} - -// SetRecvSubTime gets a reference to the given float32 and assigns it to the RecvSubTime field. -func (o *HistoricalFieldResultsAttributes) SetRecvSubTime(v float32) { - o.RecvSubTime = &v -} - -// GetRecvSubCount returns the RecvSubCount field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetRecvSubCount() int32 { - if o == nil || o.RecvSubCount == nil { - var ret int32 - return ret - } - return *o.RecvSubCount -} - -// GetRecvSubCountOk returns a tuple with the RecvSubCount field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetRecvSubCountOk() (*int32, bool) { - if o == nil || o.RecvSubCount == nil { - return nil, false - } - return o.RecvSubCount, true -} - -// HasRecvSubCount returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasRecvSubCount() bool { - if o != nil && o.RecvSubCount != nil { - return true - } - - return false -} - -// SetRecvSubCount gets a reference to the given int32 and assigns it to the RecvSubCount field. -func (o *HistoricalFieldResultsAttributes) SetRecvSubCount(v int32) { - o.RecvSubCount = &v -} - -// GetHashSubTime returns the HashSubTime field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetHashSubTime() float32 { - if o == nil || o.HashSubTime == nil { - var ret float32 - return ret - } - return *o.HashSubTime -} - -// GetHashSubTimeOk returns a tuple with the HashSubTime field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetHashSubTimeOk() (*float32, bool) { - if o == nil || o.HashSubTime == nil { - return nil, false - } - return o.HashSubTime, true -} - -// HasHashSubTime returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasHashSubTime() bool { - if o != nil && o.HashSubTime != nil { - return true - } - - return false -} - -// SetHashSubTime gets a reference to the given float32 and assigns it to the HashSubTime field. -func (o *HistoricalFieldResultsAttributes) SetHashSubTime(v float32) { - o.HashSubTime = &v -} - -// GetHashSubCount returns the HashSubCount field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetHashSubCount() int32 { - if o == nil || o.HashSubCount == nil { - var ret int32 - return ret - } - return *o.HashSubCount -} - -// GetHashSubCountOk returns a tuple with the HashSubCount field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetHashSubCountOk() (*int32, bool) { - if o == nil || o.HashSubCount == nil { - return nil, false - } - return o.HashSubCount, true -} - -// HasHashSubCount returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasHashSubCount() bool { - if o != nil && o.HashSubCount != nil { - return true - } - - return false -} - -// SetHashSubCount gets a reference to the given int32 and assigns it to the HashSubCount field. -func (o *HistoricalFieldResultsAttributes) SetHashSubCount(v int32) { - o.HashSubCount = &v -} - -// GetMissSubTime returns the MissSubTime field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetMissSubTime() float32 { - if o == nil || o.MissSubTime == nil { - var ret float32 - return ret - } - return *o.MissSubTime -} - -// GetMissSubTimeOk returns a tuple with the MissSubTime field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetMissSubTimeOk() (*float32, bool) { - if o == nil || o.MissSubTime == nil { - return nil, false - } - return o.MissSubTime, true -} - -// HasMissSubTime returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasMissSubTime() bool { - if o != nil && o.MissSubTime != nil { - return true - } - - return false -} - -// SetMissSubTime gets a reference to the given float32 and assigns it to the MissSubTime field. -func (o *HistoricalFieldResultsAttributes) SetMissSubTime(v float32) { - o.MissSubTime = &v -} - -// GetMissSubCount returns the MissSubCount field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetMissSubCount() int32 { - if o == nil || o.MissSubCount == nil { - var ret int32 - return ret - } - return *o.MissSubCount -} - -// GetMissSubCountOk returns a tuple with the MissSubCount field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetMissSubCountOk() (*int32, bool) { - if o == nil || o.MissSubCount == nil { - return nil, false - } - return o.MissSubCount, true -} - -// HasMissSubCount returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasMissSubCount() bool { - if o != nil && o.MissSubCount != nil { - return true - } - - return false -} - -// SetMissSubCount gets a reference to the given int32 and assigns it to the MissSubCount field. -func (o *HistoricalFieldResultsAttributes) SetMissSubCount(v int32) { - o.MissSubCount = &v -} - -// GetFetchSubTime returns the FetchSubTime field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetFetchSubTime() float32 { - if o == nil || o.FetchSubTime == nil { - var ret float32 - return ret - } - return *o.FetchSubTime -} - -// GetFetchSubTimeOk returns a tuple with the FetchSubTime field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetFetchSubTimeOk() (*float32, bool) { - if o == nil || o.FetchSubTime == nil { - return nil, false - } - return o.FetchSubTime, true -} - -// HasFetchSubTime returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasFetchSubTime() bool { - if o != nil && o.FetchSubTime != nil { - return true - } - - return false -} - -// SetFetchSubTime gets a reference to the given float32 and assigns it to the FetchSubTime field. -func (o *HistoricalFieldResultsAttributes) SetFetchSubTime(v float32) { - o.FetchSubTime = &v -} - -// GetFetchSubCount returns the FetchSubCount field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetFetchSubCount() int32 { - if o == nil || o.FetchSubCount == nil { - var ret int32 - return ret - } - return *o.FetchSubCount -} - -// GetFetchSubCountOk returns a tuple with the FetchSubCount field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetFetchSubCountOk() (*int32, bool) { - if o == nil || o.FetchSubCount == nil { - return nil, false - } - return o.FetchSubCount, true -} - -// HasFetchSubCount returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasFetchSubCount() bool { - if o != nil && o.FetchSubCount != nil { - return true - } - - return false -} - -// SetFetchSubCount gets a reference to the given int32 and assigns it to the FetchSubCount field. -func (o *HistoricalFieldResultsAttributes) SetFetchSubCount(v int32) { - o.FetchSubCount = &v -} - -// GetPassSubTime returns the PassSubTime field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetPassSubTime() float32 { - if o == nil || o.PassSubTime == nil { - var ret float32 - return ret - } - return *o.PassSubTime -} - -// GetPassSubTimeOk returns a tuple with the PassSubTime field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetPassSubTimeOk() (*float32, bool) { - if o == nil || o.PassSubTime == nil { - return nil, false - } - return o.PassSubTime, true -} - -// HasPassSubTime returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasPassSubTime() bool { - if o != nil && o.PassSubTime != nil { - return true - } - - return false -} - -// SetPassSubTime gets a reference to the given float32 and assigns it to the PassSubTime field. -func (o *HistoricalFieldResultsAttributes) SetPassSubTime(v float32) { - o.PassSubTime = &v -} - -// GetPassSubCount returns the PassSubCount field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetPassSubCount() int32 { - if o == nil || o.PassSubCount == nil { - var ret int32 - return ret - } - return *o.PassSubCount -} - -// GetPassSubCountOk returns a tuple with the PassSubCount field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetPassSubCountOk() (*int32, bool) { - if o == nil || o.PassSubCount == nil { - return nil, false - } - return o.PassSubCount, true -} - -// HasPassSubCount returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasPassSubCount() bool { - if o != nil && o.PassSubCount != nil { - return true - } - - return false -} - -// SetPassSubCount gets a reference to the given int32 and assigns it to the PassSubCount field. -func (o *HistoricalFieldResultsAttributes) SetPassSubCount(v int32) { - o.PassSubCount = &v -} - -// GetPipeSubTime returns the PipeSubTime field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetPipeSubTime() float32 { - if o == nil || o.PipeSubTime == nil { - var ret float32 - return ret - } - return *o.PipeSubTime -} - -// GetPipeSubTimeOk returns a tuple with the PipeSubTime field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetPipeSubTimeOk() (*float32, bool) { - if o == nil || o.PipeSubTime == nil { - return nil, false - } - return o.PipeSubTime, true -} - -// HasPipeSubTime returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasPipeSubTime() bool { - if o != nil && o.PipeSubTime != nil { - return true - } - - return false -} - -// SetPipeSubTime gets a reference to the given float32 and assigns it to the PipeSubTime field. -func (o *HistoricalFieldResultsAttributes) SetPipeSubTime(v float32) { - o.PipeSubTime = &v -} - -// GetPipeSubCount returns the PipeSubCount field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetPipeSubCount() int32 { - if o == nil || o.PipeSubCount == nil { - var ret int32 - return ret - } - return *o.PipeSubCount -} - -// GetPipeSubCountOk returns a tuple with the PipeSubCount field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetPipeSubCountOk() (*int32, bool) { - if o == nil || o.PipeSubCount == nil { - return nil, false - } - return o.PipeSubCount, true -} - -// HasPipeSubCount returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasPipeSubCount() bool { - if o != nil && o.PipeSubCount != nil { - return true - } - - return false -} - -// SetPipeSubCount gets a reference to the given int32 and assigns it to the PipeSubCount field. -func (o *HistoricalFieldResultsAttributes) SetPipeSubCount(v int32) { - o.PipeSubCount = &v -} - -// GetDeliverSubTime returns the DeliverSubTime field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetDeliverSubTime() float32 { - if o == nil || o.DeliverSubTime == nil { - var ret float32 - return ret - } - return *o.DeliverSubTime -} - -// GetDeliverSubTimeOk returns a tuple with the DeliverSubTime field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetDeliverSubTimeOk() (*float32, bool) { - if o == nil || o.DeliverSubTime == nil { - return nil, false - } - return o.DeliverSubTime, true -} - -// HasDeliverSubTime returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasDeliverSubTime() bool { - if o != nil && o.DeliverSubTime != nil { - return true - } - - return false -} - -// SetDeliverSubTime gets a reference to the given float32 and assigns it to the DeliverSubTime field. -func (o *HistoricalFieldResultsAttributes) SetDeliverSubTime(v float32) { - o.DeliverSubTime = &v -} - -// GetDeliverSubCount returns the DeliverSubCount field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetDeliverSubCount() int32 { - if o == nil || o.DeliverSubCount == nil { - var ret int32 - return ret - } - return *o.DeliverSubCount -} - -// GetDeliverSubCountOk returns a tuple with the DeliverSubCount field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetDeliverSubCountOk() (*int32, bool) { - if o == nil || o.DeliverSubCount == nil { - return nil, false - } - return o.DeliverSubCount, true -} - -// HasDeliverSubCount returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasDeliverSubCount() bool { - if o != nil && o.DeliverSubCount != nil { - return true - } - - return false -} - -// SetDeliverSubCount gets a reference to the given int32 and assigns it to the DeliverSubCount field. -func (o *HistoricalFieldResultsAttributes) SetDeliverSubCount(v int32) { - o.DeliverSubCount = &v -} - -// GetErrorSubTime returns the ErrorSubTime field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetErrorSubTime() float32 { - if o == nil || o.ErrorSubTime == nil { - var ret float32 - return ret - } - return *o.ErrorSubTime -} - -// GetErrorSubTimeOk returns a tuple with the ErrorSubTime field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetErrorSubTimeOk() (*float32, bool) { - if o == nil || o.ErrorSubTime == nil { - return nil, false - } - return o.ErrorSubTime, true -} - -// HasErrorSubTime returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasErrorSubTime() bool { - if o != nil && o.ErrorSubTime != nil { - return true - } - - return false -} - -// SetErrorSubTime gets a reference to the given float32 and assigns it to the ErrorSubTime field. -func (o *HistoricalFieldResultsAttributes) SetErrorSubTime(v float32) { - o.ErrorSubTime = &v -} - -// GetErrorSubCount returns the ErrorSubCount field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetErrorSubCount() int32 { - if o == nil || o.ErrorSubCount == nil { - var ret int32 - return ret - } - return *o.ErrorSubCount -} - -// GetErrorSubCountOk returns a tuple with the ErrorSubCount field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetErrorSubCountOk() (*int32, bool) { - if o == nil || o.ErrorSubCount == nil { - return nil, false - } - return o.ErrorSubCount, true -} - -// HasErrorSubCount returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasErrorSubCount() bool { - if o != nil && o.ErrorSubCount != nil { - return true - } - - return false -} - -// SetErrorSubCount gets a reference to the given int32 and assigns it to the ErrorSubCount field. -func (o *HistoricalFieldResultsAttributes) SetErrorSubCount(v int32) { - o.ErrorSubCount = &v -} - -// GetHitSubTime returns the HitSubTime field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetHitSubTime() float32 { - if o == nil || o.HitSubTime == nil { - var ret float32 - return ret - } - return *o.HitSubTime -} - -// GetHitSubTimeOk returns a tuple with the HitSubTime field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetHitSubTimeOk() (*float32, bool) { - if o == nil || o.HitSubTime == nil { - return nil, false - } - return o.HitSubTime, true -} - -// HasHitSubTime returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasHitSubTime() bool { - if o != nil && o.HitSubTime != nil { - return true - } - - return false -} - -// SetHitSubTime gets a reference to the given float32 and assigns it to the HitSubTime field. -func (o *HistoricalFieldResultsAttributes) SetHitSubTime(v float32) { - o.HitSubTime = &v -} - -// GetHitSubCount returns the HitSubCount field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetHitSubCount() int32 { - if o == nil || o.HitSubCount == nil { - var ret int32 - return ret - } - return *o.HitSubCount -} - -// GetHitSubCountOk returns a tuple with the HitSubCount field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetHitSubCountOk() (*int32, bool) { - if o == nil || o.HitSubCount == nil { - return nil, false - } - return o.HitSubCount, true -} - -// HasHitSubCount returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasHitSubCount() bool { - if o != nil && o.HitSubCount != nil { - return true - } - - return false -} - -// SetHitSubCount gets a reference to the given int32 and assigns it to the HitSubCount field. -func (o *HistoricalFieldResultsAttributes) SetHitSubCount(v int32) { - o.HitSubCount = &v -} - -// GetPrehashSubTime returns the PrehashSubTime field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetPrehashSubTime() float32 { - if o == nil || o.PrehashSubTime == nil { - var ret float32 - return ret - } - return *o.PrehashSubTime -} - -// GetPrehashSubTimeOk returns a tuple with the PrehashSubTime field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetPrehashSubTimeOk() (*float32, bool) { - if o == nil || o.PrehashSubTime == nil { - return nil, false - } - return o.PrehashSubTime, true -} - -// HasPrehashSubTime returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasPrehashSubTime() bool { - if o != nil && o.PrehashSubTime != nil { - return true - } - - return false -} - -// SetPrehashSubTime gets a reference to the given float32 and assigns it to the PrehashSubTime field. -func (o *HistoricalFieldResultsAttributes) SetPrehashSubTime(v float32) { - o.PrehashSubTime = &v -} - -// GetPrehashSubCount returns the PrehashSubCount field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetPrehashSubCount() int32 { - if o == nil || o.PrehashSubCount == nil { - var ret int32 - return ret - } - return *o.PrehashSubCount -} - -// GetPrehashSubCountOk returns a tuple with the PrehashSubCount field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetPrehashSubCountOk() (*int32, bool) { - if o == nil || o.PrehashSubCount == nil { - return nil, false - } - return o.PrehashSubCount, true -} - -// HasPrehashSubCount returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasPrehashSubCount() bool { - if o != nil && o.PrehashSubCount != nil { - return true - } - - return false -} - -// SetPrehashSubCount gets a reference to the given int32 and assigns it to the PrehashSubCount field. -func (o *HistoricalFieldResultsAttributes) SetPrehashSubCount(v int32) { - o.PrehashSubCount = &v -} - -// GetPredeliverSubTime returns the PredeliverSubTime field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetPredeliverSubTime() float32 { - if o == nil || o.PredeliverSubTime == nil { - var ret float32 - return ret - } - return *o.PredeliverSubTime -} - -// GetPredeliverSubTimeOk returns a tuple with the PredeliverSubTime field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetPredeliverSubTimeOk() (*float32, bool) { - if o == nil || o.PredeliverSubTime == nil { - return nil, false - } - return o.PredeliverSubTime, true -} - -// HasPredeliverSubTime returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasPredeliverSubTime() bool { - if o != nil && o.PredeliverSubTime != nil { - return true - } - - return false -} - -// SetPredeliverSubTime gets a reference to the given float32 and assigns it to the PredeliverSubTime field. -func (o *HistoricalFieldResultsAttributes) SetPredeliverSubTime(v float32) { - o.PredeliverSubTime = &v -} - -// GetPredeliverSubCount returns the PredeliverSubCount field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetPredeliverSubCount() int32 { - if o == nil || o.PredeliverSubCount == nil { - var ret int32 - return ret - } - return *o.PredeliverSubCount -} - -// GetPredeliverSubCountOk returns a tuple with the PredeliverSubCount field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetPredeliverSubCountOk() (*int32, bool) { - if o == nil || o.PredeliverSubCount == nil { - return nil, false - } - return o.PredeliverSubCount, true -} - -// HasPredeliverSubCount returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasPredeliverSubCount() bool { - if o != nil && o.PredeliverSubCount != nil { - return true - } - - return false -} - -// SetPredeliverSubCount gets a reference to the given int32 and assigns it to the PredeliverSubCount field. -func (o *HistoricalFieldResultsAttributes) SetPredeliverSubCount(v int32) { - o.PredeliverSubCount = &v -} - -// GetTLSHandshakeSentBytes returns the TLSHandshakeSentBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetTLSHandshakeSentBytes() int32 { - if o == nil || o.TLSHandshakeSentBytes == nil { - var ret int32 - return ret - } - return *o.TLSHandshakeSentBytes -} - -// GetTLSHandshakeSentBytesOk returns a tuple with the TLSHandshakeSentBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetTLSHandshakeSentBytesOk() (*int32, bool) { - if o == nil || o.TLSHandshakeSentBytes == nil { - return nil, false - } - return o.TLSHandshakeSentBytes, true -} - -// HasTLSHandshakeSentBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasTLSHandshakeSentBytes() bool { - if o != nil && o.TLSHandshakeSentBytes != nil { - return true - } - - return false -} - -// SetTLSHandshakeSentBytes gets a reference to the given int32 and assigns it to the TLSHandshakeSentBytes field. -func (o *HistoricalFieldResultsAttributes) SetTLSHandshakeSentBytes(v int32) { - o.TLSHandshakeSentBytes = &v -} - -// GetHitRespBodyBytes returns the HitRespBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetHitRespBodyBytes() int32 { - if o == nil || o.HitRespBodyBytes == nil { - var ret int32 - return ret - } - return *o.HitRespBodyBytes -} - -// GetHitRespBodyBytesOk returns a tuple with the HitRespBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetHitRespBodyBytesOk() (*int32, bool) { - if o == nil || o.HitRespBodyBytes == nil { - return nil, false - } - return o.HitRespBodyBytes, true -} - -// HasHitRespBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasHitRespBodyBytes() bool { - if o != nil && o.HitRespBodyBytes != nil { - return true - } - - return false -} - -// SetHitRespBodyBytes gets a reference to the given int32 and assigns it to the HitRespBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetHitRespBodyBytes(v int32) { - o.HitRespBodyBytes = &v -} - -// GetMissRespBodyBytes returns the MissRespBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetMissRespBodyBytes() int32 { - if o == nil || o.MissRespBodyBytes == nil { - var ret int32 - return ret - } - return *o.MissRespBodyBytes -} - -// GetMissRespBodyBytesOk returns a tuple with the MissRespBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetMissRespBodyBytesOk() (*int32, bool) { - if o == nil || o.MissRespBodyBytes == nil { - return nil, false - } - return o.MissRespBodyBytes, true -} - -// HasMissRespBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasMissRespBodyBytes() bool { - if o != nil && o.MissRespBodyBytes != nil { - return true - } - - return false -} - -// SetMissRespBodyBytes gets a reference to the given int32 and assigns it to the MissRespBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetMissRespBodyBytes(v int32) { - o.MissRespBodyBytes = &v -} - -// GetPassRespBodyBytes returns the PassRespBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetPassRespBodyBytes() int32 { - if o == nil || o.PassRespBodyBytes == nil { - var ret int32 - return ret - } - return *o.PassRespBodyBytes -} - -// GetPassRespBodyBytesOk returns a tuple with the PassRespBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetPassRespBodyBytesOk() (*int32, bool) { - if o == nil || o.PassRespBodyBytes == nil { - return nil, false - } - return o.PassRespBodyBytes, true -} - -// HasPassRespBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasPassRespBodyBytes() bool { - if o != nil && o.PassRespBodyBytes != nil { - return true - } - - return false -} - -// SetPassRespBodyBytes gets a reference to the given int32 and assigns it to the PassRespBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetPassRespBodyBytes(v int32) { - o.PassRespBodyBytes = &v -} - -// GetSegblockOriginFetches returns the SegblockOriginFetches field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetSegblockOriginFetches() int32 { - if o == nil || o.SegblockOriginFetches == nil { - var ret int32 - return ret - } - return *o.SegblockOriginFetches -} - -// GetSegblockOriginFetchesOk returns a tuple with the SegblockOriginFetches field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetSegblockOriginFetchesOk() (*int32, bool) { - if o == nil || o.SegblockOriginFetches == nil { - return nil, false - } - return o.SegblockOriginFetches, true -} - -// HasSegblockOriginFetches returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasSegblockOriginFetches() bool { - if o != nil && o.SegblockOriginFetches != nil { - return true - } - - return false -} - -// SetSegblockOriginFetches gets a reference to the given int32 and assigns it to the SegblockOriginFetches field. -func (o *HistoricalFieldResultsAttributes) SetSegblockOriginFetches(v int32) { - o.SegblockOriginFetches = &v -} - -// GetSegblockShieldFetches returns the SegblockShieldFetches field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetSegblockShieldFetches() int32 { - if o == nil || o.SegblockShieldFetches == nil { - var ret int32 - return ret - } - return *o.SegblockShieldFetches -} - -// GetSegblockShieldFetchesOk returns a tuple with the SegblockShieldFetches field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetSegblockShieldFetchesOk() (*int32, bool) { - if o == nil || o.SegblockShieldFetches == nil { - return nil, false - } - return o.SegblockShieldFetches, true -} - -// HasSegblockShieldFetches returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasSegblockShieldFetches() bool { - if o != nil && o.SegblockShieldFetches != nil { - return true - } - - return false -} - -// SetSegblockShieldFetches gets a reference to the given int32 and assigns it to the SegblockShieldFetches field. -func (o *HistoricalFieldResultsAttributes) SetSegblockShieldFetches(v int32) { - o.SegblockShieldFetches = &v -} - -// GetComputeRequests returns the ComputeRequests field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetComputeRequests() int32 { - if o == nil || o.ComputeRequests == nil { - var ret int32 - return ret - } - return *o.ComputeRequests -} - -// GetComputeRequestsOk returns a tuple with the ComputeRequests field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetComputeRequestsOk() (*int32, bool) { - if o == nil || o.ComputeRequests == nil { - return nil, false - } - return o.ComputeRequests, true -} - -// HasComputeRequests returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasComputeRequests() bool { - if o != nil && o.ComputeRequests != nil { - return true - } - - return false -} - -// SetComputeRequests gets a reference to the given int32 and assigns it to the ComputeRequests field. -func (o *HistoricalFieldResultsAttributes) SetComputeRequests(v int32) { - o.ComputeRequests = &v -} - -// GetComputeRequestTimeMs returns the ComputeRequestTimeMs field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetComputeRequestTimeMs() float32 { - if o == nil || o.ComputeRequestTimeMs == nil { - var ret float32 - return ret - } - return *o.ComputeRequestTimeMs -} - -// GetComputeRequestTimeMsOk returns a tuple with the ComputeRequestTimeMs field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetComputeRequestTimeMsOk() (*float32, bool) { - if o == nil || o.ComputeRequestTimeMs == nil { - return nil, false - } - return o.ComputeRequestTimeMs, true -} - -// HasComputeRequestTimeMs returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasComputeRequestTimeMs() bool { - if o != nil && o.ComputeRequestTimeMs != nil { - return true - } - - return false -} - -// SetComputeRequestTimeMs gets a reference to the given float32 and assigns it to the ComputeRequestTimeMs field. -func (o *HistoricalFieldResultsAttributes) SetComputeRequestTimeMs(v float32) { - o.ComputeRequestTimeMs = &v -} - -// GetComputeRequestTimeBilledMs returns the ComputeRequestTimeBilledMs field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetComputeRequestTimeBilledMs() float32 { - if o == nil || o.ComputeRequestTimeBilledMs == nil { - var ret float32 - return ret - } - return *o.ComputeRequestTimeBilledMs -} - -// GetComputeRequestTimeBilledMsOk returns a tuple with the ComputeRequestTimeBilledMs field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetComputeRequestTimeBilledMsOk() (*float32, bool) { - if o == nil || o.ComputeRequestTimeBilledMs == nil { - return nil, false - } - return o.ComputeRequestTimeBilledMs, true -} - -// HasComputeRequestTimeBilledMs returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasComputeRequestTimeBilledMs() bool { - if o != nil && o.ComputeRequestTimeBilledMs != nil { - return true - } - - return false -} - -// SetComputeRequestTimeBilledMs gets a reference to the given float32 and assigns it to the ComputeRequestTimeBilledMs field. -func (o *HistoricalFieldResultsAttributes) SetComputeRequestTimeBilledMs(v float32) { - o.ComputeRequestTimeBilledMs = &v -} - -// GetComputeRAMUsed returns the ComputeRAMUsed field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetComputeRAMUsed() int32 { - if o == nil || o.ComputeRAMUsed == nil { - var ret int32 - return ret - } - return *o.ComputeRAMUsed -} - -// GetComputeRAMUsedOk returns a tuple with the ComputeRAMUsed field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetComputeRAMUsedOk() (*int32, bool) { - if o == nil || o.ComputeRAMUsed == nil { - return nil, false - } - return o.ComputeRAMUsed, true -} - -// HasComputeRAMUsed returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasComputeRAMUsed() bool { - if o != nil && o.ComputeRAMUsed != nil { - return true - } - - return false -} - -// SetComputeRAMUsed gets a reference to the given int32 and assigns it to the ComputeRAMUsed field. -func (o *HistoricalFieldResultsAttributes) SetComputeRAMUsed(v int32) { - o.ComputeRAMUsed = &v -} - -// GetComputeExecutionTimeMs returns the ComputeExecutionTimeMs field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetComputeExecutionTimeMs() float32 { - if o == nil || o.ComputeExecutionTimeMs == nil { - var ret float32 - return ret - } - return *o.ComputeExecutionTimeMs -} - -// GetComputeExecutionTimeMsOk returns a tuple with the ComputeExecutionTimeMs field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetComputeExecutionTimeMsOk() (*float32, bool) { - if o == nil || o.ComputeExecutionTimeMs == nil { - return nil, false - } - return o.ComputeExecutionTimeMs, true -} - -// HasComputeExecutionTimeMs returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasComputeExecutionTimeMs() bool { - if o != nil && o.ComputeExecutionTimeMs != nil { - return true - } - - return false -} - -// SetComputeExecutionTimeMs gets a reference to the given float32 and assigns it to the ComputeExecutionTimeMs field. -func (o *HistoricalFieldResultsAttributes) SetComputeExecutionTimeMs(v float32) { - o.ComputeExecutionTimeMs = &v -} - -// GetComputeReqHeaderBytes returns the ComputeReqHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetComputeReqHeaderBytes() int32 { - if o == nil || o.ComputeReqHeaderBytes == nil { - var ret int32 - return ret - } - return *o.ComputeReqHeaderBytes -} - -// GetComputeReqHeaderBytesOk returns a tuple with the ComputeReqHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetComputeReqHeaderBytesOk() (*int32, bool) { - if o == nil || o.ComputeReqHeaderBytes == nil { - return nil, false - } - return o.ComputeReqHeaderBytes, true -} - -// HasComputeReqHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasComputeReqHeaderBytes() bool { - if o != nil && o.ComputeReqHeaderBytes != nil { - return true - } - - return false -} - -// SetComputeReqHeaderBytes gets a reference to the given int32 and assigns it to the ComputeReqHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetComputeReqHeaderBytes(v int32) { - o.ComputeReqHeaderBytes = &v -} - -// GetComputeReqBodyBytes returns the ComputeReqBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetComputeReqBodyBytes() int32 { - if o == nil || o.ComputeReqBodyBytes == nil { - var ret int32 - return ret - } - return *o.ComputeReqBodyBytes -} - -// GetComputeReqBodyBytesOk returns a tuple with the ComputeReqBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetComputeReqBodyBytesOk() (*int32, bool) { - if o == nil || o.ComputeReqBodyBytes == nil { - return nil, false - } - return o.ComputeReqBodyBytes, true -} - -// HasComputeReqBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasComputeReqBodyBytes() bool { - if o != nil && o.ComputeReqBodyBytes != nil { - return true - } - - return false -} - -// SetComputeReqBodyBytes gets a reference to the given int32 and assigns it to the ComputeReqBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetComputeReqBodyBytes(v int32) { - o.ComputeReqBodyBytes = &v -} - -// GetComputeRespHeaderBytes returns the ComputeRespHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetComputeRespHeaderBytes() int32 { - if o == nil || o.ComputeRespHeaderBytes == nil { - var ret int32 - return ret - } - return *o.ComputeRespHeaderBytes -} - -// GetComputeRespHeaderBytesOk returns a tuple with the ComputeRespHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetComputeRespHeaderBytesOk() (*int32, bool) { - if o == nil || o.ComputeRespHeaderBytes == nil { - return nil, false - } - return o.ComputeRespHeaderBytes, true -} - -// HasComputeRespHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasComputeRespHeaderBytes() bool { - if o != nil && o.ComputeRespHeaderBytes != nil { - return true - } - - return false -} - -// SetComputeRespHeaderBytes gets a reference to the given int32 and assigns it to the ComputeRespHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetComputeRespHeaderBytes(v int32) { - o.ComputeRespHeaderBytes = &v -} - -// GetComputeRespBodyBytes returns the ComputeRespBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetComputeRespBodyBytes() int32 { - if o == nil || o.ComputeRespBodyBytes == nil { - var ret int32 - return ret - } - return *o.ComputeRespBodyBytes -} - -// GetComputeRespBodyBytesOk returns a tuple with the ComputeRespBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetComputeRespBodyBytesOk() (*int32, bool) { - if o == nil || o.ComputeRespBodyBytes == nil { - return nil, false - } - return o.ComputeRespBodyBytes, true -} - -// HasComputeRespBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasComputeRespBodyBytes() bool { - if o != nil && o.ComputeRespBodyBytes != nil { - return true - } - - return false -} - -// SetComputeRespBodyBytes gets a reference to the given int32 and assigns it to the ComputeRespBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetComputeRespBodyBytes(v int32) { - o.ComputeRespBodyBytes = &v -} - -// GetComputeRespStatus1xx returns the ComputeRespStatus1xx field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetComputeRespStatus1xx() int32 { - if o == nil || o.ComputeRespStatus1xx == nil { - var ret int32 - return ret - } - return *o.ComputeRespStatus1xx -} - -// GetComputeRespStatus1xxOk returns a tuple with the ComputeRespStatus1xx field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetComputeRespStatus1xxOk() (*int32, bool) { - if o == nil || o.ComputeRespStatus1xx == nil { - return nil, false - } - return o.ComputeRespStatus1xx, true -} - -// HasComputeRespStatus1xx returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasComputeRespStatus1xx() bool { - if o != nil && o.ComputeRespStatus1xx != nil { - return true - } - - return false -} - -// SetComputeRespStatus1xx gets a reference to the given int32 and assigns it to the ComputeRespStatus1xx field. -func (o *HistoricalFieldResultsAttributes) SetComputeRespStatus1xx(v int32) { - o.ComputeRespStatus1xx = &v -} - -// GetComputeRespStatus2xx returns the ComputeRespStatus2xx field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetComputeRespStatus2xx() int32 { - if o == nil || o.ComputeRespStatus2xx == nil { - var ret int32 - return ret - } - return *o.ComputeRespStatus2xx -} - -// GetComputeRespStatus2xxOk returns a tuple with the ComputeRespStatus2xx field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetComputeRespStatus2xxOk() (*int32, bool) { - if o == nil || o.ComputeRespStatus2xx == nil { - return nil, false - } - return o.ComputeRespStatus2xx, true -} - -// HasComputeRespStatus2xx returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasComputeRespStatus2xx() bool { - if o != nil && o.ComputeRespStatus2xx != nil { - return true - } - - return false -} - -// SetComputeRespStatus2xx gets a reference to the given int32 and assigns it to the ComputeRespStatus2xx field. -func (o *HistoricalFieldResultsAttributes) SetComputeRespStatus2xx(v int32) { - o.ComputeRespStatus2xx = &v -} - -// GetComputeRespStatus3xx returns the ComputeRespStatus3xx field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetComputeRespStatus3xx() int32 { - if o == nil || o.ComputeRespStatus3xx == nil { - var ret int32 - return ret - } - return *o.ComputeRespStatus3xx -} - -// GetComputeRespStatus3xxOk returns a tuple with the ComputeRespStatus3xx field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetComputeRespStatus3xxOk() (*int32, bool) { - if o == nil || o.ComputeRespStatus3xx == nil { - return nil, false - } - return o.ComputeRespStatus3xx, true -} - -// HasComputeRespStatus3xx returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasComputeRespStatus3xx() bool { - if o != nil && o.ComputeRespStatus3xx != nil { - return true - } - - return false -} - -// SetComputeRespStatus3xx gets a reference to the given int32 and assigns it to the ComputeRespStatus3xx field. -func (o *HistoricalFieldResultsAttributes) SetComputeRespStatus3xx(v int32) { - o.ComputeRespStatus3xx = &v -} - -// GetComputeRespStatus4xx returns the ComputeRespStatus4xx field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetComputeRespStatus4xx() int32 { - if o == nil || o.ComputeRespStatus4xx == nil { - var ret int32 - return ret - } - return *o.ComputeRespStatus4xx -} - -// GetComputeRespStatus4xxOk returns a tuple with the ComputeRespStatus4xx field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetComputeRespStatus4xxOk() (*int32, bool) { - if o == nil || o.ComputeRespStatus4xx == nil { - return nil, false - } - return o.ComputeRespStatus4xx, true -} - -// HasComputeRespStatus4xx returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasComputeRespStatus4xx() bool { - if o != nil && o.ComputeRespStatus4xx != nil { - return true - } - - return false -} - -// SetComputeRespStatus4xx gets a reference to the given int32 and assigns it to the ComputeRespStatus4xx field. -func (o *HistoricalFieldResultsAttributes) SetComputeRespStatus4xx(v int32) { - o.ComputeRespStatus4xx = &v -} - -// GetComputeRespStatus5xx returns the ComputeRespStatus5xx field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetComputeRespStatus5xx() int32 { - if o == nil || o.ComputeRespStatus5xx == nil { - var ret int32 - return ret - } - return *o.ComputeRespStatus5xx -} - -// GetComputeRespStatus5xxOk returns a tuple with the ComputeRespStatus5xx field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetComputeRespStatus5xxOk() (*int32, bool) { - if o == nil || o.ComputeRespStatus5xx == nil { - return nil, false - } - return o.ComputeRespStatus5xx, true -} - -// HasComputeRespStatus5xx returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasComputeRespStatus5xx() bool { - if o != nil && o.ComputeRespStatus5xx != nil { - return true - } - - return false -} - -// SetComputeRespStatus5xx gets a reference to the given int32 and assigns it to the ComputeRespStatus5xx field. -func (o *HistoricalFieldResultsAttributes) SetComputeRespStatus5xx(v int32) { - o.ComputeRespStatus5xx = &v -} - -// GetComputeBereqHeaderBytes returns the ComputeBereqHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetComputeBereqHeaderBytes() int32 { - if o == nil || o.ComputeBereqHeaderBytes == nil { - var ret int32 - return ret - } - return *o.ComputeBereqHeaderBytes -} - -// GetComputeBereqHeaderBytesOk returns a tuple with the ComputeBereqHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetComputeBereqHeaderBytesOk() (*int32, bool) { - if o == nil || o.ComputeBereqHeaderBytes == nil { - return nil, false - } - return o.ComputeBereqHeaderBytes, true -} - -// HasComputeBereqHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasComputeBereqHeaderBytes() bool { - if o != nil && o.ComputeBereqHeaderBytes != nil { - return true - } - - return false -} - -// SetComputeBereqHeaderBytes gets a reference to the given int32 and assigns it to the ComputeBereqHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetComputeBereqHeaderBytes(v int32) { - o.ComputeBereqHeaderBytes = &v -} - -// GetComputeBereqBodyBytes returns the ComputeBereqBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetComputeBereqBodyBytes() int32 { - if o == nil || o.ComputeBereqBodyBytes == nil { - var ret int32 - return ret - } - return *o.ComputeBereqBodyBytes -} - -// GetComputeBereqBodyBytesOk returns a tuple with the ComputeBereqBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetComputeBereqBodyBytesOk() (*int32, bool) { - if o == nil || o.ComputeBereqBodyBytes == nil { - return nil, false - } - return o.ComputeBereqBodyBytes, true -} - -// HasComputeBereqBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasComputeBereqBodyBytes() bool { - if o != nil && o.ComputeBereqBodyBytes != nil { - return true - } - - return false -} - -// SetComputeBereqBodyBytes gets a reference to the given int32 and assigns it to the ComputeBereqBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetComputeBereqBodyBytes(v int32) { - o.ComputeBereqBodyBytes = &v -} - -// GetComputeBerespHeaderBytes returns the ComputeBerespHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetComputeBerespHeaderBytes() int32 { - if o == nil || o.ComputeBerespHeaderBytes == nil { - var ret int32 - return ret - } - return *o.ComputeBerespHeaderBytes -} - -// GetComputeBerespHeaderBytesOk returns a tuple with the ComputeBerespHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetComputeBerespHeaderBytesOk() (*int32, bool) { - if o == nil || o.ComputeBerespHeaderBytes == nil { - return nil, false - } - return o.ComputeBerespHeaderBytes, true -} - -// HasComputeBerespHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasComputeBerespHeaderBytes() bool { - if o != nil && o.ComputeBerespHeaderBytes != nil { - return true - } - - return false -} - -// SetComputeBerespHeaderBytes gets a reference to the given int32 and assigns it to the ComputeBerespHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetComputeBerespHeaderBytes(v int32) { - o.ComputeBerespHeaderBytes = &v -} - -// GetComputeBerespBodyBytes returns the ComputeBerespBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetComputeBerespBodyBytes() int32 { - if o == nil || o.ComputeBerespBodyBytes == nil { - var ret int32 - return ret - } - return *o.ComputeBerespBodyBytes -} - -// GetComputeBerespBodyBytesOk returns a tuple with the ComputeBerespBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetComputeBerespBodyBytesOk() (*int32, bool) { - if o == nil || o.ComputeBerespBodyBytes == nil { - return nil, false - } - return o.ComputeBerespBodyBytes, true -} - -// HasComputeBerespBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasComputeBerespBodyBytes() bool { - if o != nil && o.ComputeBerespBodyBytes != nil { - return true - } - - return false -} - -// SetComputeBerespBodyBytes gets a reference to the given int32 and assigns it to the ComputeBerespBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetComputeBerespBodyBytes(v int32) { - o.ComputeBerespBodyBytes = &v -} - -// GetComputeBereqs returns the ComputeBereqs field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetComputeBereqs() int32 { - if o == nil || o.ComputeBereqs == nil { - var ret int32 - return ret - } - return *o.ComputeBereqs -} - -// GetComputeBereqsOk returns a tuple with the ComputeBereqs field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetComputeBereqsOk() (*int32, bool) { - if o == nil || o.ComputeBereqs == nil { - return nil, false - } - return o.ComputeBereqs, true -} - -// HasComputeBereqs returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasComputeBereqs() bool { - if o != nil && o.ComputeBereqs != nil { - return true - } - - return false -} - -// SetComputeBereqs gets a reference to the given int32 and assigns it to the ComputeBereqs field. -func (o *HistoricalFieldResultsAttributes) SetComputeBereqs(v int32) { - o.ComputeBereqs = &v -} - -// GetComputeBereqErrors returns the ComputeBereqErrors field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetComputeBereqErrors() int32 { - if o == nil || o.ComputeBereqErrors == nil { - var ret int32 - return ret - } - return *o.ComputeBereqErrors -} - -// GetComputeBereqErrorsOk returns a tuple with the ComputeBereqErrors field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetComputeBereqErrorsOk() (*int32, bool) { - if o == nil || o.ComputeBereqErrors == nil { - return nil, false - } - return o.ComputeBereqErrors, true -} - -// HasComputeBereqErrors returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasComputeBereqErrors() bool { - if o != nil && o.ComputeBereqErrors != nil { - return true - } - - return false -} - -// SetComputeBereqErrors gets a reference to the given int32 and assigns it to the ComputeBereqErrors field. -func (o *HistoricalFieldResultsAttributes) SetComputeBereqErrors(v int32) { - o.ComputeBereqErrors = &v -} - -// GetComputeResourceLimitExceeded returns the ComputeResourceLimitExceeded field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetComputeResourceLimitExceeded() int32 { - if o == nil || o.ComputeResourceLimitExceeded == nil { - var ret int32 - return ret - } - return *o.ComputeResourceLimitExceeded -} - -// GetComputeResourceLimitExceededOk returns a tuple with the ComputeResourceLimitExceeded field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetComputeResourceLimitExceededOk() (*int32, bool) { - if o == nil || o.ComputeResourceLimitExceeded == nil { - return nil, false - } - return o.ComputeResourceLimitExceeded, true -} - -// HasComputeResourceLimitExceeded returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasComputeResourceLimitExceeded() bool { - if o != nil && o.ComputeResourceLimitExceeded != nil { - return true - } - - return false -} - -// SetComputeResourceLimitExceeded gets a reference to the given int32 and assigns it to the ComputeResourceLimitExceeded field. -func (o *HistoricalFieldResultsAttributes) SetComputeResourceLimitExceeded(v int32) { - o.ComputeResourceLimitExceeded = &v -} - -// GetComputeHeapLimitExceeded returns the ComputeHeapLimitExceeded field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetComputeHeapLimitExceeded() int32 { - if o == nil || o.ComputeHeapLimitExceeded == nil { - var ret int32 - return ret - } - return *o.ComputeHeapLimitExceeded -} - -// GetComputeHeapLimitExceededOk returns a tuple with the ComputeHeapLimitExceeded field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetComputeHeapLimitExceededOk() (*int32, bool) { - if o == nil || o.ComputeHeapLimitExceeded == nil { - return nil, false - } - return o.ComputeHeapLimitExceeded, true -} - -// HasComputeHeapLimitExceeded returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasComputeHeapLimitExceeded() bool { - if o != nil && o.ComputeHeapLimitExceeded != nil { - return true - } - - return false -} - -// SetComputeHeapLimitExceeded gets a reference to the given int32 and assigns it to the ComputeHeapLimitExceeded field. -func (o *HistoricalFieldResultsAttributes) SetComputeHeapLimitExceeded(v int32) { - o.ComputeHeapLimitExceeded = &v -} - -// GetComputeStackLimitExceeded returns the ComputeStackLimitExceeded field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetComputeStackLimitExceeded() int32 { - if o == nil || o.ComputeStackLimitExceeded == nil { - var ret int32 - return ret - } - return *o.ComputeStackLimitExceeded -} - -// GetComputeStackLimitExceededOk returns a tuple with the ComputeStackLimitExceeded field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetComputeStackLimitExceededOk() (*int32, bool) { - if o == nil || o.ComputeStackLimitExceeded == nil { - return nil, false - } - return o.ComputeStackLimitExceeded, true -} - -// HasComputeStackLimitExceeded returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasComputeStackLimitExceeded() bool { - if o != nil && o.ComputeStackLimitExceeded != nil { - return true - } - - return false -} - -// SetComputeStackLimitExceeded gets a reference to the given int32 and assigns it to the ComputeStackLimitExceeded field. -func (o *HistoricalFieldResultsAttributes) SetComputeStackLimitExceeded(v int32) { - o.ComputeStackLimitExceeded = &v -} - -// GetComputeGlobalsLimitExceeded returns the ComputeGlobalsLimitExceeded field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetComputeGlobalsLimitExceeded() int32 { - if o == nil || o.ComputeGlobalsLimitExceeded == nil { - var ret int32 - return ret - } - return *o.ComputeGlobalsLimitExceeded -} - -// GetComputeGlobalsLimitExceededOk returns a tuple with the ComputeGlobalsLimitExceeded field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetComputeGlobalsLimitExceededOk() (*int32, bool) { - if o == nil || o.ComputeGlobalsLimitExceeded == nil { - return nil, false - } - return o.ComputeGlobalsLimitExceeded, true -} - -// HasComputeGlobalsLimitExceeded returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasComputeGlobalsLimitExceeded() bool { - if o != nil && o.ComputeGlobalsLimitExceeded != nil { - return true - } - - return false -} - -// SetComputeGlobalsLimitExceeded gets a reference to the given int32 and assigns it to the ComputeGlobalsLimitExceeded field. -func (o *HistoricalFieldResultsAttributes) SetComputeGlobalsLimitExceeded(v int32) { - o.ComputeGlobalsLimitExceeded = &v -} - -// GetComputeGuestErrors returns the ComputeGuestErrors field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetComputeGuestErrors() int32 { - if o == nil || o.ComputeGuestErrors == nil { - var ret int32 - return ret - } - return *o.ComputeGuestErrors -} - -// GetComputeGuestErrorsOk returns a tuple with the ComputeGuestErrors field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetComputeGuestErrorsOk() (*int32, bool) { - if o == nil || o.ComputeGuestErrors == nil { - return nil, false - } - return o.ComputeGuestErrors, true -} - -// HasComputeGuestErrors returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasComputeGuestErrors() bool { - if o != nil && o.ComputeGuestErrors != nil { - return true - } - - return false -} - -// SetComputeGuestErrors gets a reference to the given int32 and assigns it to the ComputeGuestErrors field. -func (o *HistoricalFieldResultsAttributes) SetComputeGuestErrors(v int32) { - o.ComputeGuestErrors = &v -} - -// GetComputeRuntimeErrors returns the ComputeRuntimeErrors field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetComputeRuntimeErrors() int32 { - if o == nil || o.ComputeRuntimeErrors == nil { - var ret int32 - return ret - } - return *o.ComputeRuntimeErrors -} - -// GetComputeRuntimeErrorsOk returns a tuple with the ComputeRuntimeErrors field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetComputeRuntimeErrorsOk() (*int32, bool) { - if o == nil || o.ComputeRuntimeErrors == nil { - return nil, false - } - return o.ComputeRuntimeErrors, true -} - -// HasComputeRuntimeErrors returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasComputeRuntimeErrors() bool { - if o != nil && o.ComputeRuntimeErrors != nil { - return true - } - - return false -} - -// SetComputeRuntimeErrors gets a reference to the given int32 and assigns it to the ComputeRuntimeErrors field. -func (o *HistoricalFieldResultsAttributes) SetComputeRuntimeErrors(v int32) { - o.ComputeRuntimeErrors = &v -} - -// GetEdgeHitRespBodyBytes returns the EdgeHitRespBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetEdgeHitRespBodyBytes() int32 { - if o == nil || o.EdgeHitRespBodyBytes == nil { - var ret int32 - return ret - } - return *o.EdgeHitRespBodyBytes -} - -// GetEdgeHitRespBodyBytesOk returns a tuple with the EdgeHitRespBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetEdgeHitRespBodyBytesOk() (*int32, bool) { - if o == nil || o.EdgeHitRespBodyBytes == nil { - return nil, false - } - return o.EdgeHitRespBodyBytes, true -} - -// HasEdgeHitRespBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasEdgeHitRespBodyBytes() bool { - if o != nil && o.EdgeHitRespBodyBytes != nil { - return true - } - - return false -} - -// SetEdgeHitRespBodyBytes gets a reference to the given int32 and assigns it to the EdgeHitRespBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetEdgeHitRespBodyBytes(v int32) { - o.EdgeHitRespBodyBytes = &v -} - -// GetEdgeHitRespHeaderBytes returns the EdgeHitRespHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetEdgeHitRespHeaderBytes() int32 { - if o == nil || o.EdgeHitRespHeaderBytes == nil { - var ret int32 - return ret - } - return *o.EdgeHitRespHeaderBytes -} - -// GetEdgeHitRespHeaderBytesOk returns a tuple with the EdgeHitRespHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetEdgeHitRespHeaderBytesOk() (*int32, bool) { - if o == nil || o.EdgeHitRespHeaderBytes == nil { - return nil, false - } - return o.EdgeHitRespHeaderBytes, true -} - -// HasEdgeHitRespHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasEdgeHitRespHeaderBytes() bool { - if o != nil && o.EdgeHitRespHeaderBytes != nil { - return true - } - - return false -} - -// SetEdgeHitRespHeaderBytes gets a reference to the given int32 and assigns it to the EdgeHitRespHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetEdgeHitRespHeaderBytes(v int32) { - o.EdgeHitRespHeaderBytes = &v -} - -// GetEdgeMissRespBodyBytes returns the EdgeMissRespBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetEdgeMissRespBodyBytes() int32 { - if o == nil || o.EdgeMissRespBodyBytes == nil { - var ret int32 - return ret - } - return *o.EdgeMissRespBodyBytes -} - -// GetEdgeMissRespBodyBytesOk returns a tuple with the EdgeMissRespBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetEdgeMissRespBodyBytesOk() (*int32, bool) { - if o == nil || o.EdgeMissRespBodyBytes == nil { - return nil, false - } - return o.EdgeMissRespBodyBytes, true -} - -// HasEdgeMissRespBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasEdgeMissRespBodyBytes() bool { - if o != nil && o.EdgeMissRespBodyBytes != nil { - return true - } - - return false -} - -// SetEdgeMissRespBodyBytes gets a reference to the given int32 and assigns it to the EdgeMissRespBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetEdgeMissRespBodyBytes(v int32) { - o.EdgeMissRespBodyBytes = &v -} - -// GetEdgeMissRespHeaderBytes returns the EdgeMissRespHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetEdgeMissRespHeaderBytes() int32 { - if o == nil || o.EdgeMissRespHeaderBytes == nil { - var ret int32 - return ret - } - return *o.EdgeMissRespHeaderBytes -} - -// GetEdgeMissRespHeaderBytesOk returns a tuple with the EdgeMissRespHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetEdgeMissRespHeaderBytesOk() (*int32, bool) { - if o == nil || o.EdgeMissRespHeaderBytes == nil { - return nil, false - } - return o.EdgeMissRespHeaderBytes, true -} - -// HasEdgeMissRespHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasEdgeMissRespHeaderBytes() bool { - if o != nil && o.EdgeMissRespHeaderBytes != nil { - return true - } - - return false -} - -// SetEdgeMissRespHeaderBytes gets a reference to the given int32 and assigns it to the EdgeMissRespHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetEdgeMissRespHeaderBytes(v int32) { - o.EdgeMissRespHeaderBytes = &v -} - -// GetOriginCacheFetchRespBodyBytes returns the OriginCacheFetchRespBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetOriginCacheFetchRespBodyBytes() int32 { - if o == nil || o.OriginCacheFetchRespBodyBytes == nil { - var ret int32 - return ret - } - return *o.OriginCacheFetchRespBodyBytes -} - -// GetOriginCacheFetchRespBodyBytesOk returns a tuple with the OriginCacheFetchRespBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetOriginCacheFetchRespBodyBytesOk() (*int32, bool) { - if o == nil || o.OriginCacheFetchRespBodyBytes == nil { - return nil, false - } - return o.OriginCacheFetchRespBodyBytes, true -} - -// HasOriginCacheFetchRespBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasOriginCacheFetchRespBodyBytes() bool { - if o != nil && o.OriginCacheFetchRespBodyBytes != nil { - return true - } - - return false -} - -// SetOriginCacheFetchRespBodyBytes gets a reference to the given int32 and assigns it to the OriginCacheFetchRespBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetOriginCacheFetchRespBodyBytes(v int32) { - o.OriginCacheFetchRespBodyBytes = &v -} - -// GetOriginCacheFetchRespHeaderBytes returns the OriginCacheFetchRespHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetOriginCacheFetchRespHeaderBytes() int32 { - if o == nil || o.OriginCacheFetchRespHeaderBytes == nil { - var ret int32 - return ret - } - return *o.OriginCacheFetchRespHeaderBytes -} - -// GetOriginCacheFetchRespHeaderBytesOk returns a tuple with the OriginCacheFetchRespHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetOriginCacheFetchRespHeaderBytesOk() (*int32, bool) { - if o == nil || o.OriginCacheFetchRespHeaderBytes == nil { - return nil, false - } - return o.OriginCacheFetchRespHeaderBytes, true -} - -// HasOriginCacheFetchRespHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasOriginCacheFetchRespHeaderBytes() bool { - if o != nil && o.OriginCacheFetchRespHeaderBytes != nil { - return true - } - - return false -} - -// SetOriginCacheFetchRespHeaderBytes gets a reference to the given int32 and assigns it to the OriginCacheFetchRespHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetOriginCacheFetchRespHeaderBytes(v int32) { - o.OriginCacheFetchRespHeaderBytes = &v -} - -// GetShieldHitRequests returns the ShieldHitRequests field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetShieldHitRequests() int32 { - if o == nil || o.ShieldHitRequests == nil { - var ret int32 - return ret - } - return *o.ShieldHitRequests -} - -// GetShieldHitRequestsOk returns a tuple with the ShieldHitRequests field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetShieldHitRequestsOk() (*int32, bool) { - if o == nil || o.ShieldHitRequests == nil { - return nil, false - } - return o.ShieldHitRequests, true -} - -// HasShieldHitRequests returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasShieldHitRequests() bool { - if o != nil && o.ShieldHitRequests != nil { - return true - } - - return false -} - -// SetShieldHitRequests gets a reference to the given int32 and assigns it to the ShieldHitRequests field. -func (o *HistoricalFieldResultsAttributes) SetShieldHitRequests(v int32) { - o.ShieldHitRequests = &v -} - -// GetShieldMissRequests returns the ShieldMissRequests field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetShieldMissRequests() int32 { - if o == nil || o.ShieldMissRequests == nil { - var ret int32 - return ret - } - return *o.ShieldMissRequests -} - -// GetShieldMissRequestsOk returns a tuple with the ShieldMissRequests field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetShieldMissRequestsOk() (*int32, bool) { - if o == nil || o.ShieldMissRequests == nil { - return nil, false - } - return o.ShieldMissRequests, true -} - -// HasShieldMissRequests returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasShieldMissRequests() bool { - if o != nil && o.ShieldMissRequests != nil { - return true - } - - return false -} - -// SetShieldMissRequests gets a reference to the given int32 and assigns it to the ShieldMissRequests field. -func (o *HistoricalFieldResultsAttributes) SetShieldMissRequests(v int32) { - o.ShieldMissRequests = &v -} - -// GetShieldHitRespHeaderBytes returns the ShieldHitRespHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetShieldHitRespHeaderBytes() int32 { - if o == nil || o.ShieldHitRespHeaderBytes == nil { - var ret int32 - return ret - } - return *o.ShieldHitRespHeaderBytes -} - -// GetShieldHitRespHeaderBytesOk returns a tuple with the ShieldHitRespHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetShieldHitRespHeaderBytesOk() (*int32, bool) { - if o == nil || o.ShieldHitRespHeaderBytes == nil { - return nil, false - } - return o.ShieldHitRespHeaderBytes, true -} - -// HasShieldHitRespHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasShieldHitRespHeaderBytes() bool { - if o != nil && o.ShieldHitRespHeaderBytes != nil { - return true - } - - return false -} - -// SetShieldHitRespHeaderBytes gets a reference to the given int32 and assigns it to the ShieldHitRespHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetShieldHitRespHeaderBytes(v int32) { - o.ShieldHitRespHeaderBytes = &v -} - -// GetShieldHitRespBodyBytes returns the ShieldHitRespBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetShieldHitRespBodyBytes() int32 { - if o == nil || o.ShieldHitRespBodyBytes == nil { - var ret int32 - return ret - } - return *o.ShieldHitRespBodyBytes -} - -// GetShieldHitRespBodyBytesOk returns a tuple with the ShieldHitRespBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetShieldHitRespBodyBytesOk() (*int32, bool) { - if o == nil || o.ShieldHitRespBodyBytes == nil { - return nil, false - } - return o.ShieldHitRespBodyBytes, true -} - -// HasShieldHitRespBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasShieldHitRespBodyBytes() bool { - if o != nil && o.ShieldHitRespBodyBytes != nil { - return true - } - - return false -} - -// SetShieldHitRespBodyBytes gets a reference to the given int32 and assigns it to the ShieldHitRespBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetShieldHitRespBodyBytes(v int32) { - o.ShieldHitRespBodyBytes = &v -} - -// GetShieldMissRespHeaderBytes returns the ShieldMissRespHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetShieldMissRespHeaderBytes() int32 { - if o == nil || o.ShieldMissRespHeaderBytes == nil { - var ret int32 - return ret - } - return *o.ShieldMissRespHeaderBytes -} - -// GetShieldMissRespHeaderBytesOk returns a tuple with the ShieldMissRespHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetShieldMissRespHeaderBytesOk() (*int32, bool) { - if o == nil || o.ShieldMissRespHeaderBytes == nil { - return nil, false - } - return o.ShieldMissRespHeaderBytes, true -} - -// HasShieldMissRespHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasShieldMissRespHeaderBytes() bool { - if o != nil && o.ShieldMissRespHeaderBytes != nil { - return true - } - - return false -} - -// SetShieldMissRespHeaderBytes gets a reference to the given int32 and assigns it to the ShieldMissRespHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetShieldMissRespHeaderBytes(v int32) { - o.ShieldMissRespHeaderBytes = &v -} - -// GetShieldMissRespBodyBytes returns the ShieldMissRespBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetShieldMissRespBodyBytes() int32 { - if o == nil || o.ShieldMissRespBodyBytes == nil { - var ret int32 - return ret - } - return *o.ShieldMissRespBodyBytes -} - -// GetShieldMissRespBodyBytesOk returns a tuple with the ShieldMissRespBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetShieldMissRespBodyBytesOk() (*int32, bool) { - if o == nil || o.ShieldMissRespBodyBytes == nil { - return nil, false - } - return o.ShieldMissRespBodyBytes, true -} - -// HasShieldMissRespBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasShieldMissRespBodyBytes() bool { - if o != nil && o.ShieldMissRespBodyBytes != nil { - return true - } - - return false -} - -// SetShieldMissRespBodyBytes gets a reference to the given int32 and assigns it to the ShieldMissRespBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetShieldMissRespBodyBytes(v int32) { - o.ShieldMissRespBodyBytes = &v -} - -// GetWebsocketReqHeaderBytes returns the WebsocketReqHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetWebsocketReqHeaderBytes() int32 { - if o == nil || o.WebsocketReqHeaderBytes == nil { - var ret int32 - return ret - } - return *o.WebsocketReqHeaderBytes -} - -// GetWebsocketReqHeaderBytesOk returns a tuple with the WebsocketReqHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetWebsocketReqHeaderBytesOk() (*int32, bool) { - if o == nil || o.WebsocketReqHeaderBytes == nil { - return nil, false - } - return o.WebsocketReqHeaderBytes, true -} - -// HasWebsocketReqHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasWebsocketReqHeaderBytes() bool { - if o != nil && o.WebsocketReqHeaderBytes != nil { - return true - } - - return false -} - -// SetWebsocketReqHeaderBytes gets a reference to the given int32 and assigns it to the WebsocketReqHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetWebsocketReqHeaderBytes(v int32) { - o.WebsocketReqHeaderBytes = &v -} - -// GetWebsocketReqBodyBytes returns the WebsocketReqBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetWebsocketReqBodyBytes() int32 { - if o == nil || o.WebsocketReqBodyBytes == nil { - var ret int32 - return ret - } - return *o.WebsocketReqBodyBytes -} - -// GetWebsocketReqBodyBytesOk returns a tuple with the WebsocketReqBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetWebsocketReqBodyBytesOk() (*int32, bool) { - if o == nil || o.WebsocketReqBodyBytes == nil { - return nil, false - } - return o.WebsocketReqBodyBytes, true -} - -// HasWebsocketReqBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasWebsocketReqBodyBytes() bool { - if o != nil && o.WebsocketReqBodyBytes != nil { - return true - } - - return false -} - -// SetWebsocketReqBodyBytes gets a reference to the given int32 and assigns it to the WebsocketReqBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetWebsocketReqBodyBytes(v int32) { - o.WebsocketReqBodyBytes = &v -} - -// GetWebsocketRespHeaderBytes returns the WebsocketRespHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetWebsocketRespHeaderBytes() int32 { - if o == nil || o.WebsocketRespHeaderBytes == nil { - var ret int32 - return ret - } - return *o.WebsocketRespHeaderBytes -} - -// GetWebsocketRespHeaderBytesOk returns a tuple with the WebsocketRespHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetWebsocketRespHeaderBytesOk() (*int32, bool) { - if o == nil || o.WebsocketRespHeaderBytes == nil { - return nil, false - } - return o.WebsocketRespHeaderBytes, true -} - -// HasWebsocketRespHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasWebsocketRespHeaderBytes() bool { - if o != nil && o.WebsocketRespHeaderBytes != nil { - return true - } - - return false -} - -// SetWebsocketRespHeaderBytes gets a reference to the given int32 and assigns it to the WebsocketRespHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetWebsocketRespHeaderBytes(v int32) { - o.WebsocketRespHeaderBytes = &v -} - -// GetWebsocketRespBodyBytes returns the WebsocketRespBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetWebsocketRespBodyBytes() int32 { - if o == nil || o.WebsocketRespBodyBytes == nil { - var ret int32 - return ret - } - return *o.WebsocketRespBodyBytes -} - -// GetWebsocketRespBodyBytesOk returns a tuple with the WebsocketRespBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetWebsocketRespBodyBytesOk() (*int32, bool) { - if o == nil || o.WebsocketRespBodyBytes == nil { - return nil, false - } - return o.WebsocketRespBodyBytes, true -} - -// HasWebsocketRespBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasWebsocketRespBodyBytes() bool { - if o != nil && o.WebsocketRespBodyBytes != nil { - return true - } - - return false -} - -// SetWebsocketRespBodyBytes gets a reference to the given int32 and assigns it to the WebsocketRespBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetWebsocketRespBodyBytes(v int32) { - o.WebsocketRespBodyBytes = &v -} - -// GetWebsocketBereqHeaderBytes returns the WebsocketBereqHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetWebsocketBereqHeaderBytes() int32 { - if o == nil || o.WebsocketBereqHeaderBytes == nil { - var ret int32 - return ret - } - return *o.WebsocketBereqHeaderBytes -} - -// GetWebsocketBereqHeaderBytesOk returns a tuple with the WebsocketBereqHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetWebsocketBereqHeaderBytesOk() (*int32, bool) { - if o == nil || o.WebsocketBereqHeaderBytes == nil { - return nil, false - } - return o.WebsocketBereqHeaderBytes, true -} - -// HasWebsocketBereqHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasWebsocketBereqHeaderBytes() bool { - if o != nil && o.WebsocketBereqHeaderBytes != nil { - return true - } - - return false -} - -// SetWebsocketBereqHeaderBytes gets a reference to the given int32 and assigns it to the WebsocketBereqHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetWebsocketBereqHeaderBytes(v int32) { - o.WebsocketBereqHeaderBytes = &v -} - -// GetWebsocketBereqBodyBytes returns the WebsocketBereqBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetWebsocketBereqBodyBytes() int32 { - if o == nil || o.WebsocketBereqBodyBytes == nil { - var ret int32 - return ret - } - return *o.WebsocketBereqBodyBytes -} - -// GetWebsocketBereqBodyBytesOk returns a tuple with the WebsocketBereqBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetWebsocketBereqBodyBytesOk() (*int32, bool) { - if o == nil || o.WebsocketBereqBodyBytes == nil { - return nil, false - } - return o.WebsocketBereqBodyBytes, true -} - -// HasWebsocketBereqBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasWebsocketBereqBodyBytes() bool { - if o != nil && o.WebsocketBereqBodyBytes != nil { - return true - } - - return false -} - -// SetWebsocketBereqBodyBytes gets a reference to the given int32 and assigns it to the WebsocketBereqBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetWebsocketBereqBodyBytes(v int32) { - o.WebsocketBereqBodyBytes = &v -} - -// GetWebsocketBerespHeaderBytes returns the WebsocketBerespHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetWebsocketBerespHeaderBytes() int32 { - if o == nil || o.WebsocketBerespHeaderBytes == nil { - var ret int32 - return ret - } - return *o.WebsocketBerespHeaderBytes -} - -// GetWebsocketBerespHeaderBytesOk returns a tuple with the WebsocketBerespHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetWebsocketBerespHeaderBytesOk() (*int32, bool) { - if o == nil || o.WebsocketBerespHeaderBytes == nil { - return nil, false - } - return o.WebsocketBerespHeaderBytes, true -} - -// HasWebsocketBerespHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasWebsocketBerespHeaderBytes() bool { - if o != nil && o.WebsocketBerespHeaderBytes != nil { - return true - } - - return false -} - -// SetWebsocketBerespHeaderBytes gets a reference to the given int32 and assigns it to the WebsocketBerespHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetWebsocketBerespHeaderBytes(v int32) { - o.WebsocketBerespHeaderBytes = &v -} - -// GetWebsocketBerespBodyBytes returns the WebsocketBerespBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetWebsocketBerespBodyBytes() int32 { - if o == nil || o.WebsocketBerespBodyBytes == nil { - var ret int32 - return ret - } - return *o.WebsocketBerespBodyBytes -} - -// GetWebsocketBerespBodyBytesOk returns a tuple with the WebsocketBerespBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetWebsocketBerespBodyBytesOk() (*int32, bool) { - if o == nil || o.WebsocketBerespBodyBytes == nil { - return nil, false - } - return o.WebsocketBerespBodyBytes, true -} - -// HasWebsocketBerespBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasWebsocketBerespBodyBytes() bool { - if o != nil && o.WebsocketBerespBodyBytes != nil { - return true - } - - return false -} - -// SetWebsocketBerespBodyBytes gets a reference to the given int32 and assigns it to the WebsocketBerespBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetWebsocketBerespBodyBytes(v int32) { - o.WebsocketBerespBodyBytes = &v -} - -// GetWebsocketConnTimeMs returns the WebsocketConnTimeMs field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetWebsocketConnTimeMs() int32 { - if o == nil || o.WebsocketConnTimeMs == nil { - var ret int32 - return ret - } - return *o.WebsocketConnTimeMs -} - -// GetWebsocketConnTimeMsOk returns a tuple with the WebsocketConnTimeMs field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetWebsocketConnTimeMsOk() (*int32, bool) { - if o == nil || o.WebsocketConnTimeMs == nil { - return nil, false - } - return o.WebsocketConnTimeMs, true -} - -// HasWebsocketConnTimeMs returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasWebsocketConnTimeMs() bool { - if o != nil && o.WebsocketConnTimeMs != nil { - return true - } - - return false -} - -// SetWebsocketConnTimeMs gets a reference to the given int32 and assigns it to the WebsocketConnTimeMs field. -func (o *HistoricalFieldResultsAttributes) SetWebsocketConnTimeMs(v int32) { - o.WebsocketConnTimeMs = &v -} - -// GetFanoutRecvPublishes returns the FanoutRecvPublishes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetFanoutRecvPublishes() int32 { - if o == nil || o.FanoutRecvPublishes == nil { - var ret int32 - return ret - } - return *o.FanoutRecvPublishes -} - -// GetFanoutRecvPublishesOk returns a tuple with the FanoutRecvPublishes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetFanoutRecvPublishesOk() (*int32, bool) { - if o == nil || o.FanoutRecvPublishes == nil { - return nil, false - } - return o.FanoutRecvPublishes, true -} - -// HasFanoutRecvPublishes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasFanoutRecvPublishes() bool { - if o != nil && o.FanoutRecvPublishes != nil { - return true - } - - return false -} - -// SetFanoutRecvPublishes gets a reference to the given int32 and assigns it to the FanoutRecvPublishes field. -func (o *HistoricalFieldResultsAttributes) SetFanoutRecvPublishes(v int32) { - o.FanoutRecvPublishes = &v -} - -// GetFanoutSendPublishes returns the FanoutSendPublishes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetFanoutSendPublishes() int32 { - if o == nil || o.FanoutSendPublishes == nil { - var ret int32 - return ret - } - return *o.FanoutSendPublishes -} - -// GetFanoutSendPublishesOk returns a tuple with the FanoutSendPublishes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetFanoutSendPublishesOk() (*int32, bool) { - if o == nil || o.FanoutSendPublishes == nil { - return nil, false - } - return o.FanoutSendPublishes, true -} - -// HasFanoutSendPublishes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasFanoutSendPublishes() bool { - if o != nil && o.FanoutSendPublishes != nil { - return true - } - - return false -} - -// SetFanoutSendPublishes gets a reference to the given int32 and assigns it to the FanoutSendPublishes field. -func (o *HistoricalFieldResultsAttributes) SetFanoutSendPublishes(v int32) { - o.FanoutSendPublishes = &v -} - -// GetKvStoreClassAOperations returns the KvStoreClassAOperations field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetKvStoreClassAOperations() int32 { - if o == nil || o.KvStoreClassAOperations == nil { - var ret int32 - return ret - } - return *o.KvStoreClassAOperations -} - -// GetKvStoreClassAOperationsOk returns a tuple with the KvStoreClassAOperations field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetKvStoreClassAOperationsOk() (*int32, bool) { - if o == nil || o.KvStoreClassAOperations == nil { - return nil, false - } - return o.KvStoreClassAOperations, true -} - -// HasKvStoreClassAOperations returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasKvStoreClassAOperations() bool { - if o != nil && o.KvStoreClassAOperations != nil { - return true - } - - return false -} - -// SetKvStoreClassAOperations gets a reference to the given int32 and assigns it to the KvStoreClassAOperations field. -func (o *HistoricalFieldResultsAttributes) SetKvStoreClassAOperations(v int32) { - o.KvStoreClassAOperations = &v -} - -// GetKvStoreClassBOperations returns the KvStoreClassBOperations field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetKvStoreClassBOperations() int32 { - if o == nil || o.KvStoreClassBOperations == nil { - var ret int32 - return ret - } - return *o.KvStoreClassBOperations -} - -// GetKvStoreClassBOperationsOk returns a tuple with the KvStoreClassBOperations field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetKvStoreClassBOperationsOk() (*int32, bool) { - if o == nil || o.KvStoreClassBOperations == nil { - return nil, false - } - return o.KvStoreClassBOperations, true -} - -// HasKvStoreClassBOperations returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasKvStoreClassBOperations() bool { - if o != nil && o.KvStoreClassBOperations != nil { - return true - } - - return false -} - -// SetKvStoreClassBOperations gets a reference to the given int32 and assigns it to the KvStoreClassBOperations field. -func (o *HistoricalFieldResultsAttributes) SetKvStoreClassBOperations(v int32) { - o.KvStoreClassBOperations = &v -} - -// GetObjectStoreClassAOperations returns the ObjectStoreClassAOperations field value if set, zero value otherwise. -// Deprecated -func (o *HistoricalFieldResultsAttributes) GetObjectStoreClassAOperations() int32 { - if o == nil || o.ObjectStoreClassAOperations == nil { - var ret int32 - return ret - } - return *o.ObjectStoreClassAOperations -} - -// GetObjectStoreClassAOperationsOk returns a tuple with the ObjectStoreClassAOperations field value if set, nil otherwise -// and a boolean to check if the value has been set. -// Deprecated -func (o *HistoricalFieldResultsAttributes) GetObjectStoreClassAOperationsOk() (*int32, bool) { - if o == nil || o.ObjectStoreClassAOperations == nil { - return nil, false - } - return o.ObjectStoreClassAOperations, true -} - -// HasObjectStoreClassAOperations returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasObjectStoreClassAOperations() bool { - if o != nil && o.ObjectStoreClassAOperations != nil { - return true - } - - return false -} - -// SetObjectStoreClassAOperations gets a reference to the given int32 and assigns it to the ObjectStoreClassAOperations field. -// Deprecated -func (o *HistoricalFieldResultsAttributes) SetObjectStoreClassAOperations(v int32) { - o.ObjectStoreClassAOperations = &v -} - -// GetObjectStoreClassBOperations returns the ObjectStoreClassBOperations field value if set, zero value otherwise. -// Deprecated -func (o *HistoricalFieldResultsAttributes) GetObjectStoreClassBOperations() int32 { - if o == nil || o.ObjectStoreClassBOperations == nil { - var ret int32 - return ret - } - return *o.ObjectStoreClassBOperations -} - -// GetObjectStoreClassBOperationsOk returns a tuple with the ObjectStoreClassBOperations field value if set, nil otherwise -// and a boolean to check if the value has been set. -// Deprecated -func (o *HistoricalFieldResultsAttributes) GetObjectStoreClassBOperationsOk() (*int32, bool) { - if o == nil || o.ObjectStoreClassBOperations == nil { - return nil, false - } - return o.ObjectStoreClassBOperations, true -} - -// HasObjectStoreClassBOperations returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasObjectStoreClassBOperations() bool { - if o != nil && o.ObjectStoreClassBOperations != nil { - return true - } - - return false -} - -// SetObjectStoreClassBOperations gets a reference to the given int32 and assigns it to the ObjectStoreClassBOperations field. -// Deprecated -func (o *HistoricalFieldResultsAttributes) SetObjectStoreClassBOperations(v int32) { - o.ObjectStoreClassBOperations = &v -} - -// GetFanoutReqHeaderBytes returns the FanoutReqHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetFanoutReqHeaderBytes() int32 { - if o == nil || o.FanoutReqHeaderBytes == nil { - var ret int32 - return ret - } - return *o.FanoutReqHeaderBytes -} - -// GetFanoutReqHeaderBytesOk returns a tuple with the FanoutReqHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetFanoutReqHeaderBytesOk() (*int32, bool) { - if o == nil || o.FanoutReqHeaderBytes == nil { - return nil, false - } - return o.FanoutReqHeaderBytes, true -} - -// HasFanoutReqHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasFanoutReqHeaderBytes() bool { - if o != nil && o.FanoutReqHeaderBytes != nil { - return true - } - - return false -} - -// SetFanoutReqHeaderBytes gets a reference to the given int32 and assigns it to the FanoutReqHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetFanoutReqHeaderBytes(v int32) { - o.FanoutReqHeaderBytes = &v -} - -// GetFanoutReqBodyBytes returns the FanoutReqBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetFanoutReqBodyBytes() int32 { - if o == nil || o.FanoutReqBodyBytes == nil { - var ret int32 - return ret - } - return *o.FanoutReqBodyBytes -} - -// GetFanoutReqBodyBytesOk returns a tuple with the FanoutReqBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetFanoutReqBodyBytesOk() (*int32, bool) { - if o == nil || o.FanoutReqBodyBytes == nil { - return nil, false - } - return o.FanoutReqBodyBytes, true -} - -// HasFanoutReqBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasFanoutReqBodyBytes() bool { - if o != nil && o.FanoutReqBodyBytes != nil { - return true - } - - return false -} - -// SetFanoutReqBodyBytes gets a reference to the given int32 and assigns it to the FanoutReqBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetFanoutReqBodyBytes(v int32) { - o.FanoutReqBodyBytes = &v -} - -// GetFanoutRespHeaderBytes returns the FanoutRespHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetFanoutRespHeaderBytes() int32 { - if o == nil || o.FanoutRespHeaderBytes == nil { - var ret int32 - return ret - } - return *o.FanoutRespHeaderBytes -} - -// GetFanoutRespHeaderBytesOk returns a tuple with the FanoutRespHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetFanoutRespHeaderBytesOk() (*int32, bool) { - if o == nil || o.FanoutRespHeaderBytes == nil { - return nil, false - } - return o.FanoutRespHeaderBytes, true -} - -// HasFanoutRespHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasFanoutRespHeaderBytes() bool { - if o != nil && o.FanoutRespHeaderBytes != nil { - return true - } - - return false -} - -// SetFanoutRespHeaderBytes gets a reference to the given int32 and assigns it to the FanoutRespHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetFanoutRespHeaderBytes(v int32) { - o.FanoutRespHeaderBytes = &v -} - -// GetFanoutRespBodyBytes returns the FanoutRespBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetFanoutRespBodyBytes() int32 { - if o == nil || o.FanoutRespBodyBytes == nil { - var ret int32 - return ret - } - return *o.FanoutRespBodyBytes -} - -// GetFanoutRespBodyBytesOk returns a tuple with the FanoutRespBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetFanoutRespBodyBytesOk() (*int32, bool) { - if o == nil || o.FanoutRespBodyBytes == nil { - return nil, false - } - return o.FanoutRespBodyBytes, true -} - -// HasFanoutRespBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasFanoutRespBodyBytes() bool { - if o != nil && o.FanoutRespBodyBytes != nil { - return true - } - - return false -} - -// SetFanoutRespBodyBytes gets a reference to the given int32 and assigns it to the FanoutRespBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetFanoutRespBodyBytes(v int32) { - o.FanoutRespBodyBytes = &v -} - -// GetFanoutBereqHeaderBytes returns the FanoutBereqHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetFanoutBereqHeaderBytes() int32 { - if o == nil || o.FanoutBereqHeaderBytes == nil { - var ret int32 - return ret - } - return *o.FanoutBereqHeaderBytes -} - -// GetFanoutBereqHeaderBytesOk returns a tuple with the FanoutBereqHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetFanoutBereqHeaderBytesOk() (*int32, bool) { - if o == nil || o.FanoutBereqHeaderBytes == nil { - return nil, false - } - return o.FanoutBereqHeaderBytes, true -} - -// HasFanoutBereqHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasFanoutBereqHeaderBytes() bool { - if o != nil && o.FanoutBereqHeaderBytes != nil { - return true - } - - return false -} - -// SetFanoutBereqHeaderBytes gets a reference to the given int32 and assigns it to the FanoutBereqHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetFanoutBereqHeaderBytes(v int32) { - o.FanoutBereqHeaderBytes = &v -} - -// GetFanoutBereqBodyBytes returns the FanoutBereqBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetFanoutBereqBodyBytes() int32 { - if o == nil || o.FanoutBereqBodyBytes == nil { - var ret int32 - return ret - } - return *o.FanoutBereqBodyBytes -} - -// GetFanoutBereqBodyBytesOk returns a tuple with the FanoutBereqBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetFanoutBereqBodyBytesOk() (*int32, bool) { - if o == nil || o.FanoutBereqBodyBytes == nil { - return nil, false - } - return o.FanoutBereqBodyBytes, true -} - -// HasFanoutBereqBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasFanoutBereqBodyBytes() bool { - if o != nil && o.FanoutBereqBodyBytes != nil { - return true - } - - return false -} - -// SetFanoutBereqBodyBytes gets a reference to the given int32 and assigns it to the FanoutBereqBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetFanoutBereqBodyBytes(v int32) { - o.FanoutBereqBodyBytes = &v -} - -// GetFanoutBerespHeaderBytes returns the FanoutBerespHeaderBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetFanoutBerespHeaderBytes() int32 { - if o == nil || o.FanoutBerespHeaderBytes == nil { - var ret int32 - return ret - } - return *o.FanoutBerespHeaderBytes -} - -// GetFanoutBerespHeaderBytesOk returns a tuple with the FanoutBerespHeaderBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetFanoutBerespHeaderBytesOk() (*int32, bool) { - if o == nil || o.FanoutBerespHeaderBytes == nil { - return nil, false - } - return o.FanoutBerespHeaderBytes, true -} - -// HasFanoutBerespHeaderBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasFanoutBerespHeaderBytes() bool { - if o != nil && o.FanoutBerespHeaderBytes != nil { - return true - } - - return false -} - -// SetFanoutBerespHeaderBytes gets a reference to the given int32 and assigns it to the FanoutBerespHeaderBytes field. -func (o *HistoricalFieldResultsAttributes) SetFanoutBerespHeaderBytes(v int32) { - o.FanoutBerespHeaderBytes = &v -} - -// GetFanoutBerespBodyBytes returns the FanoutBerespBodyBytes field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetFanoutBerespBodyBytes() int32 { - if o == nil || o.FanoutBerespBodyBytes == nil { - var ret int32 - return ret - } - return *o.FanoutBerespBodyBytes -} - -// GetFanoutBerespBodyBytesOk returns a tuple with the FanoutBerespBodyBytes field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetFanoutBerespBodyBytesOk() (*int32, bool) { - if o == nil || o.FanoutBerespBodyBytes == nil { - return nil, false - } - return o.FanoutBerespBodyBytes, true -} - -// HasFanoutBerespBodyBytes returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasFanoutBerespBodyBytes() bool { - if o != nil && o.FanoutBerespBodyBytes != nil { - return true - } - - return false -} - -// SetFanoutBerespBodyBytes gets a reference to the given int32 and assigns it to the FanoutBerespBodyBytes field. -func (o *HistoricalFieldResultsAttributes) SetFanoutBerespBodyBytes(v int32) { - o.FanoutBerespBodyBytes = &v -} - -// GetFanoutConnTimeMs returns the FanoutConnTimeMs field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetFanoutConnTimeMs() int32 { - if o == nil || o.FanoutConnTimeMs == nil { - var ret int32 - return ret - } - return *o.FanoutConnTimeMs -} - -// GetFanoutConnTimeMsOk returns a tuple with the FanoutConnTimeMs field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetFanoutConnTimeMsOk() (*int32, bool) { - if o == nil || o.FanoutConnTimeMs == nil { - return nil, false - } - return o.FanoutConnTimeMs, true -} - -// HasFanoutConnTimeMs returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasFanoutConnTimeMs() bool { - if o != nil && o.FanoutConnTimeMs != nil { - return true - } - - return false -} - -// SetFanoutConnTimeMs gets a reference to the given int32 and assigns it to the FanoutConnTimeMs field. -func (o *HistoricalFieldResultsAttributes) SetFanoutConnTimeMs(v int32) { - o.FanoutConnTimeMs = &v -} - -// GetDdosActionLimitStreamsConnections returns the DdosActionLimitStreamsConnections field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetDdosActionLimitStreamsConnections() int32 { - if o == nil || o.DdosActionLimitStreamsConnections == nil { - var ret int32 - return ret - } - return *o.DdosActionLimitStreamsConnections -} - -// GetDdosActionLimitStreamsConnectionsOk returns a tuple with the DdosActionLimitStreamsConnections field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetDdosActionLimitStreamsConnectionsOk() (*int32, bool) { - if o == nil || o.DdosActionLimitStreamsConnections == nil { - return nil, false - } - return o.DdosActionLimitStreamsConnections, true -} - -// HasDdosActionLimitStreamsConnections returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasDdosActionLimitStreamsConnections() bool { - if o != nil && o.DdosActionLimitStreamsConnections != nil { - return true - } - - return false -} - -// SetDdosActionLimitStreamsConnections gets a reference to the given int32 and assigns it to the DdosActionLimitStreamsConnections field. -func (o *HistoricalFieldResultsAttributes) SetDdosActionLimitStreamsConnections(v int32) { - o.DdosActionLimitStreamsConnections = &v -} - -// GetDdosActionLimitStreamsRequests returns the DdosActionLimitStreamsRequests field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetDdosActionLimitStreamsRequests() int32 { - if o == nil || o.DdosActionLimitStreamsRequests == nil { - var ret int32 - return ret - } - return *o.DdosActionLimitStreamsRequests -} - -// GetDdosActionLimitStreamsRequestsOk returns a tuple with the DdosActionLimitStreamsRequests field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetDdosActionLimitStreamsRequestsOk() (*int32, bool) { - if o == nil || o.DdosActionLimitStreamsRequests == nil { - return nil, false - } - return o.DdosActionLimitStreamsRequests, true -} - -// HasDdosActionLimitStreamsRequests returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasDdosActionLimitStreamsRequests() bool { - if o != nil && o.DdosActionLimitStreamsRequests != nil { - return true - } - - return false -} - -// SetDdosActionLimitStreamsRequests gets a reference to the given int32 and assigns it to the DdosActionLimitStreamsRequests field. -func (o *HistoricalFieldResultsAttributes) SetDdosActionLimitStreamsRequests(v int32) { - o.DdosActionLimitStreamsRequests = &v -} - -// GetDdosActionTarpitAccept returns the DdosActionTarpitAccept field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetDdosActionTarpitAccept() int32 { - if o == nil || o.DdosActionTarpitAccept == nil { - var ret int32 - return ret - } - return *o.DdosActionTarpitAccept -} - -// GetDdosActionTarpitAcceptOk returns a tuple with the DdosActionTarpitAccept field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetDdosActionTarpitAcceptOk() (*int32, bool) { - if o == nil || o.DdosActionTarpitAccept == nil { - return nil, false - } - return o.DdosActionTarpitAccept, true -} - -// HasDdosActionTarpitAccept returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasDdosActionTarpitAccept() bool { - if o != nil && o.DdosActionTarpitAccept != nil { - return true - } - - return false -} - -// SetDdosActionTarpitAccept gets a reference to the given int32 and assigns it to the DdosActionTarpitAccept field. -func (o *HistoricalFieldResultsAttributes) SetDdosActionTarpitAccept(v int32) { - o.DdosActionTarpitAccept = &v -} - -// GetDdosActionTarpit returns the DdosActionTarpit field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetDdosActionTarpit() int32 { - if o == nil || o.DdosActionTarpit == nil { - var ret int32 - return ret - } - return *o.DdosActionTarpit -} - -// GetDdosActionTarpitOk returns a tuple with the DdosActionTarpit field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetDdosActionTarpitOk() (*int32, bool) { - if o == nil || o.DdosActionTarpit == nil { - return nil, false - } - return o.DdosActionTarpit, true -} - -// HasDdosActionTarpit returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasDdosActionTarpit() bool { - if o != nil && o.DdosActionTarpit != nil { - return true - } - - return false -} - -// SetDdosActionTarpit gets a reference to the given int32 and assigns it to the DdosActionTarpit field. -func (o *HistoricalFieldResultsAttributes) SetDdosActionTarpit(v int32) { - o.DdosActionTarpit = &v -} - -// GetDdosActionClose returns the DdosActionClose field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetDdosActionClose() int32 { - if o == nil || o.DdosActionClose == nil { - var ret int32 - return ret - } - return *o.DdosActionClose -} - -// GetDdosActionCloseOk returns a tuple with the DdosActionClose field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetDdosActionCloseOk() (*int32, bool) { - if o == nil || o.DdosActionClose == nil { - return nil, false - } - return o.DdosActionClose, true -} - -// HasDdosActionClose returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasDdosActionClose() bool { - if o != nil && o.DdosActionClose != nil { - return true - } - - return false -} - -// SetDdosActionClose gets a reference to the given int32 and assigns it to the DdosActionClose field. -func (o *HistoricalFieldResultsAttributes) SetDdosActionClose(v int32) { - o.DdosActionClose = &v -} - -// GetDdosActionBlackhole returns the DdosActionBlackhole field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetDdosActionBlackhole() int32 { - if o == nil || o.DdosActionBlackhole == nil { - var ret int32 - return ret - } - return *o.DdosActionBlackhole -} - -// GetDdosActionBlackholeOk returns a tuple with the DdosActionBlackhole field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetDdosActionBlackholeOk() (*int32, bool) { - if o == nil || o.DdosActionBlackhole == nil { - return nil, false - } - return o.DdosActionBlackhole, true -} - -// HasDdosActionBlackhole returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasDdosActionBlackhole() bool { - if o != nil && o.DdosActionBlackhole != nil { - return true - } - - return false -} - -// SetDdosActionBlackhole gets a reference to the given int32 and assigns it to the DdosActionBlackhole field. -func (o *HistoricalFieldResultsAttributes) SetDdosActionBlackhole(v int32) { - o.DdosActionBlackhole = &v -} - -// GetBotChallengeStarts returns the BotChallengeStarts field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetBotChallengeStarts() int32 { - if o == nil || o.BotChallengeStarts == nil { - var ret int32 - return ret - } - return *o.BotChallengeStarts -} - -// GetBotChallengeStartsOk returns a tuple with the BotChallengeStarts field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetBotChallengeStartsOk() (*int32, bool) { - if o == nil || o.BotChallengeStarts == nil { - return nil, false - } - return o.BotChallengeStarts, true -} - -// HasBotChallengeStarts returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasBotChallengeStarts() bool { - if o != nil && o.BotChallengeStarts != nil { - return true - } - - return false -} - -// SetBotChallengeStarts gets a reference to the given int32 and assigns it to the BotChallengeStarts field. -func (o *HistoricalFieldResultsAttributes) SetBotChallengeStarts(v int32) { - o.BotChallengeStarts = &v -} - -// GetBotChallengeCompleteTokensPassed returns the BotChallengeCompleteTokensPassed field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetBotChallengeCompleteTokensPassed() int32 { - if o == nil || o.BotChallengeCompleteTokensPassed == nil { - var ret int32 - return ret - } - return *o.BotChallengeCompleteTokensPassed -} - -// GetBotChallengeCompleteTokensPassedOk returns a tuple with the BotChallengeCompleteTokensPassed field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetBotChallengeCompleteTokensPassedOk() (*int32, bool) { - if o == nil || o.BotChallengeCompleteTokensPassed == nil { - return nil, false - } - return o.BotChallengeCompleteTokensPassed, true -} - -// HasBotChallengeCompleteTokensPassed returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasBotChallengeCompleteTokensPassed() bool { - if o != nil && o.BotChallengeCompleteTokensPassed != nil { - return true - } - - return false -} - -// SetBotChallengeCompleteTokensPassed gets a reference to the given int32 and assigns it to the BotChallengeCompleteTokensPassed field. -func (o *HistoricalFieldResultsAttributes) SetBotChallengeCompleteTokensPassed(v int32) { - o.BotChallengeCompleteTokensPassed = &v -} - -// GetBotChallengeCompleteTokensFailed returns the BotChallengeCompleteTokensFailed field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetBotChallengeCompleteTokensFailed() int32 { - if o == nil || o.BotChallengeCompleteTokensFailed == nil { - var ret int32 - return ret - } - return *o.BotChallengeCompleteTokensFailed -} - -// GetBotChallengeCompleteTokensFailedOk returns a tuple with the BotChallengeCompleteTokensFailed field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetBotChallengeCompleteTokensFailedOk() (*int32, bool) { - if o == nil || o.BotChallengeCompleteTokensFailed == nil { - return nil, false - } - return o.BotChallengeCompleteTokensFailed, true -} - -// HasBotChallengeCompleteTokensFailed returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasBotChallengeCompleteTokensFailed() bool { - if o != nil && o.BotChallengeCompleteTokensFailed != nil { - return true - } - - return false -} - -// SetBotChallengeCompleteTokensFailed gets a reference to the given int32 and assigns it to the BotChallengeCompleteTokensFailed field. -func (o *HistoricalFieldResultsAttributes) SetBotChallengeCompleteTokensFailed(v int32) { - o.BotChallengeCompleteTokensFailed = &v -} - -// GetBotChallengeCompleteTokensChecked returns the BotChallengeCompleteTokensChecked field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetBotChallengeCompleteTokensChecked() int32 { - if o == nil || o.BotChallengeCompleteTokensChecked == nil { - var ret int32 - return ret - } - return *o.BotChallengeCompleteTokensChecked -} - -// GetBotChallengeCompleteTokensCheckedOk returns a tuple with the BotChallengeCompleteTokensChecked field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetBotChallengeCompleteTokensCheckedOk() (*int32, bool) { - if o == nil || o.BotChallengeCompleteTokensChecked == nil { - return nil, false - } - return o.BotChallengeCompleteTokensChecked, true -} - -// HasBotChallengeCompleteTokensChecked returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasBotChallengeCompleteTokensChecked() bool { - if o != nil && o.BotChallengeCompleteTokensChecked != nil { - return true - } - - return false -} - -// SetBotChallengeCompleteTokensChecked gets a reference to the given int32 and assigns it to the BotChallengeCompleteTokensChecked field. -func (o *HistoricalFieldResultsAttributes) SetBotChallengeCompleteTokensChecked(v int32) { - o.BotChallengeCompleteTokensChecked = &v -} - -// GetBotChallengeCompleteTokensDisabled returns the BotChallengeCompleteTokensDisabled field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetBotChallengeCompleteTokensDisabled() int32 { - if o == nil || o.BotChallengeCompleteTokensDisabled == nil { - var ret int32 - return ret - } - return *o.BotChallengeCompleteTokensDisabled -} - -// GetBotChallengeCompleteTokensDisabledOk returns a tuple with the BotChallengeCompleteTokensDisabled field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetBotChallengeCompleteTokensDisabledOk() (*int32, bool) { - if o == nil || o.BotChallengeCompleteTokensDisabled == nil { - return nil, false - } - return o.BotChallengeCompleteTokensDisabled, true -} - -// HasBotChallengeCompleteTokensDisabled returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasBotChallengeCompleteTokensDisabled() bool { - if o != nil && o.BotChallengeCompleteTokensDisabled != nil { - return true - } - - return false -} - -// SetBotChallengeCompleteTokensDisabled gets a reference to the given int32 and assigns it to the BotChallengeCompleteTokensDisabled field. -func (o *HistoricalFieldResultsAttributes) SetBotChallengeCompleteTokensDisabled(v int32) { - o.BotChallengeCompleteTokensDisabled = &v -} - -// GetBotChallengeCompleteTokensIssued returns the BotChallengeCompleteTokensIssued field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetBotChallengeCompleteTokensIssued() int32 { - if o == nil || o.BotChallengeCompleteTokensIssued == nil { - var ret int32 - return ret - } - return *o.BotChallengeCompleteTokensIssued -} - -// GetBotChallengeCompleteTokensIssuedOk returns a tuple with the BotChallengeCompleteTokensIssued field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetBotChallengeCompleteTokensIssuedOk() (*int32, bool) { - if o == nil || o.BotChallengeCompleteTokensIssued == nil { - return nil, false - } - return o.BotChallengeCompleteTokensIssued, true -} - -// HasBotChallengeCompleteTokensIssued returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasBotChallengeCompleteTokensIssued() bool { - if o != nil && o.BotChallengeCompleteTokensIssued != nil { - return true - } - - return false -} - -// SetBotChallengeCompleteTokensIssued gets a reference to the given int32 and assigns it to the BotChallengeCompleteTokensIssued field. -func (o *HistoricalFieldResultsAttributes) SetBotChallengeCompleteTokensIssued(v int32) { - o.BotChallengeCompleteTokensIssued = &v -} - -// GetBotChallengesIssued returns the BotChallengesIssued field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetBotChallengesIssued() int32 { - if o == nil || o.BotChallengesIssued == nil { - var ret int32 - return ret - } - return *o.BotChallengesIssued -} - -// GetBotChallengesIssuedOk returns a tuple with the BotChallengesIssued field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetBotChallengesIssuedOk() (*int32, bool) { - if o == nil || o.BotChallengesIssued == nil { - return nil, false - } - return o.BotChallengesIssued, true -} - -// HasBotChallengesIssued returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasBotChallengesIssued() bool { - if o != nil && o.BotChallengesIssued != nil { - return true - } - - return false -} - -// SetBotChallengesIssued gets a reference to the given int32 and assigns it to the BotChallengesIssued field. -func (o *HistoricalFieldResultsAttributes) SetBotChallengesIssued(v int32) { - o.BotChallengesIssued = &v -} - -// GetBotChallengesSucceeded returns the BotChallengesSucceeded field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetBotChallengesSucceeded() int32 { - if o == nil || o.BotChallengesSucceeded == nil { - var ret int32 - return ret - } - return *o.BotChallengesSucceeded -} - -// GetBotChallengesSucceededOk returns a tuple with the BotChallengesSucceeded field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetBotChallengesSucceededOk() (*int32, bool) { - if o == nil || o.BotChallengesSucceeded == nil { - return nil, false - } - return o.BotChallengesSucceeded, true -} - -// HasBotChallengesSucceeded returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasBotChallengesSucceeded() bool { - if o != nil && o.BotChallengesSucceeded != nil { - return true - } - - return false -} - -// SetBotChallengesSucceeded gets a reference to the given int32 and assigns it to the BotChallengesSucceeded field. -func (o *HistoricalFieldResultsAttributes) SetBotChallengesSucceeded(v int32) { - o.BotChallengesSucceeded = &v -} - -// GetBotChallengesFailed returns the BotChallengesFailed field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetBotChallengesFailed() int32 { - if o == nil || o.BotChallengesFailed == nil { - var ret int32 - return ret - } - return *o.BotChallengesFailed -} - -// GetBotChallengesFailedOk returns a tuple with the BotChallengesFailed field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetBotChallengesFailedOk() (*int32, bool) { - if o == nil || o.BotChallengesFailed == nil { - return nil, false - } - return o.BotChallengesFailed, true -} - -// HasBotChallengesFailed returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasBotChallengesFailed() bool { - if o != nil && o.BotChallengesFailed != nil { - return true - } - - return false -} - -// SetBotChallengesFailed gets a reference to the given int32 and assigns it to the BotChallengesFailed field. -func (o *HistoricalFieldResultsAttributes) SetBotChallengesFailed(v int32) { - o.BotChallengesFailed = &v -} - -// GetServiceID returns the ServiceID field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetServiceID() ReadOnlyIDService { - if o == nil || o.ServiceID == nil { - var ret ReadOnlyIDService - return ret - } - return *o.ServiceID -} - -// GetServiceIDOk returns a tuple with the ServiceID field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetServiceIDOk() (*ReadOnlyIDService, bool) { - if o == nil || o.ServiceID == nil { - return nil, false - } - return o.ServiceID, true -} - -// HasServiceID returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasServiceID() bool { - if o != nil && o.ServiceID != nil { - return true - } - - return false -} - -// SetServiceID gets a reference to the given ReadOnlyIDService and assigns it to the ServiceID field. -func (o *HistoricalFieldResultsAttributes) SetServiceID(v ReadOnlyIDService) { - o.ServiceID = &v -} - -// GetStartTime returns the StartTime field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributes) GetStartTime() int32 { - if o == nil || o.StartTime == nil { - var ret int32 - return ret - } - return *o.StartTime -} - -// GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributes) GetStartTimeOk() (*int32, bool) { - if o == nil || o.StartTime == nil { - return nil, false - } - return o.StartTime, true -} - -// HasStartTime returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributes) HasStartTime() bool { - if o != nil && o.StartTime != nil { - return true - } - - return false -} - -// SetStartTime gets a reference to the given int32 and assigns it to the StartTime field. -func (o *HistoricalFieldResultsAttributes) SetStartTime(v int32) { - o.StartTime = &v -} - -// MarshalJSON implements the json.Marshaler interface. -// Marshaler is the interface implemented by types that can marshal themselves into valid JSON. -func (o HistoricalFieldResultsAttributes) MarshalJSON() ([]byte, error) { - toSerialize := map[string]any{} - if o.Requests != nil { - toSerialize["requests"] = o.Requests - } - if o.Hits != nil { - toSerialize["hits"] = o.Hits - } - if o.HitsTime != nil { - toSerialize["hits_time"] = o.HitsTime - } - if o.Miss != nil { - toSerialize["miss"] = o.Miss - } - if o.MissTime != nil { - toSerialize["miss_time"] = o.MissTime - } - if o.Pass != nil { - toSerialize["pass"] = o.Pass - } - if o.PassTime != nil { - toSerialize["pass_time"] = o.PassTime - } - if o.Errors != nil { - toSerialize["errors"] = o.Errors - } - if o.Restarts != nil { - toSerialize["restarts"] = o.Restarts - } - if o.HitRatio.IsSet() { - toSerialize["hit_ratio"] = o.HitRatio.Get() - } - if o.Bandwidth != nil { - toSerialize["bandwidth"] = o.Bandwidth - } - if o.BodySize != nil { - toSerialize["body_size"] = o.BodySize - } - if o.HeaderSize != nil { - toSerialize["header_size"] = o.HeaderSize - } - if o.ReqBodyBytes != nil { - toSerialize["req_body_bytes"] = o.ReqBodyBytes - } - if o.ReqHeaderBytes != nil { - toSerialize["req_header_bytes"] = o.ReqHeaderBytes - } - if o.RespBodyBytes != nil { - toSerialize["resp_body_bytes"] = o.RespBodyBytes - } - if o.RespHeaderBytes != nil { - toSerialize["resp_header_bytes"] = o.RespHeaderBytes - } - if o.BereqBodyBytes != nil { - toSerialize["bereq_body_bytes"] = o.BereqBodyBytes - } - if o.BereqHeaderBytes != nil { - toSerialize["bereq_header_bytes"] = o.BereqHeaderBytes - } - if o.Uncacheable != nil { - toSerialize["uncacheable"] = o.Uncacheable - } - if o.Pipe != nil { - toSerialize["pipe"] = o.Pipe - } - if o.Synth != nil { - toSerialize["synth"] = o.Synth - } - if o.TLS != nil { - toSerialize["tls"] = o.TLS - } - if o.TLSV10 != nil { - toSerialize["tls_v10"] = o.TLSV10 - } - if o.TLSV11 != nil { - toSerialize["tls_v11"] = o.TLSV11 - } - if o.TLSV12 != nil { - toSerialize["tls_v12"] = o.TLSV12 - } - if o.TLSV13 != nil { - toSerialize["tls_v13"] = o.TLSV13 - } - if o.EdgeRequests != nil { - toSerialize["edge_requests"] = o.EdgeRequests - } - if o.EdgeRespHeaderBytes != nil { - toSerialize["edge_resp_header_bytes"] = o.EdgeRespHeaderBytes - } - if o.EdgeRespBodyBytes != nil { - toSerialize["edge_resp_body_bytes"] = o.EdgeRespBodyBytes - } - if o.EdgeHitRequests != nil { - toSerialize["edge_hit_requests"] = o.EdgeHitRequests - } - if o.EdgeMissRequests != nil { - toSerialize["edge_miss_requests"] = o.EdgeMissRequests - } - if o.OriginFetches != nil { - toSerialize["origin_fetches"] = o.OriginFetches - } - if o.OriginFetchHeaderBytes != nil { - toSerialize["origin_fetch_header_bytes"] = o.OriginFetchHeaderBytes - } - if o.OriginFetchBodyBytes != nil { - toSerialize["origin_fetch_body_bytes"] = o.OriginFetchBodyBytes - } - if o.OriginFetchRespHeaderBytes != nil { - toSerialize["origin_fetch_resp_header_bytes"] = o.OriginFetchRespHeaderBytes - } - if o.OriginFetchRespBodyBytes != nil { - toSerialize["origin_fetch_resp_body_bytes"] = o.OriginFetchRespBodyBytes - } - if o.OriginRevalidations != nil { - toSerialize["origin_revalidations"] = o.OriginRevalidations - } - if o.OriginCacheFetches != nil { - toSerialize["origin_cache_fetches"] = o.OriginCacheFetches - } - if o.Shield != nil { - toSerialize["shield"] = o.Shield - } - if o.ShieldRespBodyBytes != nil { - toSerialize["shield_resp_body_bytes"] = o.ShieldRespBodyBytes - } - if o.ShieldRespHeaderBytes != nil { - toSerialize["shield_resp_header_bytes"] = o.ShieldRespHeaderBytes - } - if o.ShieldFetches != nil { - toSerialize["shield_fetches"] = o.ShieldFetches - } - if o.ShieldFetchHeaderBytes != nil { - toSerialize["shield_fetch_header_bytes"] = o.ShieldFetchHeaderBytes - } - if o.ShieldFetchBodyBytes != nil { - toSerialize["shield_fetch_body_bytes"] = o.ShieldFetchBodyBytes - } - if o.ShieldFetchRespHeaderBytes != nil { - toSerialize["shield_fetch_resp_header_bytes"] = o.ShieldFetchRespHeaderBytes - } - if o.ShieldFetchRespBodyBytes != nil { - toSerialize["shield_fetch_resp_body_bytes"] = o.ShieldFetchRespBodyBytes - } - if o.ShieldRevalidations != nil { - toSerialize["shield_revalidations"] = o.ShieldRevalidations - } - if o.ShieldCacheFetches != nil { - toSerialize["shield_cache_fetches"] = o.ShieldCacheFetches - } - if o.Ipv6 != nil { - toSerialize["ipv6"] = o.Ipv6 - } - if o.Otfp != nil { - toSerialize["otfp"] = o.Otfp - } - if o.OtfpRespBodyBytes != nil { - toSerialize["otfp_resp_body_bytes"] = o.OtfpRespBodyBytes - } - if o.OtfpRespHeaderBytes != nil { - toSerialize["otfp_resp_header_bytes"] = o.OtfpRespHeaderBytes - } - if o.OtfpShieldRespBodyBytes != nil { - toSerialize["otfp_shield_resp_body_bytes"] = o.OtfpShieldRespBodyBytes - } - if o.OtfpShieldRespHeaderBytes != nil { - toSerialize["otfp_shield_resp_header_bytes"] = o.OtfpShieldRespHeaderBytes - } - if o.OtfpManifests != nil { - toSerialize["otfp_manifests"] = o.OtfpManifests - } - if o.OtfpDeliverTime != nil { - toSerialize["otfp_deliver_time"] = o.OtfpDeliverTime - } - if o.OtfpShieldTime != nil { - toSerialize["otfp_shield_time"] = o.OtfpShieldTime - } - if o.Video != nil { - toSerialize["video"] = o.Video - } - if o.Pci != nil { - toSerialize["pci"] = o.Pci - } - if o.Log != nil { - toSerialize["log"] = o.Log - } - if o.LogBytes != nil { - toSerialize["log_bytes"] = o.LogBytes - } - if o.HTTP2 != nil { - toSerialize["http2"] = o.HTTP2 - } - if o.HTTP3 != nil { - toSerialize["http3"] = o.HTTP3 - } - if o.WafLogged != nil { - toSerialize["waf_logged"] = o.WafLogged - } - if o.WafBlocked != nil { - toSerialize["waf_blocked"] = o.WafBlocked - } - if o.WafPassed != nil { - toSerialize["waf_passed"] = o.WafPassed - } - if o.AttackReqBodyBytes != nil { - toSerialize["attack_req_body_bytes"] = o.AttackReqBodyBytes - } - if o.AttackReqHeaderBytes != nil { - toSerialize["attack_req_header_bytes"] = o.AttackReqHeaderBytes - } - if o.AttackLoggedReqBodyBytes != nil { - toSerialize["attack_logged_req_body_bytes"] = o.AttackLoggedReqBodyBytes - } - if o.AttackLoggedReqHeaderBytes != nil { - toSerialize["attack_logged_req_header_bytes"] = o.AttackLoggedReqHeaderBytes - } - if o.AttackBlockedReqBodyBytes != nil { - toSerialize["attack_blocked_req_body_bytes"] = o.AttackBlockedReqBodyBytes - } - if o.AttackBlockedReqHeaderBytes != nil { - toSerialize["attack_blocked_req_header_bytes"] = o.AttackBlockedReqHeaderBytes - } - if o.AttackPassedReqBodyBytes != nil { - toSerialize["attack_passed_req_body_bytes"] = o.AttackPassedReqBodyBytes - } - if o.AttackPassedReqHeaderBytes != nil { - toSerialize["attack_passed_req_header_bytes"] = o.AttackPassedReqHeaderBytes - } - if o.AttackRespSynthBytes != nil { - toSerialize["attack_resp_synth_bytes"] = o.AttackRespSynthBytes - } - if o.Imgopto != nil { - toSerialize["imgopto"] = o.Imgopto - } - if o.ImgoptoRespBodyBytes != nil { - toSerialize["imgopto_resp_body_bytes"] = o.ImgoptoRespBodyBytes - } - if o.ImgoptoRespHeaderBytes != nil { - toSerialize["imgopto_resp_header_bytes"] = o.ImgoptoRespHeaderBytes - } - if o.ImgoptoShieldRespBodyBytes != nil { - toSerialize["imgopto_shield_resp_body_bytes"] = o.ImgoptoShieldRespBodyBytes - } - if o.ImgoptoShieldRespHeaderBytes != nil { - toSerialize["imgopto_shield_resp_header_bytes"] = o.ImgoptoShieldRespHeaderBytes - } - if o.Imgvideo != nil { - toSerialize["imgvideo"] = o.Imgvideo - } - if o.ImgvideoFrames != nil { - toSerialize["imgvideo_frames"] = o.ImgvideoFrames - } - if o.ImgvideoRespHeaderBytes != nil { - toSerialize["imgvideo_resp_header_bytes"] = o.ImgvideoRespHeaderBytes - } - if o.ImgvideoRespBodyBytes != nil { - toSerialize["imgvideo_resp_body_bytes"] = o.ImgvideoRespBodyBytes - } - if o.ImgvideoShieldRespHeaderBytes != nil { - toSerialize["imgvideo_shield_resp_header_bytes"] = o.ImgvideoShieldRespHeaderBytes - } - if o.ImgvideoShieldRespBodyBytes != nil { - toSerialize["imgvideo_shield_resp_body_bytes"] = o.ImgvideoShieldRespBodyBytes - } - if o.ImgvideoShield != nil { - toSerialize["imgvideo_shield"] = o.ImgvideoShield - } - if o.ImgvideoShieldFrames != nil { - toSerialize["imgvideo_shield_frames"] = o.ImgvideoShieldFrames - } - if o.Status200 != nil { - toSerialize["status_200"] = o.Status200 - } - if o.Status204 != nil { - toSerialize["status_204"] = o.Status204 - } - if o.Status206 != nil { - toSerialize["status_206"] = o.Status206 - } - if o.Status301 != nil { - toSerialize["status_301"] = o.Status301 - } - if o.Status302 != nil { - toSerialize["status_302"] = o.Status302 - } - if o.Status304 != nil { - toSerialize["status_304"] = o.Status304 - } - if o.Status400 != nil { - toSerialize["status_400"] = o.Status400 - } - if o.Status401 != nil { - toSerialize["status_401"] = o.Status401 - } - if o.Status403 != nil { - toSerialize["status_403"] = o.Status403 - } - if o.Status404 != nil { - toSerialize["status_404"] = o.Status404 - } - if o.Status406 != nil { - toSerialize["status_406"] = o.Status406 - } - if o.Status416 != nil { - toSerialize["status_416"] = o.Status416 - } - if o.Status429 != nil { - toSerialize["status_429"] = o.Status429 - } - if o.Status500 != nil { - toSerialize["status_500"] = o.Status500 - } - if o.Status501 != nil { - toSerialize["status_501"] = o.Status501 - } - if o.Status502 != nil { - toSerialize["status_502"] = o.Status502 - } - if o.Status503 != nil { - toSerialize["status_503"] = o.Status503 - } - if o.Status504 != nil { - toSerialize["status_504"] = o.Status504 - } - if o.Status505 != nil { - toSerialize["status_505"] = o.Status505 - } - if o.Status1xx != nil { - toSerialize["status_1xx"] = o.Status1xx - } - if o.Status2xx != nil { - toSerialize["status_2xx"] = o.Status2xx - } - if o.Status3xx != nil { - toSerialize["status_3xx"] = o.Status3xx - } - if o.Status4xx != nil { - toSerialize["status_4xx"] = o.Status4xx - } - if o.Status5xx != nil { - toSerialize["status_5xx"] = o.Status5xx - } - if o.ObjectSize1k != nil { - toSerialize["object_size_1k"] = o.ObjectSize1k - } - if o.ObjectSize10k != nil { - toSerialize["object_size_10k"] = o.ObjectSize10k - } - if o.ObjectSize100k != nil { - toSerialize["object_size_100k"] = o.ObjectSize100k - } - if o.ObjectSize1m != nil { - toSerialize["object_size_1m"] = o.ObjectSize1m - } - if o.ObjectSize10m != nil { - toSerialize["object_size_10m"] = o.ObjectSize10m - } - if o.ObjectSize100m != nil { - toSerialize["object_size_100m"] = o.ObjectSize100m - } - if o.ObjectSize1g != nil { - toSerialize["object_size_1g"] = o.ObjectSize1g - } - if o.RecvSubTime != nil { - toSerialize["recv_sub_time"] = o.RecvSubTime - } - if o.RecvSubCount != nil { - toSerialize["recv_sub_count"] = o.RecvSubCount - } - if o.HashSubTime != nil { - toSerialize["hash_sub_time"] = o.HashSubTime - } - if o.HashSubCount != nil { - toSerialize["hash_sub_count"] = o.HashSubCount - } - if o.MissSubTime != nil { - toSerialize["miss_sub_time"] = o.MissSubTime - } - if o.MissSubCount != nil { - toSerialize["miss_sub_count"] = o.MissSubCount - } - if o.FetchSubTime != nil { - toSerialize["fetch_sub_time"] = o.FetchSubTime - } - if o.FetchSubCount != nil { - toSerialize["fetch_sub_count"] = o.FetchSubCount - } - if o.PassSubTime != nil { - toSerialize["pass_sub_time"] = o.PassSubTime - } - if o.PassSubCount != nil { - toSerialize["pass_sub_count"] = o.PassSubCount - } - if o.PipeSubTime != nil { - toSerialize["pipe_sub_time"] = o.PipeSubTime - } - if o.PipeSubCount != nil { - toSerialize["pipe_sub_count"] = o.PipeSubCount - } - if o.DeliverSubTime != nil { - toSerialize["deliver_sub_time"] = o.DeliverSubTime - } - if o.DeliverSubCount != nil { - toSerialize["deliver_sub_count"] = o.DeliverSubCount - } - if o.ErrorSubTime != nil { - toSerialize["error_sub_time"] = o.ErrorSubTime - } - if o.ErrorSubCount != nil { - toSerialize["error_sub_count"] = o.ErrorSubCount - } - if o.HitSubTime != nil { - toSerialize["hit_sub_time"] = o.HitSubTime - } - if o.HitSubCount != nil { - toSerialize["hit_sub_count"] = o.HitSubCount - } - if o.PrehashSubTime != nil { - toSerialize["prehash_sub_time"] = o.PrehashSubTime - } - if o.PrehashSubCount != nil { - toSerialize["prehash_sub_count"] = o.PrehashSubCount - } - if o.PredeliverSubTime != nil { - toSerialize["predeliver_sub_time"] = o.PredeliverSubTime - } - if o.PredeliverSubCount != nil { - toSerialize["predeliver_sub_count"] = o.PredeliverSubCount - } - if o.TLSHandshakeSentBytes != nil { - toSerialize["tls_handshake_sent_bytes"] = o.TLSHandshakeSentBytes - } - if o.HitRespBodyBytes != nil { - toSerialize["hit_resp_body_bytes"] = o.HitRespBodyBytes - } - if o.MissRespBodyBytes != nil { - toSerialize["miss_resp_body_bytes"] = o.MissRespBodyBytes - } - if o.PassRespBodyBytes != nil { - toSerialize["pass_resp_body_bytes"] = o.PassRespBodyBytes - } - if o.SegblockOriginFetches != nil { - toSerialize["segblock_origin_fetches"] = o.SegblockOriginFetches - } - if o.SegblockShieldFetches != nil { - toSerialize["segblock_shield_fetches"] = o.SegblockShieldFetches - } - if o.ComputeRequests != nil { - toSerialize["compute_requests"] = o.ComputeRequests - } - if o.ComputeRequestTimeMs != nil { - toSerialize["compute_request_time_ms"] = o.ComputeRequestTimeMs - } - if o.ComputeRequestTimeBilledMs != nil { - toSerialize["compute_request_time_billed_ms"] = o.ComputeRequestTimeBilledMs - } - if o.ComputeRAMUsed != nil { - toSerialize["compute_ram_used"] = o.ComputeRAMUsed - } - if o.ComputeExecutionTimeMs != nil { - toSerialize["compute_execution_time_ms"] = o.ComputeExecutionTimeMs - } - if o.ComputeReqHeaderBytes != nil { - toSerialize["compute_req_header_bytes"] = o.ComputeReqHeaderBytes - } - if o.ComputeReqBodyBytes != nil { - toSerialize["compute_req_body_bytes"] = o.ComputeReqBodyBytes - } - if o.ComputeRespHeaderBytes != nil { - toSerialize["compute_resp_header_bytes"] = o.ComputeRespHeaderBytes - } - if o.ComputeRespBodyBytes != nil { - toSerialize["compute_resp_body_bytes"] = o.ComputeRespBodyBytes - } - if o.ComputeRespStatus1xx != nil { - toSerialize["compute_resp_status_1xx"] = o.ComputeRespStatus1xx - } - if o.ComputeRespStatus2xx != nil { - toSerialize["compute_resp_status_2xx"] = o.ComputeRespStatus2xx - } - if o.ComputeRespStatus3xx != nil { - toSerialize["compute_resp_status_3xx"] = o.ComputeRespStatus3xx - } - if o.ComputeRespStatus4xx != nil { - toSerialize["compute_resp_status_4xx"] = o.ComputeRespStatus4xx - } - if o.ComputeRespStatus5xx != nil { - toSerialize["compute_resp_status_5xx"] = o.ComputeRespStatus5xx - } - if o.ComputeBereqHeaderBytes != nil { - toSerialize["compute_bereq_header_bytes"] = o.ComputeBereqHeaderBytes - } - if o.ComputeBereqBodyBytes != nil { - toSerialize["compute_bereq_body_bytes"] = o.ComputeBereqBodyBytes - } - if o.ComputeBerespHeaderBytes != nil { - toSerialize["compute_beresp_header_bytes"] = o.ComputeBerespHeaderBytes - } - if o.ComputeBerespBodyBytes != nil { - toSerialize["compute_beresp_body_bytes"] = o.ComputeBerespBodyBytes - } - if o.ComputeBereqs != nil { - toSerialize["compute_bereqs"] = o.ComputeBereqs - } - if o.ComputeBereqErrors != nil { - toSerialize["compute_bereq_errors"] = o.ComputeBereqErrors - } - if o.ComputeResourceLimitExceeded != nil { - toSerialize["compute_resource_limit_exceeded"] = o.ComputeResourceLimitExceeded - } - if o.ComputeHeapLimitExceeded != nil { - toSerialize["compute_heap_limit_exceeded"] = o.ComputeHeapLimitExceeded - } - if o.ComputeStackLimitExceeded != nil { - toSerialize["compute_stack_limit_exceeded"] = o.ComputeStackLimitExceeded - } - if o.ComputeGlobalsLimitExceeded != nil { - toSerialize["compute_globals_limit_exceeded"] = o.ComputeGlobalsLimitExceeded - } - if o.ComputeGuestErrors != nil { - toSerialize["compute_guest_errors"] = o.ComputeGuestErrors - } - if o.ComputeRuntimeErrors != nil { - toSerialize["compute_runtime_errors"] = o.ComputeRuntimeErrors - } - if o.EdgeHitRespBodyBytes != nil { - toSerialize["edge_hit_resp_body_bytes"] = o.EdgeHitRespBodyBytes - } - if o.EdgeHitRespHeaderBytes != nil { - toSerialize["edge_hit_resp_header_bytes"] = o.EdgeHitRespHeaderBytes - } - if o.EdgeMissRespBodyBytes != nil { - toSerialize["edge_miss_resp_body_bytes"] = o.EdgeMissRespBodyBytes - } - if o.EdgeMissRespHeaderBytes != nil { - toSerialize["edge_miss_resp_header_bytes"] = o.EdgeMissRespHeaderBytes - } - if o.OriginCacheFetchRespBodyBytes != nil { - toSerialize["origin_cache_fetch_resp_body_bytes"] = o.OriginCacheFetchRespBodyBytes - } - if o.OriginCacheFetchRespHeaderBytes != nil { - toSerialize["origin_cache_fetch_resp_header_bytes"] = o.OriginCacheFetchRespHeaderBytes - } - if o.ShieldHitRequests != nil { - toSerialize["shield_hit_requests"] = o.ShieldHitRequests - } - if o.ShieldMissRequests != nil { - toSerialize["shield_miss_requests"] = o.ShieldMissRequests - } - if o.ShieldHitRespHeaderBytes != nil { - toSerialize["shield_hit_resp_header_bytes"] = o.ShieldHitRespHeaderBytes - } - if o.ShieldHitRespBodyBytes != nil { - toSerialize["shield_hit_resp_body_bytes"] = o.ShieldHitRespBodyBytes - } - if o.ShieldMissRespHeaderBytes != nil { - toSerialize["shield_miss_resp_header_bytes"] = o.ShieldMissRespHeaderBytes - } - if o.ShieldMissRespBodyBytes != nil { - toSerialize["shield_miss_resp_body_bytes"] = o.ShieldMissRespBodyBytes - } - if o.WebsocketReqHeaderBytes != nil { - toSerialize["websocket_req_header_bytes"] = o.WebsocketReqHeaderBytes - } - if o.WebsocketReqBodyBytes != nil { - toSerialize["websocket_req_body_bytes"] = o.WebsocketReqBodyBytes - } - if o.WebsocketRespHeaderBytes != nil { - toSerialize["websocket_resp_header_bytes"] = o.WebsocketRespHeaderBytes - } - if o.WebsocketRespBodyBytes != nil { - toSerialize["websocket_resp_body_bytes"] = o.WebsocketRespBodyBytes - } - if o.WebsocketBereqHeaderBytes != nil { - toSerialize["websocket_bereq_header_bytes"] = o.WebsocketBereqHeaderBytes - } - if o.WebsocketBereqBodyBytes != nil { - toSerialize["websocket_bereq_body_bytes"] = o.WebsocketBereqBodyBytes - } - if o.WebsocketBerespHeaderBytes != nil { - toSerialize["websocket_beresp_header_bytes"] = o.WebsocketBerespHeaderBytes - } - if o.WebsocketBerespBodyBytes != nil { - toSerialize["websocket_beresp_body_bytes"] = o.WebsocketBerespBodyBytes - } - if o.WebsocketConnTimeMs != nil { - toSerialize["websocket_conn_time_ms"] = o.WebsocketConnTimeMs - } - if o.FanoutRecvPublishes != nil { - toSerialize["fanout_recv_publishes"] = o.FanoutRecvPublishes - } - if o.FanoutSendPublishes != nil { - toSerialize["fanout_send_publishes"] = o.FanoutSendPublishes - } - if o.KvStoreClassAOperations != nil { - toSerialize["kv_store_class_a_operations"] = o.KvStoreClassAOperations - } - if o.KvStoreClassBOperations != nil { - toSerialize["kv_store_class_b_operations"] = o.KvStoreClassBOperations - } - if o.ObjectStoreClassAOperations != nil { - toSerialize["object_store_class_a_operations"] = o.ObjectStoreClassAOperations - } - if o.ObjectStoreClassBOperations != nil { - toSerialize["object_store_class_b_operations"] = o.ObjectStoreClassBOperations - } - if o.FanoutReqHeaderBytes != nil { - toSerialize["fanout_req_header_bytes"] = o.FanoutReqHeaderBytes - } - if o.FanoutReqBodyBytes != nil { - toSerialize["fanout_req_body_bytes"] = o.FanoutReqBodyBytes - } - if o.FanoutRespHeaderBytes != nil { - toSerialize["fanout_resp_header_bytes"] = o.FanoutRespHeaderBytes - } - if o.FanoutRespBodyBytes != nil { - toSerialize["fanout_resp_body_bytes"] = o.FanoutRespBodyBytes - } - if o.FanoutBereqHeaderBytes != nil { - toSerialize["fanout_bereq_header_bytes"] = o.FanoutBereqHeaderBytes - } - if o.FanoutBereqBodyBytes != nil { - toSerialize["fanout_bereq_body_bytes"] = o.FanoutBereqBodyBytes - } - if o.FanoutBerespHeaderBytes != nil { - toSerialize["fanout_beresp_header_bytes"] = o.FanoutBerespHeaderBytes - } - if o.FanoutBerespBodyBytes != nil { - toSerialize["fanout_beresp_body_bytes"] = o.FanoutBerespBodyBytes - } - if o.FanoutConnTimeMs != nil { - toSerialize["fanout_conn_time_ms"] = o.FanoutConnTimeMs - } - if o.DdosActionLimitStreamsConnections != nil { - toSerialize["ddos_action_limit_streams_connections"] = o.DdosActionLimitStreamsConnections - } - if o.DdosActionLimitStreamsRequests != nil { - toSerialize["ddos_action_limit_streams_requests"] = o.DdosActionLimitStreamsRequests - } - if o.DdosActionTarpitAccept != nil { - toSerialize["ddos_action_tarpit_accept"] = o.DdosActionTarpitAccept - } - if o.DdosActionTarpit != nil { - toSerialize["ddos_action_tarpit"] = o.DdosActionTarpit - } - if o.DdosActionClose != nil { - toSerialize["ddos_action_close"] = o.DdosActionClose - } - if o.DdosActionBlackhole != nil { - toSerialize["ddos_action_blackhole"] = o.DdosActionBlackhole - } - if o.BotChallengeStarts != nil { - toSerialize["bot_challenge_starts"] = o.BotChallengeStarts - } - if o.BotChallengeCompleteTokensPassed != nil { - toSerialize["bot_challenge_complete_tokens_passed"] = o.BotChallengeCompleteTokensPassed - } - if o.BotChallengeCompleteTokensFailed != nil { - toSerialize["bot_challenge_complete_tokens_failed"] = o.BotChallengeCompleteTokensFailed - } - if o.BotChallengeCompleteTokensChecked != nil { - toSerialize["bot_challenge_complete_tokens_checked"] = o.BotChallengeCompleteTokensChecked - } - if o.BotChallengeCompleteTokensDisabled != nil { - toSerialize["bot_challenge_complete_tokens_disabled"] = o.BotChallengeCompleteTokensDisabled - } - if o.BotChallengeCompleteTokensIssued != nil { - toSerialize["bot_challenge_complete_tokens_issued"] = o.BotChallengeCompleteTokensIssued - } - if o.BotChallengesIssued != nil { - toSerialize["bot_challenges_issued"] = o.BotChallengesIssued - } - if o.BotChallengesSucceeded != nil { - toSerialize["bot_challenges_succeeded"] = o.BotChallengesSucceeded - } - if o.BotChallengesFailed != nil { - toSerialize["bot_challenges_failed"] = o.BotChallengesFailed - } - if o.ServiceID != nil { - toSerialize["service_id"] = o.ServiceID - } - if o.StartTime != nil { - toSerialize["start_time"] = o.StartTime - } - - for key, value := range o.AdditionalProperties { - toSerialize[key] = value - } - - return json.Marshal(toSerialize) -} - -// UnmarshalJSON implements the Unmarshaler interface. -// Unmarshaler is the interface implemented by types that can unmarshal a JSON description of themselves. -func (o *HistoricalFieldResultsAttributes) UnmarshalJSON(bytes []byte) (err error) { - varHistoricalFieldResultsAttributes := _HistoricalFieldResultsAttributes{} - - if err = json.Unmarshal(bytes, &varHistoricalFieldResultsAttributes); err == nil { - *o = HistoricalFieldResultsAttributes(varHistoricalFieldResultsAttributes) - } - - additionalProperties := make(map[string]any) - - if err = json.Unmarshal(bytes, &additionalProperties); err == nil { - delete(additionalProperties, "requests") - delete(additionalProperties, "hits") - delete(additionalProperties, "hits_time") - delete(additionalProperties, "miss") - delete(additionalProperties, "miss_time") - delete(additionalProperties, "pass") - delete(additionalProperties, "pass_time") - delete(additionalProperties, "errors") - delete(additionalProperties, "restarts") - delete(additionalProperties, "hit_ratio") - delete(additionalProperties, "bandwidth") - delete(additionalProperties, "body_size") - delete(additionalProperties, "header_size") - delete(additionalProperties, "req_body_bytes") - delete(additionalProperties, "req_header_bytes") - delete(additionalProperties, "resp_body_bytes") - delete(additionalProperties, "resp_header_bytes") - delete(additionalProperties, "bereq_body_bytes") - delete(additionalProperties, "bereq_header_bytes") - delete(additionalProperties, "uncacheable") - delete(additionalProperties, "pipe") - delete(additionalProperties, "synth") - delete(additionalProperties, "tls") - delete(additionalProperties, "tls_v10") - delete(additionalProperties, "tls_v11") - delete(additionalProperties, "tls_v12") - delete(additionalProperties, "tls_v13") - delete(additionalProperties, "edge_requests") - delete(additionalProperties, "edge_resp_header_bytes") - delete(additionalProperties, "edge_resp_body_bytes") - delete(additionalProperties, "edge_hit_requests") - delete(additionalProperties, "edge_miss_requests") - delete(additionalProperties, "origin_fetches") - delete(additionalProperties, "origin_fetch_header_bytes") - delete(additionalProperties, "origin_fetch_body_bytes") - delete(additionalProperties, "origin_fetch_resp_header_bytes") - delete(additionalProperties, "origin_fetch_resp_body_bytes") - delete(additionalProperties, "origin_revalidations") - delete(additionalProperties, "origin_cache_fetches") - delete(additionalProperties, "shield") - delete(additionalProperties, "shield_resp_body_bytes") - delete(additionalProperties, "shield_resp_header_bytes") - delete(additionalProperties, "shield_fetches") - delete(additionalProperties, "shield_fetch_header_bytes") - delete(additionalProperties, "shield_fetch_body_bytes") - delete(additionalProperties, "shield_fetch_resp_header_bytes") - delete(additionalProperties, "shield_fetch_resp_body_bytes") - delete(additionalProperties, "shield_revalidations") - delete(additionalProperties, "shield_cache_fetches") - delete(additionalProperties, "ipv6") - delete(additionalProperties, "otfp") - delete(additionalProperties, "otfp_resp_body_bytes") - delete(additionalProperties, "otfp_resp_header_bytes") - delete(additionalProperties, "otfp_shield_resp_body_bytes") - delete(additionalProperties, "otfp_shield_resp_header_bytes") - delete(additionalProperties, "otfp_manifests") - delete(additionalProperties, "otfp_deliver_time") - delete(additionalProperties, "otfp_shield_time") - delete(additionalProperties, "video") - delete(additionalProperties, "pci") - delete(additionalProperties, "log") - delete(additionalProperties, "log_bytes") - delete(additionalProperties, "http2") - delete(additionalProperties, "http3") - delete(additionalProperties, "waf_logged") - delete(additionalProperties, "waf_blocked") - delete(additionalProperties, "waf_passed") - delete(additionalProperties, "attack_req_body_bytes") - delete(additionalProperties, "attack_req_header_bytes") - delete(additionalProperties, "attack_logged_req_body_bytes") - delete(additionalProperties, "attack_logged_req_header_bytes") - delete(additionalProperties, "attack_blocked_req_body_bytes") - delete(additionalProperties, "attack_blocked_req_header_bytes") - delete(additionalProperties, "attack_passed_req_body_bytes") - delete(additionalProperties, "attack_passed_req_header_bytes") - delete(additionalProperties, "attack_resp_synth_bytes") - delete(additionalProperties, "imgopto") - delete(additionalProperties, "imgopto_resp_body_bytes") - delete(additionalProperties, "imgopto_resp_header_bytes") - delete(additionalProperties, "imgopto_shield_resp_body_bytes") - delete(additionalProperties, "imgopto_shield_resp_header_bytes") - delete(additionalProperties, "imgvideo") - delete(additionalProperties, "imgvideo_frames") - delete(additionalProperties, "imgvideo_resp_header_bytes") - delete(additionalProperties, "imgvideo_resp_body_bytes") - delete(additionalProperties, "imgvideo_shield_resp_header_bytes") - delete(additionalProperties, "imgvideo_shield_resp_body_bytes") - delete(additionalProperties, "imgvideo_shield") - delete(additionalProperties, "imgvideo_shield_frames") - delete(additionalProperties, "status_200") - delete(additionalProperties, "status_204") - delete(additionalProperties, "status_206") - delete(additionalProperties, "status_301") - delete(additionalProperties, "status_302") - delete(additionalProperties, "status_304") - delete(additionalProperties, "status_400") - delete(additionalProperties, "status_401") - delete(additionalProperties, "status_403") - delete(additionalProperties, "status_404") - delete(additionalProperties, "status_406") - delete(additionalProperties, "status_416") - delete(additionalProperties, "status_429") - delete(additionalProperties, "status_500") - delete(additionalProperties, "status_501") - delete(additionalProperties, "status_502") - delete(additionalProperties, "status_503") - delete(additionalProperties, "status_504") - delete(additionalProperties, "status_505") - delete(additionalProperties, "status_1xx") - delete(additionalProperties, "status_2xx") - delete(additionalProperties, "status_3xx") - delete(additionalProperties, "status_4xx") - delete(additionalProperties, "status_5xx") - delete(additionalProperties, "object_size_1k") - delete(additionalProperties, "object_size_10k") - delete(additionalProperties, "object_size_100k") - delete(additionalProperties, "object_size_1m") - delete(additionalProperties, "object_size_10m") - delete(additionalProperties, "object_size_100m") - delete(additionalProperties, "object_size_1g") - delete(additionalProperties, "recv_sub_time") - delete(additionalProperties, "recv_sub_count") - delete(additionalProperties, "hash_sub_time") - delete(additionalProperties, "hash_sub_count") - delete(additionalProperties, "miss_sub_time") - delete(additionalProperties, "miss_sub_count") - delete(additionalProperties, "fetch_sub_time") - delete(additionalProperties, "fetch_sub_count") - delete(additionalProperties, "pass_sub_time") - delete(additionalProperties, "pass_sub_count") - delete(additionalProperties, "pipe_sub_time") - delete(additionalProperties, "pipe_sub_count") - delete(additionalProperties, "deliver_sub_time") - delete(additionalProperties, "deliver_sub_count") - delete(additionalProperties, "error_sub_time") - delete(additionalProperties, "error_sub_count") - delete(additionalProperties, "hit_sub_time") - delete(additionalProperties, "hit_sub_count") - delete(additionalProperties, "prehash_sub_time") - delete(additionalProperties, "prehash_sub_count") - delete(additionalProperties, "predeliver_sub_time") - delete(additionalProperties, "predeliver_sub_count") - delete(additionalProperties, "tls_handshake_sent_bytes") - delete(additionalProperties, "hit_resp_body_bytes") - delete(additionalProperties, "miss_resp_body_bytes") - delete(additionalProperties, "pass_resp_body_bytes") - delete(additionalProperties, "segblock_origin_fetches") - delete(additionalProperties, "segblock_shield_fetches") - delete(additionalProperties, "compute_requests") - delete(additionalProperties, "compute_request_time_ms") - delete(additionalProperties, "compute_request_time_billed_ms") - delete(additionalProperties, "compute_ram_used") - delete(additionalProperties, "compute_execution_time_ms") - delete(additionalProperties, "compute_req_header_bytes") - delete(additionalProperties, "compute_req_body_bytes") - delete(additionalProperties, "compute_resp_header_bytes") - delete(additionalProperties, "compute_resp_body_bytes") - delete(additionalProperties, "compute_resp_status_1xx") - delete(additionalProperties, "compute_resp_status_2xx") - delete(additionalProperties, "compute_resp_status_3xx") - delete(additionalProperties, "compute_resp_status_4xx") - delete(additionalProperties, "compute_resp_status_5xx") - delete(additionalProperties, "compute_bereq_header_bytes") - delete(additionalProperties, "compute_bereq_body_bytes") - delete(additionalProperties, "compute_beresp_header_bytes") - delete(additionalProperties, "compute_beresp_body_bytes") - delete(additionalProperties, "compute_bereqs") - delete(additionalProperties, "compute_bereq_errors") - delete(additionalProperties, "compute_resource_limit_exceeded") - delete(additionalProperties, "compute_heap_limit_exceeded") - delete(additionalProperties, "compute_stack_limit_exceeded") - delete(additionalProperties, "compute_globals_limit_exceeded") - delete(additionalProperties, "compute_guest_errors") - delete(additionalProperties, "compute_runtime_errors") - delete(additionalProperties, "edge_hit_resp_body_bytes") - delete(additionalProperties, "edge_hit_resp_header_bytes") - delete(additionalProperties, "edge_miss_resp_body_bytes") - delete(additionalProperties, "edge_miss_resp_header_bytes") - delete(additionalProperties, "origin_cache_fetch_resp_body_bytes") - delete(additionalProperties, "origin_cache_fetch_resp_header_bytes") - delete(additionalProperties, "shield_hit_requests") - delete(additionalProperties, "shield_miss_requests") - delete(additionalProperties, "shield_hit_resp_header_bytes") - delete(additionalProperties, "shield_hit_resp_body_bytes") - delete(additionalProperties, "shield_miss_resp_header_bytes") - delete(additionalProperties, "shield_miss_resp_body_bytes") - delete(additionalProperties, "websocket_req_header_bytes") - delete(additionalProperties, "websocket_req_body_bytes") - delete(additionalProperties, "websocket_resp_header_bytes") - delete(additionalProperties, "websocket_resp_body_bytes") - delete(additionalProperties, "websocket_bereq_header_bytes") - delete(additionalProperties, "websocket_bereq_body_bytes") - delete(additionalProperties, "websocket_beresp_header_bytes") - delete(additionalProperties, "websocket_beresp_body_bytes") - delete(additionalProperties, "websocket_conn_time_ms") - delete(additionalProperties, "fanout_recv_publishes") - delete(additionalProperties, "fanout_send_publishes") - delete(additionalProperties, "kv_store_class_a_operations") - delete(additionalProperties, "kv_store_class_b_operations") - delete(additionalProperties, "object_store_class_a_operations") - delete(additionalProperties, "object_store_class_b_operations") - delete(additionalProperties, "fanout_req_header_bytes") - delete(additionalProperties, "fanout_req_body_bytes") - delete(additionalProperties, "fanout_resp_header_bytes") - delete(additionalProperties, "fanout_resp_body_bytes") - delete(additionalProperties, "fanout_bereq_header_bytes") - delete(additionalProperties, "fanout_bereq_body_bytes") - delete(additionalProperties, "fanout_beresp_header_bytes") - delete(additionalProperties, "fanout_beresp_body_bytes") - delete(additionalProperties, "fanout_conn_time_ms") - delete(additionalProperties, "ddos_action_limit_streams_connections") - delete(additionalProperties, "ddos_action_limit_streams_requests") - delete(additionalProperties, "ddos_action_tarpit_accept") - delete(additionalProperties, "ddos_action_tarpit") - delete(additionalProperties, "ddos_action_close") - delete(additionalProperties, "ddos_action_blackhole") - delete(additionalProperties, "bot_challenge_starts") - delete(additionalProperties, "bot_challenge_complete_tokens_passed") - delete(additionalProperties, "bot_challenge_complete_tokens_failed") - delete(additionalProperties, "bot_challenge_complete_tokens_checked") - delete(additionalProperties, "bot_challenge_complete_tokens_disabled") - delete(additionalProperties, "bot_challenge_complete_tokens_issued") - delete(additionalProperties, "bot_challenges_issued") - delete(additionalProperties, "bot_challenges_succeeded") - delete(additionalProperties, "bot_challenges_failed") - delete(additionalProperties, "service_id") - delete(additionalProperties, "start_time") - o.AdditionalProperties = additionalProperties - } - - return err -} - -// NullableHistoricalFieldResultsAttributes is a helper abstraction for handling nullable historicalfieldresultsattributes types. -type NullableHistoricalFieldResultsAttributes struct { - value *HistoricalFieldResultsAttributes - isSet bool -} - -// Get returns the value. -func (v NullableHistoricalFieldResultsAttributes) Get() *HistoricalFieldResultsAttributes { - return v.value -} - -// Set modifies the value. -func (v *NullableHistoricalFieldResultsAttributes) Set(val *HistoricalFieldResultsAttributes) { - v.value = val - v.isSet = true -} - -// IsSet indicates if the value was set. -func (v NullableHistoricalFieldResultsAttributes) IsSet() bool { - return v.isSet -} - -// Unset removes the value. -func (v *NullableHistoricalFieldResultsAttributes) Unset() { - v.value = nil - v.isSet = false -} - -// NewNullableHistoricalFieldResultsAttributes returns a pointer to a new instance of NullableHistoricalFieldResultsAttributes. -func NewNullableHistoricalFieldResultsAttributes(val *HistoricalFieldResultsAttributes) *NullableHistoricalFieldResultsAttributes { - return &NullableHistoricalFieldResultsAttributes{value: val, isSet: true} -} - -// MarshalJSON implements the json.Marshaler interface. -// Marshaler is the interface implemented by types that can marshal themselves into valid JSON. -func (v NullableHistoricalFieldResultsAttributes) MarshalJSON() ([]byte, error) { - return json.Marshal(v.value) -} - -// UnmarshalJSON implements the Unmarshaler interface. -// Unmarshaler is the interface implemented by types that can unmarshal a JSON description of themselves. -func (v *NullableHistoricalFieldResultsAttributes) UnmarshalJSON(src []byte) error { - v.isSet = true - return json.Unmarshal(src, &v.value) -} diff --git a/fastly/model_historical_field_results_attributes_additional.go b/fastly/model_historical_field_results_attributes_additional.go deleted file mode 100644 index c24484c9..00000000 --- a/fastly/model_historical_field_results_attributes_additional.go +++ /dev/null @@ -1,192 +0,0 @@ -// Package fastly is an API client library for interacting with most facets of the Fastly API. -package fastly - -/* -Fastly API - -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) - -API version: 1.0.0 -Contact: oss@fastly.com -*/ - -// This code is auto-generated; DO NOT EDIT. - - -import ( - "encoding/json" -) - -// HistoricalFieldResultsAttributesAdditional struct for HistoricalFieldResultsAttributesAdditional -type HistoricalFieldResultsAttributesAdditional struct { - ServiceID *ReadOnlyIDService `json:"service_id,omitempty"` - StartTime *int32 `json:"start_time,omitempty"` - AdditionalProperties map[string]any -} - -type _HistoricalFieldResultsAttributesAdditional HistoricalFieldResultsAttributesAdditional - -// NewHistoricalFieldResultsAttributesAdditional instantiates a new HistoricalFieldResultsAttributesAdditional 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 NewHistoricalFieldResultsAttributesAdditional() *HistoricalFieldResultsAttributesAdditional { - this := HistoricalFieldResultsAttributesAdditional{} - return &this -} - -// NewHistoricalFieldResultsAttributesAdditionalWithDefaults instantiates a new HistoricalFieldResultsAttributesAdditional 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 NewHistoricalFieldResultsAttributesAdditionalWithDefaults() *HistoricalFieldResultsAttributesAdditional { - this := HistoricalFieldResultsAttributesAdditional{} - return &this -} - -// GetServiceID returns the ServiceID field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributesAdditional) GetServiceID() ReadOnlyIDService { - if o == nil || o.ServiceID == nil { - var ret ReadOnlyIDService - return ret - } - return *o.ServiceID -} - -// GetServiceIDOk returns a tuple with the ServiceID field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributesAdditional) GetServiceIDOk() (*ReadOnlyIDService, bool) { - if o == nil || o.ServiceID == nil { - return nil, false - } - return o.ServiceID, true -} - -// HasServiceID returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributesAdditional) HasServiceID() bool { - if o != nil && o.ServiceID != nil { - return true - } - - return false -} - -// SetServiceID gets a reference to the given ReadOnlyIDService and assigns it to the ServiceID field. -func (o *HistoricalFieldResultsAttributesAdditional) SetServiceID(v ReadOnlyIDService) { - o.ServiceID = &v -} - -// GetStartTime returns the StartTime field value if set, zero value otherwise. -func (o *HistoricalFieldResultsAttributesAdditional) GetStartTime() int32 { - if o == nil || o.StartTime == nil { - var ret int32 - return ret - } - return *o.StartTime -} - -// GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalFieldResultsAttributesAdditional) GetStartTimeOk() (*int32, bool) { - if o == nil || o.StartTime == nil { - return nil, false - } - return o.StartTime, true -} - -// HasStartTime returns a boolean if a field has been set. -func (o *HistoricalFieldResultsAttributesAdditional) HasStartTime() bool { - if o != nil && o.StartTime != nil { - return true - } - - return false -} - -// SetStartTime gets a reference to the given int32 and assigns it to the StartTime field. -func (o *HistoricalFieldResultsAttributesAdditional) SetStartTime(v int32) { - o.StartTime = &v -} - -// MarshalJSON implements the json.Marshaler interface. -// Marshaler is the interface implemented by types that can marshal themselves into valid JSON. -func (o HistoricalFieldResultsAttributesAdditional) MarshalJSON() ([]byte, error) { - toSerialize := map[string]any{} - if o.ServiceID != nil { - toSerialize["service_id"] = o.ServiceID - } - if o.StartTime != nil { - toSerialize["start_time"] = o.StartTime - } - - for key, value := range o.AdditionalProperties { - toSerialize[key] = value - } - - return json.Marshal(toSerialize) -} - -// UnmarshalJSON implements the Unmarshaler interface. -// Unmarshaler is the interface implemented by types that can unmarshal a JSON description of themselves. -func (o *HistoricalFieldResultsAttributesAdditional) UnmarshalJSON(bytes []byte) (err error) { - varHistoricalFieldResultsAttributesAdditional := _HistoricalFieldResultsAttributesAdditional{} - - if err = json.Unmarshal(bytes, &varHistoricalFieldResultsAttributesAdditional); err == nil { - *o = HistoricalFieldResultsAttributesAdditional(varHistoricalFieldResultsAttributesAdditional) - } - - additionalProperties := make(map[string]any) - - if err = json.Unmarshal(bytes, &additionalProperties); err == nil { - delete(additionalProperties, "service_id") - delete(additionalProperties, "start_time") - o.AdditionalProperties = additionalProperties - } - - return err -} - -// NullableHistoricalFieldResultsAttributesAdditional is a helper abstraction for handling nullable historicalfieldresultsattributesadditional types. -type NullableHistoricalFieldResultsAttributesAdditional struct { - value *HistoricalFieldResultsAttributesAdditional - isSet bool -} - -// Get returns the value. -func (v NullableHistoricalFieldResultsAttributesAdditional) Get() *HistoricalFieldResultsAttributesAdditional { - return v.value -} - -// Set modifies the value. -func (v *NullableHistoricalFieldResultsAttributesAdditional) Set(val *HistoricalFieldResultsAttributesAdditional) { - v.value = val - v.isSet = true -} - -// IsSet indicates if the value was set. -func (v NullableHistoricalFieldResultsAttributesAdditional) IsSet() bool { - return v.isSet -} - -// Unset removes the value. -func (v *NullableHistoricalFieldResultsAttributesAdditional) Unset() { - v.value = nil - v.isSet = false -} - -// NewNullableHistoricalFieldResultsAttributesAdditional returns a pointer to a new instance of NullableHistoricalFieldResultsAttributesAdditional. -func NewNullableHistoricalFieldResultsAttributesAdditional(val *HistoricalFieldResultsAttributesAdditional) *NullableHistoricalFieldResultsAttributesAdditional { - return &NullableHistoricalFieldResultsAttributesAdditional{value: val, isSet: true} -} - -// MarshalJSON implements the json.Marshaler interface. -// Marshaler is the interface implemented by types that can marshal themselves into valid JSON. -func (v NullableHistoricalFieldResultsAttributesAdditional) MarshalJSON() ([]byte, error) { - return json.Marshal(v.value) -} - -// UnmarshalJSON implements the Unmarshaler interface. -// Unmarshaler is the interface implemented by types that can unmarshal a JSON description of themselves. -func (v *NullableHistoricalFieldResultsAttributesAdditional) UnmarshalJSON(src []byte) error { - v.isSet = true - return json.Unmarshal(src, &v.value) -} diff --git a/fastly/model_historical_aggregate_response.go b/fastly/model_historical_stats_aggregated_response.go similarity index 64% rename from fastly/model_historical_aggregate_response.go rename to fastly/model_historical_stats_aggregated_response.go index 5d754cf8..fe1238f4 100644 --- a/fastly/model_historical_aggregate_response.go +++ b/fastly/model_historical_stats_aggregated_response.go @@ -17,8 +17,8 @@ import ( "encoding/json" ) -// HistoricalAggregateResponse struct for HistoricalAggregateResponse -type HistoricalAggregateResponse struct { +// HistoricalStatsAggregatedResponse struct for HistoricalStatsAggregatedResponse +type HistoricalStatsAggregatedResponse struct { // Whether or not we were able to successfully execute the query. Status *string `json:"status,omitempty"` Meta *HistoricalMeta `json:"meta,omitempty"` @@ -28,27 +28,27 @@ type HistoricalAggregateResponse struct { AdditionalProperties map[string]any } -type _HistoricalAggregateResponse HistoricalAggregateResponse +type _HistoricalStatsAggregatedResponse HistoricalStatsAggregatedResponse -// NewHistoricalAggregateResponse instantiates a new HistoricalAggregateResponse object +// NewHistoricalStatsAggregatedResponse instantiates a new HistoricalStatsAggregatedResponse 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 NewHistoricalAggregateResponse() *HistoricalAggregateResponse { - this := HistoricalAggregateResponse{} +func NewHistoricalStatsAggregatedResponse() *HistoricalStatsAggregatedResponse { + this := HistoricalStatsAggregatedResponse{} return &this } -// NewHistoricalAggregateResponseWithDefaults instantiates a new HistoricalAggregateResponse object +// NewHistoricalStatsAggregatedResponseWithDefaults instantiates a new HistoricalStatsAggregatedResponse 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 NewHistoricalAggregateResponseWithDefaults() *HistoricalAggregateResponse { - this := HistoricalAggregateResponse{} +func NewHistoricalStatsAggregatedResponseWithDefaults() *HistoricalStatsAggregatedResponse { + this := HistoricalStatsAggregatedResponse{} return &this } // GetStatus returns the Status field value if set, zero value otherwise. -func (o *HistoricalAggregateResponse) GetStatus() string { +func (o *HistoricalStatsAggregatedResponse) GetStatus() string { if o == nil || o.Status == nil { var ret string return ret @@ -58,7 +58,7 @@ func (o *HistoricalAggregateResponse) GetStatus() string { // GetStatusOk returns a tuple with the Status field value if set, nil otherwise // and a boolean to check if the value has been set. -func (o *HistoricalAggregateResponse) GetStatusOk() (*string, bool) { +func (o *HistoricalStatsAggregatedResponse) GetStatusOk() (*string, bool) { if o == nil || o.Status == nil { return nil, false } @@ -66,7 +66,7 @@ func (o *HistoricalAggregateResponse) GetStatusOk() (*string, bool) { } // HasStatus returns a boolean if a field has been set. -func (o *HistoricalAggregateResponse) HasStatus() bool { +func (o *HistoricalStatsAggregatedResponse) HasStatus() bool { if o != nil && o.Status != nil { return true } @@ -75,12 +75,12 @@ func (o *HistoricalAggregateResponse) HasStatus() bool { } // SetStatus gets a reference to the given string and assigns it to the Status field. -func (o *HistoricalAggregateResponse) SetStatus(v string) { +func (o *HistoricalStatsAggregatedResponse) SetStatus(v string) { o.Status = &v } // GetMeta returns the Meta field value if set, zero value otherwise. -func (o *HistoricalAggregateResponse) GetMeta() HistoricalMeta { +func (o *HistoricalStatsAggregatedResponse) GetMeta() HistoricalMeta { if o == nil || o.Meta == nil { var ret HistoricalMeta return ret @@ -90,7 +90,7 @@ func (o *HistoricalAggregateResponse) GetMeta() HistoricalMeta { // GetMetaOk returns a tuple with the Meta field value if set, nil otherwise // and a boolean to check if the value has been set. -func (o *HistoricalAggregateResponse) GetMetaOk() (*HistoricalMeta, bool) { +func (o *HistoricalStatsAggregatedResponse) GetMetaOk() (*HistoricalMeta, bool) { if o == nil || o.Meta == nil { return nil, false } @@ -98,7 +98,7 @@ func (o *HistoricalAggregateResponse) GetMetaOk() (*HistoricalMeta, bool) { } // HasMeta returns a boolean if a field has been set. -func (o *HistoricalAggregateResponse) HasMeta() bool { +func (o *HistoricalStatsAggregatedResponse) HasMeta() bool { if o != nil && o.Meta != nil { return true } @@ -107,12 +107,12 @@ func (o *HistoricalAggregateResponse) HasMeta() bool { } // SetMeta gets a reference to the given HistoricalMeta and assigns it to the Meta field. -func (o *HistoricalAggregateResponse) SetMeta(v HistoricalMeta) { +func (o *HistoricalStatsAggregatedResponse) SetMeta(v HistoricalMeta) { o.Meta = &v } // GetMsg returns the Msg field value if set, zero value otherwise (both if not set or set to explicit null). -func (o *HistoricalAggregateResponse) GetMsg() string { +func (o *HistoricalStatsAggregatedResponse) GetMsg() string { if o == nil || o.Msg.Get() == nil { var ret string return ret @@ -123,7 +123,7 @@ func (o *HistoricalAggregateResponse) GetMsg() string { // GetMsgOk returns a tuple with the Msg field value if set, nil otherwise // and a boolean to check if the value has been set. // NOTE: If the value is an explicit nil, `nil, true` will be returned -func (o *HistoricalAggregateResponse) GetMsgOk() (*string, bool) { +func (o *HistoricalStatsAggregatedResponse) GetMsgOk() (*string, bool) { if o == nil { return nil, false } @@ -131,7 +131,7 @@ func (o *HistoricalAggregateResponse) GetMsgOk() (*string, bool) { } // HasMsg returns a boolean if a field has been set. -func (o *HistoricalAggregateResponse) HasMsg() bool { +func (o *HistoricalStatsAggregatedResponse) HasMsg() bool { if o != nil && o.Msg.IsSet() { return true } @@ -140,21 +140,21 @@ func (o *HistoricalAggregateResponse) HasMsg() bool { } // SetMsg gets a reference to the given NullableString and assigns it to the Msg field. -func (o *HistoricalAggregateResponse) SetMsg(v string) { +func (o *HistoricalStatsAggregatedResponse) SetMsg(v string) { o.Msg.Set(&v) } // SetMsgNil sets the value for Msg to be an explicit nil -func (o *HistoricalAggregateResponse) SetMsgNil() { +func (o *HistoricalStatsAggregatedResponse) SetMsgNil() { o.Msg.Set(nil) } // UnsetMsg ensures that no value is present for Msg, not even an explicit nil -func (o *HistoricalAggregateResponse) UnsetMsg() { +func (o *HistoricalStatsAggregatedResponse) UnsetMsg() { o.Msg.Unset() } // GetData returns the Data field value if set, zero value otherwise. -func (o *HistoricalAggregateResponse) GetData() []Results { +func (o *HistoricalStatsAggregatedResponse) GetData() []Results { if o == nil || o.Data == nil { var ret []Results return ret @@ -164,7 +164,7 @@ func (o *HistoricalAggregateResponse) GetData() []Results { // GetDataOk returns a tuple with the Data field value if set, nil otherwise // and a boolean to check if the value has been set. -func (o *HistoricalAggregateResponse) GetDataOk() ([]Results, bool) { +func (o *HistoricalStatsAggregatedResponse) GetDataOk() ([]Results, bool) { if o == nil || o.Data == nil { return nil, false } @@ -172,7 +172,7 @@ func (o *HistoricalAggregateResponse) GetDataOk() ([]Results, bool) { } // HasData returns a boolean if a field has been set. -func (o *HistoricalAggregateResponse) HasData() bool { +func (o *HistoricalStatsAggregatedResponse) HasData() bool { if o != nil && o.Data != nil { return true } @@ -181,13 +181,13 @@ func (o *HistoricalAggregateResponse) HasData() bool { } // SetData gets a reference to the given []Results and assigns it to the Data field. -func (o *HistoricalAggregateResponse) SetData(v []Results) { +func (o *HistoricalStatsAggregatedResponse) SetData(v []Results) { o.Data = v } // MarshalJSON implements the json.Marshaler interface. // Marshaler is the interface implemented by types that can marshal themselves into valid JSON. -func (o HistoricalAggregateResponse) MarshalJSON() ([]byte, error) { +func (o HistoricalStatsAggregatedResponse) MarshalJSON() ([]byte, error) { toSerialize := map[string]any{} if o.Status != nil { toSerialize["status"] = o.Status @@ -211,11 +211,11 @@ func (o HistoricalAggregateResponse) MarshalJSON() ([]byte, error) { // UnmarshalJSON implements the Unmarshaler interface. // Unmarshaler is the interface implemented by types that can unmarshal a JSON description of themselves. -func (o *HistoricalAggregateResponse) UnmarshalJSON(bytes []byte) (err error) { - varHistoricalAggregateResponse := _HistoricalAggregateResponse{} +func (o *HistoricalStatsAggregatedResponse) UnmarshalJSON(bytes []byte) (err error) { + varHistoricalStatsAggregatedResponse := _HistoricalStatsAggregatedResponse{} - if err = json.Unmarshal(bytes, &varHistoricalAggregateResponse); err == nil { - *o = HistoricalAggregateResponse(varHistoricalAggregateResponse) + if err = json.Unmarshal(bytes, &varHistoricalStatsAggregatedResponse); err == nil { + *o = HistoricalStatsAggregatedResponse(varHistoricalStatsAggregatedResponse) } additionalProperties := make(map[string]any) @@ -231,48 +231,48 @@ func (o *HistoricalAggregateResponse) UnmarshalJSON(bytes []byte) (err error) { return err } -// NullableHistoricalAggregateResponse is a helper abstraction for handling nullable historicalaggregateresponse types. -type NullableHistoricalAggregateResponse struct { - value *HistoricalAggregateResponse +// NullableHistoricalStatsAggregatedResponse is a helper abstraction for handling nullable historicalstatsaggregatedresponse types. +type NullableHistoricalStatsAggregatedResponse struct { + value *HistoricalStatsAggregatedResponse isSet bool } // Get returns the value. -func (v NullableHistoricalAggregateResponse) Get() *HistoricalAggregateResponse { +func (v NullableHistoricalStatsAggregatedResponse) Get() *HistoricalStatsAggregatedResponse { return v.value } // Set modifies the value. -func (v *NullableHistoricalAggregateResponse) Set(val *HistoricalAggregateResponse) { +func (v *NullableHistoricalStatsAggregatedResponse) Set(val *HistoricalStatsAggregatedResponse) { v.value = val v.isSet = true } // IsSet indicates if the value was set. -func (v NullableHistoricalAggregateResponse) IsSet() bool { +func (v NullableHistoricalStatsAggregatedResponse) IsSet() bool { return v.isSet } // Unset removes the value. -func (v *NullableHistoricalAggregateResponse) Unset() { +func (v *NullableHistoricalStatsAggregatedResponse) Unset() { v.value = nil v.isSet = false } -// NewNullableHistoricalAggregateResponse returns a pointer to a new instance of NullableHistoricalAggregateResponse. -func NewNullableHistoricalAggregateResponse(val *HistoricalAggregateResponse) *NullableHistoricalAggregateResponse { - return &NullableHistoricalAggregateResponse{value: val, isSet: true} +// NewNullableHistoricalStatsAggregatedResponse returns a pointer to a new instance of NullableHistoricalStatsAggregatedResponse. +func NewNullableHistoricalStatsAggregatedResponse(val *HistoricalStatsAggregatedResponse) *NullableHistoricalStatsAggregatedResponse { + return &NullableHistoricalStatsAggregatedResponse{value: val, isSet: true} } // MarshalJSON implements the json.Marshaler interface. // Marshaler is the interface implemented by types that can marshal themselves into valid JSON. -func (v NullableHistoricalAggregateResponse) MarshalJSON() ([]byte, error) { +func (v NullableHistoricalStatsAggregatedResponse) MarshalJSON() ([]byte, error) { return json.Marshal(v.value) } // UnmarshalJSON implements the Unmarshaler interface. // Unmarshaler is the interface implemented by types that can unmarshal a JSON description of themselves. -func (v *NullableHistoricalAggregateResponse) UnmarshalJSON(src []byte) error { +func (v *NullableHistoricalStatsAggregatedResponse) UnmarshalJSON(src []byte) error { v.isSet = true return json.Unmarshal(src, &v.value) } diff --git a/fastly/model_historical_aggregate_response_all_of.go b/fastly/model_historical_stats_aggregated_response_all_of.go similarity index 55% rename from fastly/model_historical_aggregate_response_all_of.go rename to fastly/model_historical_stats_aggregated_response_all_of.go index 72fde3cd..d2cbf566 100644 --- a/fastly/model_historical_aggregate_response_all_of.go +++ b/fastly/model_historical_stats_aggregated_response_all_of.go @@ -17,33 +17,33 @@ import ( "encoding/json" ) -// HistoricalAggregateResponseAllOf struct for HistoricalAggregateResponseAllOf -type HistoricalAggregateResponseAllOf struct { +// HistoricalStatsAggregatedResponseAllOf struct for HistoricalStatsAggregatedResponseAllOf +type HistoricalStatsAggregatedResponseAllOf struct { Data []Results `json:"data,omitempty"` AdditionalProperties map[string]any } -type _HistoricalAggregateResponseAllOf HistoricalAggregateResponseAllOf +type _HistoricalStatsAggregatedResponseAllOf HistoricalStatsAggregatedResponseAllOf -// NewHistoricalAggregateResponseAllOf instantiates a new HistoricalAggregateResponseAllOf object +// NewHistoricalStatsAggregatedResponseAllOf instantiates a new HistoricalStatsAggregatedResponseAllOf 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 NewHistoricalAggregateResponseAllOf() *HistoricalAggregateResponseAllOf { - this := HistoricalAggregateResponseAllOf{} +func NewHistoricalStatsAggregatedResponseAllOf() *HistoricalStatsAggregatedResponseAllOf { + this := HistoricalStatsAggregatedResponseAllOf{} return &this } -// NewHistoricalAggregateResponseAllOfWithDefaults instantiates a new HistoricalAggregateResponseAllOf object +// NewHistoricalStatsAggregatedResponseAllOfWithDefaults instantiates a new HistoricalStatsAggregatedResponseAllOf 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 NewHistoricalAggregateResponseAllOfWithDefaults() *HistoricalAggregateResponseAllOf { - this := HistoricalAggregateResponseAllOf{} +func NewHistoricalStatsAggregatedResponseAllOfWithDefaults() *HistoricalStatsAggregatedResponseAllOf { + this := HistoricalStatsAggregatedResponseAllOf{} return &this } // GetData returns the Data field value if set, zero value otherwise. -func (o *HistoricalAggregateResponseAllOf) GetData() []Results { +func (o *HistoricalStatsAggregatedResponseAllOf) GetData() []Results { if o == nil || o.Data == nil { var ret []Results return ret @@ -53,7 +53,7 @@ func (o *HistoricalAggregateResponseAllOf) GetData() []Results { // GetDataOk returns a tuple with the Data field value if set, nil otherwise // and a boolean to check if the value has been set. -func (o *HistoricalAggregateResponseAllOf) GetDataOk() ([]Results, bool) { +func (o *HistoricalStatsAggregatedResponseAllOf) GetDataOk() ([]Results, bool) { if o == nil || o.Data == nil { return nil, false } @@ -61,7 +61,7 @@ func (o *HistoricalAggregateResponseAllOf) GetDataOk() ([]Results, bool) { } // HasData returns a boolean if a field has been set. -func (o *HistoricalAggregateResponseAllOf) HasData() bool { +func (o *HistoricalStatsAggregatedResponseAllOf) HasData() bool { if o != nil && o.Data != nil { return true } @@ -70,13 +70,13 @@ func (o *HistoricalAggregateResponseAllOf) HasData() bool { } // SetData gets a reference to the given []Results and assigns it to the Data field. -func (o *HistoricalAggregateResponseAllOf) SetData(v []Results) { +func (o *HistoricalStatsAggregatedResponseAllOf) SetData(v []Results) { o.Data = v } // MarshalJSON implements the json.Marshaler interface. // Marshaler is the interface implemented by types that can marshal themselves into valid JSON. -func (o HistoricalAggregateResponseAllOf) MarshalJSON() ([]byte, error) { +func (o HistoricalStatsAggregatedResponseAllOf) MarshalJSON() ([]byte, error) { toSerialize := map[string]any{} if o.Data != nil { toSerialize["data"] = o.Data @@ -91,11 +91,11 @@ func (o HistoricalAggregateResponseAllOf) MarshalJSON() ([]byte, error) { // UnmarshalJSON implements the Unmarshaler interface. // Unmarshaler is the interface implemented by types that can unmarshal a JSON description of themselves. -func (o *HistoricalAggregateResponseAllOf) UnmarshalJSON(bytes []byte) (err error) { - varHistoricalAggregateResponseAllOf := _HistoricalAggregateResponseAllOf{} +func (o *HistoricalStatsAggregatedResponseAllOf) UnmarshalJSON(bytes []byte) (err error) { + varHistoricalStatsAggregatedResponseAllOf := _HistoricalStatsAggregatedResponseAllOf{} - if err = json.Unmarshal(bytes, &varHistoricalAggregateResponseAllOf); err == nil { - *o = HistoricalAggregateResponseAllOf(varHistoricalAggregateResponseAllOf) + if err = json.Unmarshal(bytes, &varHistoricalStatsAggregatedResponseAllOf); err == nil { + *o = HistoricalStatsAggregatedResponseAllOf(varHistoricalStatsAggregatedResponseAllOf) } additionalProperties := make(map[string]any) @@ -108,48 +108,48 @@ func (o *HistoricalAggregateResponseAllOf) UnmarshalJSON(bytes []byte) (err erro return err } -// NullableHistoricalAggregateResponseAllOf is a helper abstraction for handling nullable historicalaggregateresponseallof types. -type NullableHistoricalAggregateResponseAllOf struct { - value *HistoricalAggregateResponseAllOf +// NullableHistoricalStatsAggregatedResponseAllOf is a helper abstraction for handling nullable historicalstatsaggregatedresponseallof types. +type NullableHistoricalStatsAggregatedResponseAllOf struct { + value *HistoricalStatsAggregatedResponseAllOf isSet bool } // Get returns the value. -func (v NullableHistoricalAggregateResponseAllOf) Get() *HistoricalAggregateResponseAllOf { +func (v NullableHistoricalStatsAggregatedResponseAllOf) Get() *HistoricalStatsAggregatedResponseAllOf { return v.value } // Set modifies the value. -func (v *NullableHistoricalAggregateResponseAllOf) Set(val *HistoricalAggregateResponseAllOf) { +func (v *NullableHistoricalStatsAggregatedResponseAllOf) Set(val *HistoricalStatsAggregatedResponseAllOf) { v.value = val v.isSet = true } // IsSet indicates if the value was set. -func (v NullableHistoricalAggregateResponseAllOf) IsSet() bool { +func (v NullableHistoricalStatsAggregatedResponseAllOf) IsSet() bool { return v.isSet } // Unset removes the value. -func (v *NullableHistoricalAggregateResponseAllOf) Unset() { +func (v *NullableHistoricalStatsAggregatedResponseAllOf) Unset() { v.value = nil v.isSet = false } -// NewNullableHistoricalAggregateResponseAllOf returns a pointer to a new instance of NullableHistoricalAggregateResponseAllOf. -func NewNullableHistoricalAggregateResponseAllOf(val *HistoricalAggregateResponseAllOf) *NullableHistoricalAggregateResponseAllOf { - return &NullableHistoricalAggregateResponseAllOf{value: val, isSet: true} +// NewNullableHistoricalStatsAggregatedResponseAllOf returns a pointer to a new instance of NullableHistoricalStatsAggregatedResponseAllOf. +func NewNullableHistoricalStatsAggregatedResponseAllOf(val *HistoricalStatsAggregatedResponseAllOf) *NullableHistoricalStatsAggregatedResponseAllOf { + return &NullableHistoricalStatsAggregatedResponseAllOf{value: val, isSet: true} } // MarshalJSON implements the json.Marshaler interface. // Marshaler is the interface implemented by types that can marshal themselves into valid JSON. -func (v NullableHistoricalAggregateResponseAllOf) MarshalJSON() ([]byte, error) { +func (v NullableHistoricalStatsAggregatedResponseAllOf) MarshalJSON() ([]byte, error) { return json.Marshal(v.value) } // UnmarshalJSON implements the Unmarshaler interface. // Unmarshaler is the interface implemented by types that can unmarshal a JSON description of themselves. -func (v *NullableHistoricalAggregateResponseAllOf) UnmarshalJSON(src []byte) error { +func (v *NullableHistoricalStatsAggregatedResponseAllOf) UnmarshalJSON(src []byte) error { v.isSet = true return json.Unmarshal(src, &v.value) } diff --git a/fastly/model_historical_response.go b/fastly/model_historical_stats_by_service_response.go similarity index 64% rename from fastly/model_historical_response.go rename to fastly/model_historical_stats_by_service_response.go index a975b01e..610ffc77 100644 --- a/fastly/model_historical_response.go +++ b/fastly/model_historical_stats_by_service_response.go @@ -17,8 +17,8 @@ import ( "encoding/json" ) -// HistoricalResponse struct for HistoricalResponse -type HistoricalResponse struct { +// HistoricalStatsByServiceResponse struct for HistoricalStatsByServiceResponse +type HistoricalStatsByServiceResponse struct { // Whether or not we were able to successfully execute the query. Status *string `json:"status,omitempty"` Meta *HistoricalMeta `json:"meta,omitempty"` @@ -29,27 +29,27 @@ type HistoricalResponse struct { AdditionalProperties map[string]any } -type _HistoricalResponse HistoricalResponse +type _HistoricalStatsByServiceResponse HistoricalStatsByServiceResponse -// NewHistoricalResponse instantiates a new HistoricalResponse object +// NewHistoricalStatsByServiceResponse instantiates a new HistoricalStatsByServiceResponse 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 NewHistoricalResponse() *HistoricalResponse { - this := HistoricalResponse{} +func NewHistoricalStatsByServiceResponse() *HistoricalStatsByServiceResponse { + this := HistoricalStatsByServiceResponse{} return &this } -// NewHistoricalResponseWithDefaults instantiates a new HistoricalResponse object +// NewHistoricalStatsByServiceResponseWithDefaults instantiates a new HistoricalStatsByServiceResponse 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 NewHistoricalResponseWithDefaults() *HistoricalResponse { - this := HistoricalResponse{} +func NewHistoricalStatsByServiceResponseWithDefaults() *HistoricalStatsByServiceResponse { + this := HistoricalStatsByServiceResponse{} return &this } // GetStatus returns the Status field value if set, zero value otherwise. -func (o *HistoricalResponse) GetStatus() string { +func (o *HistoricalStatsByServiceResponse) GetStatus() string { if o == nil || o.Status == nil { var ret string return ret @@ -59,7 +59,7 @@ func (o *HistoricalResponse) GetStatus() string { // GetStatusOk returns a tuple with the Status field value if set, nil otherwise // and a boolean to check if the value has been set. -func (o *HistoricalResponse) GetStatusOk() (*string, bool) { +func (o *HistoricalStatsByServiceResponse) GetStatusOk() (*string, bool) { if o == nil || o.Status == nil { return nil, false } @@ -67,7 +67,7 @@ func (o *HistoricalResponse) GetStatusOk() (*string, bool) { } // HasStatus returns a boolean if a field has been set. -func (o *HistoricalResponse) HasStatus() bool { +func (o *HistoricalStatsByServiceResponse) HasStatus() bool { if o != nil && o.Status != nil { return true } @@ -76,12 +76,12 @@ func (o *HistoricalResponse) HasStatus() bool { } // SetStatus gets a reference to the given string and assigns it to the Status field. -func (o *HistoricalResponse) SetStatus(v string) { +func (o *HistoricalStatsByServiceResponse) SetStatus(v string) { o.Status = &v } // GetMeta returns the Meta field value if set, zero value otherwise. -func (o *HistoricalResponse) GetMeta() HistoricalMeta { +func (o *HistoricalStatsByServiceResponse) GetMeta() HistoricalMeta { if o == nil || o.Meta == nil { var ret HistoricalMeta return ret @@ -91,7 +91,7 @@ func (o *HistoricalResponse) GetMeta() HistoricalMeta { // GetMetaOk returns a tuple with the Meta field value if set, nil otherwise // and a boolean to check if the value has been set. -func (o *HistoricalResponse) GetMetaOk() (*HistoricalMeta, bool) { +func (o *HistoricalStatsByServiceResponse) GetMetaOk() (*HistoricalMeta, bool) { if o == nil || o.Meta == nil { return nil, false } @@ -99,7 +99,7 @@ func (o *HistoricalResponse) GetMetaOk() (*HistoricalMeta, bool) { } // HasMeta returns a boolean if a field has been set. -func (o *HistoricalResponse) HasMeta() bool { +func (o *HistoricalStatsByServiceResponse) HasMeta() bool { if o != nil && o.Meta != nil { return true } @@ -108,12 +108,12 @@ func (o *HistoricalResponse) HasMeta() bool { } // SetMeta gets a reference to the given HistoricalMeta and assigns it to the Meta field. -func (o *HistoricalResponse) SetMeta(v HistoricalMeta) { +func (o *HistoricalStatsByServiceResponse) SetMeta(v HistoricalMeta) { o.Meta = &v } // GetMsg returns the Msg field value if set, zero value otherwise (both if not set or set to explicit null). -func (o *HistoricalResponse) GetMsg() string { +func (o *HistoricalStatsByServiceResponse) GetMsg() string { if o == nil || o.Msg.Get() == nil { var ret string return ret @@ -124,7 +124,7 @@ func (o *HistoricalResponse) GetMsg() string { // GetMsgOk returns a tuple with the Msg field value if set, nil otherwise // and a boolean to check if the value has been set. // NOTE: If the value is an explicit nil, `nil, true` will be returned -func (o *HistoricalResponse) GetMsgOk() (*string, bool) { +func (o *HistoricalStatsByServiceResponse) GetMsgOk() (*string, bool) { if o == nil { return nil, false } @@ -132,7 +132,7 @@ func (o *HistoricalResponse) GetMsgOk() (*string, bool) { } // HasMsg returns a boolean if a field has been set. -func (o *HistoricalResponse) HasMsg() bool { +func (o *HistoricalStatsByServiceResponse) HasMsg() bool { if o != nil && o.Msg.IsSet() { return true } @@ -141,21 +141,21 @@ func (o *HistoricalResponse) HasMsg() bool { } // SetMsg gets a reference to the given NullableString and assigns it to the Msg field. -func (o *HistoricalResponse) SetMsg(v string) { +func (o *HistoricalStatsByServiceResponse) SetMsg(v string) { o.Msg.Set(&v) } // SetMsgNil sets the value for Msg to be an explicit nil -func (o *HistoricalResponse) SetMsgNil() { +func (o *HistoricalStatsByServiceResponse) SetMsgNil() { o.Msg.Set(nil) } // UnsetMsg ensures that no value is present for Msg, not even an explicit nil -func (o *HistoricalResponse) UnsetMsg() { +func (o *HistoricalStatsByServiceResponse) UnsetMsg() { o.Msg.Unset() } // GetData returns the Data field value if set, zero value otherwise. -func (o *HistoricalResponse) GetData() map[string][]Results { +func (o *HistoricalStatsByServiceResponse) GetData() map[string][]Results { if o == nil || o.Data == nil { var ret map[string][]Results return ret @@ -165,7 +165,7 @@ func (o *HistoricalResponse) GetData() map[string][]Results { // GetDataOk returns a tuple with the Data field value if set, nil otherwise // and a boolean to check if the value has been set. -func (o *HistoricalResponse) GetDataOk() (*map[string][]Results, bool) { +func (o *HistoricalStatsByServiceResponse) GetDataOk() (*map[string][]Results, bool) { if o == nil || o.Data == nil { return nil, false } @@ -173,7 +173,7 @@ func (o *HistoricalResponse) GetDataOk() (*map[string][]Results, bool) { } // HasData returns a boolean if a field has been set. -func (o *HistoricalResponse) HasData() bool { +func (o *HistoricalStatsByServiceResponse) HasData() bool { if o != nil && o.Data != nil { return true } @@ -182,13 +182,13 @@ func (o *HistoricalResponse) HasData() bool { } // SetData gets a reference to the given map[string][]Results and assigns it to the Data field. -func (o *HistoricalResponse) SetData(v map[string][]Results) { +func (o *HistoricalStatsByServiceResponse) SetData(v map[string][]Results) { o.Data = &v } // MarshalJSON implements the json.Marshaler interface. // Marshaler is the interface implemented by types that can marshal themselves into valid JSON. -func (o HistoricalResponse) MarshalJSON() ([]byte, error) { +func (o HistoricalStatsByServiceResponse) MarshalJSON() ([]byte, error) { toSerialize := map[string]any{} if o.Status != nil { toSerialize["status"] = o.Status @@ -212,11 +212,11 @@ func (o HistoricalResponse) MarshalJSON() ([]byte, error) { // UnmarshalJSON implements the Unmarshaler interface. // Unmarshaler is the interface implemented by types that can unmarshal a JSON description of themselves. -func (o *HistoricalResponse) UnmarshalJSON(bytes []byte) (err error) { - varHistoricalResponse := _HistoricalResponse{} +func (o *HistoricalStatsByServiceResponse) UnmarshalJSON(bytes []byte) (err error) { + varHistoricalStatsByServiceResponse := _HistoricalStatsByServiceResponse{} - if err = json.Unmarshal(bytes, &varHistoricalResponse); err == nil { - *o = HistoricalResponse(varHistoricalResponse) + if err = json.Unmarshal(bytes, &varHistoricalStatsByServiceResponse); err == nil { + *o = HistoricalStatsByServiceResponse(varHistoricalStatsByServiceResponse) } additionalProperties := make(map[string]any) @@ -232,48 +232,48 @@ func (o *HistoricalResponse) UnmarshalJSON(bytes []byte) (err error) { return err } -// NullableHistoricalResponse is a helper abstraction for handling nullable historicalresponse types. -type NullableHistoricalResponse struct { - value *HistoricalResponse +// NullableHistoricalStatsByServiceResponse is a helper abstraction for handling nullable historicalstatsbyserviceresponse types. +type NullableHistoricalStatsByServiceResponse struct { + value *HistoricalStatsByServiceResponse isSet bool } // Get returns the value. -func (v NullableHistoricalResponse) Get() *HistoricalResponse { +func (v NullableHistoricalStatsByServiceResponse) Get() *HistoricalStatsByServiceResponse { return v.value } // Set modifies the value. -func (v *NullableHistoricalResponse) Set(val *HistoricalResponse) { +func (v *NullableHistoricalStatsByServiceResponse) Set(val *HistoricalStatsByServiceResponse) { v.value = val v.isSet = true } // IsSet indicates if the value was set. -func (v NullableHistoricalResponse) IsSet() bool { +func (v NullableHistoricalStatsByServiceResponse) IsSet() bool { return v.isSet } // Unset removes the value. -func (v *NullableHistoricalResponse) Unset() { +func (v *NullableHistoricalStatsByServiceResponse) Unset() { v.value = nil v.isSet = false } -// NewNullableHistoricalResponse returns a pointer to a new instance of NullableHistoricalResponse. -func NewNullableHistoricalResponse(val *HistoricalResponse) *NullableHistoricalResponse { - return &NullableHistoricalResponse{value: val, isSet: true} +// NewNullableHistoricalStatsByServiceResponse returns a pointer to a new instance of NullableHistoricalStatsByServiceResponse. +func NewNullableHistoricalStatsByServiceResponse(val *HistoricalStatsByServiceResponse) *NullableHistoricalStatsByServiceResponse { + return &NullableHistoricalStatsByServiceResponse{value: val, isSet: true} } // MarshalJSON implements the json.Marshaler interface. // Marshaler is the interface implemented by types that can marshal themselves into valid JSON. -func (v NullableHistoricalResponse) MarshalJSON() ([]byte, error) { +func (v NullableHistoricalStatsByServiceResponse) MarshalJSON() ([]byte, error) { return json.Marshal(v.value) } // UnmarshalJSON implements the Unmarshaler interface. // Unmarshaler is the interface implemented by types that can unmarshal a JSON description of themselves. -func (v *NullableHistoricalResponse) UnmarshalJSON(src []byte) error { +func (v *NullableHistoricalStatsByServiceResponse) UnmarshalJSON(src []byte) error { v.isSet = true return json.Unmarshal(src, &v.value) } diff --git a/fastly/model_historical_response_data_field.go b/fastly/model_historical_stats_by_service_response_all_of.go similarity index 56% rename from fastly/model_historical_response_data_field.go rename to fastly/model_historical_stats_by_service_response_all_of.go index c6a4bf85..c6ab6cd9 100644 --- a/fastly/model_historical_response_data_field.go +++ b/fastly/model_historical_stats_by_service_response_all_of.go @@ -17,34 +17,34 @@ import ( "encoding/json" ) -// HistoricalResponseDataField struct for HistoricalResponseDataField -type HistoricalResponseDataField struct { +// HistoricalStatsByServiceResponseAllOf struct for HistoricalStatsByServiceResponseAllOf +type HistoricalStatsByServiceResponseAllOf struct { // Contains the results of the query, organized by *service ID*, into arrays where each element describes one service over a *time span*. Data *map[string][]Results `json:"data,omitempty"` AdditionalProperties map[string]any } -type _HistoricalResponseDataField HistoricalResponseDataField +type _HistoricalStatsByServiceResponseAllOf HistoricalStatsByServiceResponseAllOf -// NewHistoricalResponseDataField instantiates a new HistoricalResponseDataField object +// NewHistoricalStatsByServiceResponseAllOf instantiates a new HistoricalStatsByServiceResponseAllOf 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 NewHistoricalResponseDataField() *HistoricalResponseDataField { - this := HistoricalResponseDataField{} +func NewHistoricalStatsByServiceResponseAllOf() *HistoricalStatsByServiceResponseAllOf { + this := HistoricalStatsByServiceResponseAllOf{} return &this } -// NewHistoricalResponseDataFieldWithDefaults instantiates a new HistoricalResponseDataField object +// NewHistoricalStatsByServiceResponseAllOfWithDefaults instantiates a new HistoricalStatsByServiceResponseAllOf 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 NewHistoricalResponseDataFieldWithDefaults() *HistoricalResponseDataField { - this := HistoricalResponseDataField{} +func NewHistoricalStatsByServiceResponseAllOfWithDefaults() *HistoricalStatsByServiceResponseAllOf { + this := HistoricalStatsByServiceResponseAllOf{} return &this } // GetData returns the Data field value if set, zero value otherwise. -func (o *HistoricalResponseDataField) GetData() map[string][]Results { +func (o *HistoricalStatsByServiceResponseAllOf) GetData() map[string][]Results { if o == nil || o.Data == nil { var ret map[string][]Results return ret @@ -54,7 +54,7 @@ func (o *HistoricalResponseDataField) GetData() map[string][]Results { // GetDataOk returns a tuple with the Data field value if set, nil otherwise // and a boolean to check if the value has been set. -func (o *HistoricalResponseDataField) GetDataOk() (*map[string][]Results, bool) { +func (o *HistoricalStatsByServiceResponseAllOf) GetDataOk() (*map[string][]Results, bool) { if o == nil || o.Data == nil { return nil, false } @@ -62,7 +62,7 @@ func (o *HistoricalResponseDataField) GetDataOk() (*map[string][]Results, bool) } // HasData returns a boolean if a field has been set. -func (o *HistoricalResponseDataField) HasData() bool { +func (o *HistoricalStatsByServiceResponseAllOf) HasData() bool { if o != nil && o.Data != nil { return true } @@ -71,13 +71,13 @@ func (o *HistoricalResponseDataField) HasData() bool { } // SetData gets a reference to the given map[string][]Results and assigns it to the Data field. -func (o *HistoricalResponseDataField) SetData(v map[string][]Results) { +func (o *HistoricalStatsByServiceResponseAllOf) SetData(v map[string][]Results) { o.Data = &v } // MarshalJSON implements the json.Marshaler interface. // Marshaler is the interface implemented by types that can marshal themselves into valid JSON. -func (o HistoricalResponseDataField) MarshalJSON() ([]byte, error) { +func (o HistoricalStatsByServiceResponseAllOf) MarshalJSON() ([]byte, error) { toSerialize := map[string]any{} if o.Data != nil { toSerialize["data"] = o.Data @@ -92,11 +92,11 @@ func (o HistoricalResponseDataField) MarshalJSON() ([]byte, error) { // UnmarshalJSON implements the Unmarshaler interface. // Unmarshaler is the interface implemented by types that can unmarshal a JSON description of themselves. -func (o *HistoricalResponseDataField) UnmarshalJSON(bytes []byte) (err error) { - varHistoricalResponseDataField := _HistoricalResponseDataField{} +func (o *HistoricalStatsByServiceResponseAllOf) UnmarshalJSON(bytes []byte) (err error) { + varHistoricalStatsByServiceResponseAllOf := _HistoricalStatsByServiceResponseAllOf{} - if err = json.Unmarshal(bytes, &varHistoricalResponseDataField); err == nil { - *o = HistoricalResponseDataField(varHistoricalResponseDataField) + if err = json.Unmarshal(bytes, &varHistoricalStatsByServiceResponseAllOf); err == nil { + *o = HistoricalStatsByServiceResponseAllOf(varHistoricalStatsByServiceResponseAllOf) } additionalProperties := make(map[string]any) @@ -109,48 +109,48 @@ func (o *HistoricalResponseDataField) UnmarshalJSON(bytes []byte) (err error) { return err } -// NullableHistoricalResponseDataField is a helper abstraction for handling nullable historicalresponsedatafield types. -type NullableHistoricalResponseDataField struct { - value *HistoricalResponseDataField +// NullableHistoricalStatsByServiceResponseAllOf is a helper abstraction for handling nullable historicalstatsbyserviceresponseallof types. +type NullableHistoricalStatsByServiceResponseAllOf struct { + value *HistoricalStatsByServiceResponseAllOf isSet bool } // Get returns the value. -func (v NullableHistoricalResponseDataField) Get() *HistoricalResponseDataField { +func (v NullableHistoricalStatsByServiceResponseAllOf) Get() *HistoricalStatsByServiceResponseAllOf { return v.value } // Set modifies the value. -func (v *NullableHistoricalResponseDataField) Set(val *HistoricalResponseDataField) { +func (v *NullableHistoricalStatsByServiceResponseAllOf) Set(val *HistoricalStatsByServiceResponseAllOf) { v.value = val v.isSet = true } // IsSet indicates if the value was set. -func (v NullableHistoricalResponseDataField) IsSet() bool { +func (v NullableHistoricalStatsByServiceResponseAllOf) IsSet() bool { return v.isSet } // Unset removes the value. -func (v *NullableHistoricalResponseDataField) Unset() { +func (v *NullableHistoricalStatsByServiceResponseAllOf) Unset() { v.value = nil v.isSet = false } -// NewNullableHistoricalResponseDataField returns a pointer to a new instance of NullableHistoricalResponseDataField. -func NewNullableHistoricalResponseDataField(val *HistoricalResponseDataField) *NullableHistoricalResponseDataField { - return &NullableHistoricalResponseDataField{value: val, isSet: true} +// NewNullableHistoricalStatsByServiceResponseAllOf returns a pointer to a new instance of NullableHistoricalStatsByServiceResponseAllOf. +func NewNullableHistoricalStatsByServiceResponseAllOf(val *HistoricalStatsByServiceResponseAllOf) *NullableHistoricalStatsByServiceResponseAllOf { + return &NullableHistoricalStatsByServiceResponseAllOf{value: val, isSet: true} } // MarshalJSON implements the json.Marshaler interface. // Marshaler is the interface implemented by types that can marshal themselves into valid JSON. -func (v NullableHistoricalResponseDataField) MarshalJSON() ([]byte, error) { +func (v NullableHistoricalStatsByServiceResponseAllOf) MarshalJSON() ([]byte, error) { return json.Marshal(v.value) } // UnmarshalJSON implements the Unmarshaler interface. // Unmarshaler is the interface implemented by types that can unmarshal a JSON description of themselves. -func (v *NullableHistoricalResponseDataField) UnmarshalJSON(src []byte) error { +func (v *NullableHistoricalStatsByServiceResponseAllOf) UnmarshalJSON(src []byte) error { v.isSet = true return json.Unmarshal(src, &v.value) } diff --git a/fastly/model_historical_usage_aggregate_response.go b/fastly/model_historical_usage_aggregate_response.go deleted file mode 100644 index 17bfe350..00000000 --- a/fastly/model_historical_usage_aggregate_response.go +++ /dev/null @@ -1,278 +0,0 @@ -// Package fastly is an API client library for interacting with most facets of the Fastly API. -package fastly - -/* -Fastly API - -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) - -API version: 1.0.0 -Contact: oss@fastly.com -*/ - -// This code is auto-generated; DO NOT EDIT. - - -import ( - "encoding/json" -) - -// HistoricalUsageAggregateResponse struct for HistoricalUsageAggregateResponse -type HistoricalUsageAggregateResponse struct { - // Whether or not we were able to successfully execute the query. - Status *string `json:"status,omitempty"` - Meta *HistoricalMeta `json:"meta,omitempty"` - // If the query was not successful, this will provide a string that explains why. - Msg NullableString `json:"msg,omitempty"` - Data *HistoricalUsageResults `json:"data,omitempty"` - AdditionalProperties map[string]any -} - -type _HistoricalUsageAggregateResponse HistoricalUsageAggregateResponse - -// NewHistoricalUsageAggregateResponse instantiates a new HistoricalUsageAggregateResponse 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 NewHistoricalUsageAggregateResponse() *HistoricalUsageAggregateResponse { - this := HistoricalUsageAggregateResponse{} - return &this -} - -// NewHistoricalUsageAggregateResponseWithDefaults instantiates a new HistoricalUsageAggregateResponse 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 NewHistoricalUsageAggregateResponseWithDefaults() *HistoricalUsageAggregateResponse { - this := HistoricalUsageAggregateResponse{} - return &this -} - -// GetStatus returns the Status field value if set, zero value otherwise. -func (o *HistoricalUsageAggregateResponse) GetStatus() string { - if o == nil || o.Status == nil { - var ret string - return ret - } - return *o.Status -} - -// GetStatusOk returns a tuple with the Status field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalUsageAggregateResponse) GetStatusOk() (*string, bool) { - if o == nil || o.Status == nil { - return nil, false - } - return o.Status, true -} - -// HasStatus returns a boolean if a field has been set. -func (o *HistoricalUsageAggregateResponse) HasStatus() bool { - if o != nil && o.Status != nil { - return true - } - - return false -} - -// SetStatus gets a reference to the given string and assigns it to the Status field. -func (o *HistoricalUsageAggregateResponse) SetStatus(v string) { - o.Status = &v -} - -// GetMeta returns the Meta field value if set, zero value otherwise. -func (o *HistoricalUsageAggregateResponse) GetMeta() HistoricalMeta { - if o == nil || o.Meta == nil { - var ret HistoricalMeta - return ret - } - return *o.Meta -} - -// GetMetaOk returns a tuple with the Meta field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalUsageAggregateResponse) GetMetaOk() (*HistoricalMeta, bool) { - if o == nil || o.Meta == nil { - return nil, false - } - return o.Meta, true -} - -// HasMeta returns a boolean if a field has been set. -func (o *HistoricalUsageAggregateResponse) HasMeta() bool { - if o != nil && o.Meta != nil { - return true - } - - return false -} - -// SetMeta gets a reference to the given HistoricalMeta and assigns it to the Meta field. -func (o *HistoricalUsageAggregateResponse) SetMeta(v HistoricalMeta) { - o.Meta = &v -} - -// GetMsg returns the Msg field value if set, zero value otherwise (both if not set or set to explicit null). -func (o *HistoricalUsageAggregateResponse) GetMsg() string { - if o == nil || o.Msg.Get() == nil { - var ret string - return ret - } - return *o.Msg.Get() -} - -// GetMsgOk returns a tuple with the Msg field value if set, nil otherwise -// and a boolean to check if the value has been set. -// NOTE: If the value is an explicit nil, `nil, true` will be returned -func (o *HistoricalUsageAggregateResponse) GetMsgOk() (*string, bool) { - if o == nil { - return nil, false - } - return o.Msg.Get(), o.Msg.IsSet() -} - -// HasMsg returns a boolean if a field has been set. -func (o *HistoricalUsageAggregateResponse) HasMsg() bool { - if o != nil && o.Msg.IsSet() { - return true - } - - return false -} - -// SetMsg gets a reference to the given NullableString and assigns it to the Msg field. -func (o *HistoricalUsageAggregateResponse) SetMsg(v string) { - o.Msg.Set(&v) -} -// SetMsgNil sets the value for Msg to be an explicit nil -func (o *HistoricalUsageAggregateResponse) SetMsgNil() { - o.Msg.Set(nil) -} - -// UnsetMsg ensures that no value is present for Msg, not even an explicit nil -func (o *HistoricalUsageAggregateResponse) UnsetMsg() { - o.Msg.Unset() -} - -// GetData returns the Data field value if set, zero value otherwise. -func (o *HistoricalUsageAggregateResponse) GetData() HistoricalUsageResults { - if o == nil || o.Data == nil { - var ret HistoricalUsageResults - return ret - } - return *o.Data -} - -// GetDataOk returns a tuple with the Data field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HistoricalUsageAggregateResponse) GetDataOk() (*HistoricalUsageResults, bool) { - if o == nil || o.Data == nil { - return nil, false - } - return o.Data, true -} - -// HasData returns a boolean if a field has been set. -func (o *HistoricalUsageAggregateResponse) HasData() bool { - if o != nil && o.Data != nil { - return true - } - - return false -} - -// SetData gets a reference to the given HistoricalUsageResults and assigns it to the Data field. -func (o *HistoricalUsageAggregateResponse) SetData(v HistoricalUsageResults) { - o.Data = &v -} - -// MarshalJSON implements the json.Marshaler interface. -// Marshaler is the interface implemented by types that can marshal themselves into valid JSON. -func (o HistoricalUsageAggregateResponse) MarshalJSON() ([]byte, error) { - toSerialize := map[string]any{} - if o.Status != nil { - toSerialize["status"] = o.Status - } - if o.Meta != nil { - toSerialize["meta"] = o.Meta - } - if o.Msg.IsSet() { - toSerialize["msg"] = o.Msg.Get() - } - if o.Data != nil { - toSerialize["data"] = o.Data - } - - for key, value := range o.AdditionalProperties { - toSerialize[key] = value - } - - return json.Marshal(toSerialize) -} - -// UnmarshalJSON implements the Unmarshaler interface. -// Unmarshaler is the interface implemented by types that can unmarshal a JSON description of themselves. -func (o *HistoricalUsageAggregateResponse) UnmarshalJSON(bytes []byte) (err error) { - varHistoricalUsageAggregateResponse := _HistoricalUsageAggregateResponse{} - - if err = json.Unmarshal(bytes, &varHistoricalUsageAggregateResponse); err == nil { - *o = HistoricalUsageAggregateResponse(varHistoricalUsageAggregateResponse) - } - - additionalProperties := make(map[string]any) - - if err = json.Unmarshal(bytes, &additionalProperties); err == nil { - delete(additionalProperties, "status") - delete(additionalProperties, "meta") - delete(additionalProperties, "msg") - delete(additionalProperties, "data") - o.AdditionalProperties = additionalProperties - } - - return err -} - -// NullableHistoricalUsageAggregateResponse is a helper abstraction for handling nullable historicalusageaggregateresponse types. -type NullableHistoricalUsageAggregateResponse struct { - value *HistoricalUsageAggregateResponse - isSet bool -} - -// Get returns the value. -func (v NullableHistoricalUsageAggregateResponse) Get() *HistoricalUsageAggregateResponse { - return v.value -} - -// Set modifies the value. -func (v *NullableHistoricalUsageAggregateResponse) Set(val *HistoricalUsageAggregateResponse) { - v.value = val - v.isSet = true -} - -// IsSet indicates if the value was set. -func (v NullableHistoricalUsageAggregateResponse) IsSet() bool { - return v.isSet -} - -// Unset removes the value. -func (v *NullableHistoricalUsageAggregateResponse) Unset() { - v.value = nil - v.isSet = false -} - -// NewNullableHistoricalUsageAggregateResponse returns a pointer to a new instance of NullableHistoricalUsageAggregateResponse. -func NewNullableHistoricalUsageAggregateResponse(val *HistoricalUsageAggregateResponse) *NullableHistoricalUsageAggregateResponse { - return &NullableHistoricalUsageAggregateResponse{value: val, isSet: true} -} - -// MarshalJSON implements the json.Marshaler interface. -// Marshaler is the interface implemented by types that can marshal themselves into valid JSON. -func (v NullableHistoricalUsageAggregateResponse) MarshalJSON() ([]byte, error) { - return json.Marshal(v.value) -} - -// UnmarshalJSON implements the Unmarshaler interface. -// Unmarshaler is the interface implemented by types that can unmarshal a JSON description of themselves. -func (v *NullableHistoricalUsageAggregateResponse) UnmarshalJSON(src []byte) error { - v.isSet = true - return json.Unmarshal(src, &v.value) -} diff --git a/fastly/model_historical_field_response.go b/fastly/model_historical_usage_aggregated_response.go similarity index 61% rename from fastly/model_historical_field_response.go rename to fastly/model_historical_usage_aggregated_response.go index d2ed8594..ac6383ca 100644 --- a/fastly/model_historical_field_response.go +++ b/fastly/model_historical_usage_aggregated_response.go @@ -17,38 +17,39 @@ import ( "encoding/json" ) -// HistoricalFieldResponse struct for HistoricalFieldResponse -type HistoricalFieldResponse struct { +// HistoricalUsageAggregatedResponse struct for HistoricalUsageAggregatedResponse +type HistoricalUsageAggregatedResponse struct { // Whether or not we were able to successfully execute the query. Status *string `json:"status,omitempty"` Meta *HistoricalMeta `json:"meta,omitempty"` // If the query was not successful, this will provide a string that explains why. Msg NullableString `json:"msg,omitempty"` - Data *map[string][]HistoricalFieldResultsAttributes `json:"data,omitempty"` + // Organized by *region*. + Data *map[string]HistoricalUsageData `json:"data,omitempty"` AdditionalProperties map[string]any } -type _HistoricalFieldResponse HistoricalFieldResponse +type _HistoricalUsageAggregatedResponse HistoricalUsageAggregatedResponse -// NewHistoricalFieldResponse instantiates a new HistoricalFieldResponse object +// NewHistoricalUsageAggregatedResponse instantiates a new HistoricalUsageAggregatedResponse 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 NewHistoricalFieldResponse() *HistoricalFieldResponse { - this := HistoricalFieldResponse{} +func NewHistoricalUsageAggregatedResponse() *HistoricalUsageAggregatedResponse { + this := HistoricalUsageAggregatedResponse{} return &this } -// NewHistoricalFieldResponseWithDefaults instantiates a new HistoricalFieldResponse object +// NewHistoricalUsageAggregatedResponseWithDefaults instantiates a new HistoricalUsageAggregatedResponse 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 NewHistoricalFieldResponseWithDefaults() *HistoricalFieldResponse { - this := HistoricalFieldResponse{} +func NewHistoricalUsageAggregatedResponseWithDefaults() *HistoricalUsageAggregatedResponse { + this := HistoricalUsageAggregatedResponse{} return &this } // GetStatus returns the Status field value if set, zero value otherwise. -func (o *HistoricalFieldResponse) GetStatus() string { +func (o *HistoricalUsageAggregatedResponse) GetStatus() string { if o == nil || o.Status == nil { var ret string return ret @@ -58,7 +59,7 @@ func (o *HistoricalFieldResponse) GetStatus() string { // GetStatusOk returns a tuple with the Status field value if set, nil otherwise // and a boolean to check if the value has been set. -func (o *HistoricalFieldResponse) GetStatusOk() (*string, bool) { +func (o *HistoricalUsageAggregatedResponse) GetStatusOk() (*string, bool) { if o == nil || o.Status == nil { return nil, false } @@ -66,7 +67,7 @@ func (o *HistoricalFieldResponse) GetStatusOk() (*string, bool) { } // HasStatus returns a boolean if a field has been set. -func (o *HistoricalFieldResponse) HasStatus() bool { +func (o *HistoricalUsageAggregatedResponse) HasStatus() bool { if o != nil && o.Status != nil { return true } @@ -75,12 +76,12 @@ func (o *HistoricalFieldResponse) HasStatus() bool { } // SetStatus gets a reference to the given string and assigns it to the Status field. -func (o *HistoricalFieldResponse) SetStatus(v string) { +func (o *HistoricalUsageAggregatedResponse) SetStatus(v string) { o.Status = &v } // GetMeta returns the Meta field value if set, zero value otherwise. -func (o *HistoricalFieldResponse) GetMeta() HistoricalMeta { +func (o *HistoricalUsageAggregatedResponse) GetMeta() HistoricalMeta { if o == nil || o.Meta == nil { var ret HistoricalMeta return ret @@ -90,7 +91,7 @@ func (o *HistoricalFieldResponse) GetMeta() HistoricalMeta { // GetMetaOk returns a tuple with the Meta field value if set, nil otherwise // and a boolean to check if the value has been set. -func (o *HistoricalFieldResponse) GetMetaOk() (*HistoricalMeta, bool) { +func (o *HistoricalUsageAggregatedResponse) GetMetaOk() (*HistoricalMeta, bool) { if o == nil || o.Meta == nil { return nil, false } @@ -98,7 +99,7 @@ func (o *HistoricalFieldResponse) GetMetaOk() (*HistoricalMeta, bool) { } // HasMeta returns a boolean if a field has been set. -func (o *HistoricalFieldResponse) HasMeta() bool { +func (o *HistoricalUsageAggregatedResponse) HasMeta() bool { if o != nil && o.Meta != nil { return true } @@ -107,12 +108,12 @@ func (o *HistoricalFieldResponse) HasMeta() bool { } // SetMeta gets a reference to the given HistoricalMeta and assigns it to the Meta field. -func (o *HistoricalFieldResponse) SetMeta(v HistoricalMeta) { +func (o *HistoricalUsageAggregatedResponse) SetMeta(v HistoricalMeta) { o.Meta = &v } // GetMsg returns the Msg field value if set, zero value otherwise (both if not set or set to explicit null). -func (o *HistoricalFieldResponse) GetMsg() string { +func (o *HistoricalUsageAggregatedResponse) GetMsg() string { if o == nil || o.Msg.Get() == nil { var ret string return ret @@ -123,7 +124,7 @@ func (o *HistoricalFieldResponse) GetMsg() string { // GetMsgOk returns a tuple with the Msg field value if set, nil otherwise // and a boolean to check if the value has been set. // NOTE: If the value is an explicit nil, `nil, true` will be returned -func (o *HistoricalFieldResponse) GetMsgOk() (*string, bool) { +func (o *HistoricalUsageAggregatedResponse) GetMsgOk() (*string, bool) { if o == nil { return nil, false } @@ -131,7 +132,7 @@ func (o *HistoricalFieldResponse) GetMsgOk() (*string, bool) { } // HasMsg returns a boolean if a field has been set. -func (o *HistoricalFieldResponse) HasMsg() bool { +func (o *HistoricalUsageAggregatedResponse) HasMsg() bool { if o != nil && o.Msg.IsSet() { return true } @@ -140,23 +141,23 @@ func (o *HistoricalFieldResponse) HasMsg() bool { } // SetMsg gets a reference to the given NullableString and assigns it to the Msg field. -func (o *HistoricalFieldResponse) SetMsg(v string) { +func (o *HistoricalUsageAggregatedResponse) SetMsg(v string) { o.Msg.Set(&v) } // SetMsgNil sets the value for Msg to be an explicit nil -func (o *HistoricalFieldResponse) SetMsgNil() { +func (o *HistoricalUsageAggregatedResponse) SetMsgNil() { o.Msg.Set(nil) } // UnsetMsg ensures that no value is present for Msg, not even an explicit nil -func (o *HistoricalFieldResponse) UnsetMsg() { +func (o *HistoricalUsageAggregatedResponse) UnsetMsg() { o.Msg.Unset() } // GetData returns the Data field value if set, zero value otherwise. -func (o *HistoricalFieldResponse) GetData() map[string][]HistoricalFieldResultsAttributes { +func (o *HistoricalUsageAggregatedResponse) GetData() map[string]HistoricalUsageData { if o == nil || o.Data == nil { - var ret map[string][]HistoricalFieldResultsAttributes + var ret map[string]HistoricalUsageData return ret } return *o.Data @@ -164,7 +165,7 @@ func (o *HistoricalFieldResponse) GetData() map[string][]HistoricalFieldResultsA // GetDataOk returns a tuple with the Data field value if set, nil otherwise // and a boolean to check if the value has been set. -func (o *HistoricalFieldResponse) GetDataOk() (*map[string][]HistoricalFieldResultsAttributes, bool) { +func (o *HistoricalUsageAggregatedResponse) GetDataOk() (*map[string]HistoricalUsageData, bool) { if o == nil || o.Data == nil { return nil, false } @@ -172,7 +173,7 @@ func (o *HistoricalFieldResponse) GetDataOk() (*map[string][]HistoricalFieldResu } // HasData returns a boolean if a field has been set. -func (o *HistoricalFieldResponse) HasData() bool { +func (o *HistoricalUsageAggregatedResponse) HasData() bool { if o != nil && o.Data != nil { return true } @@ -180,14 +181,14 @@ func (o *HistoricalFieldResponse) HasData() bool { return false } -// SetData gets a reference to the given map[string][]HistoricalFieldResultsAttributes and assigns it to the Data field. -func (o *HistoricalFieldResponse) SetData(v map[string][]HistoricalFieldResultsAttributes) { +// SetData gets a reference to the given map[string]HistoricalUsageData and assigns it to the Data field. +func (o *HistoricalUsageAggregatedResponse) SetData(v map[string]HistoricalUsageData) { o.Data = &v } // MarshalJSON implements the json.Marshaler interface. // Marshaler is the interface implemented by types that can marshal themselves into valid JSON. -func (o HistoricalFieldResponse) MarshalJSON() ([]byte, error) { +func (o HistoricalUsageAggregatedResponse) MarshalJSON() ([]byte, error) { toSerialize := map[string]any{} if o.Status != nil { toSerialize["status"] = o.Status @@ -211,11 +212,11 @@ func (o HistoricalFieldResponse) MarshalJSON() ([]byte, error) { // UnmarshalJSON implements the Unmarshaler interface. // Unmarshaler is the interface implemented by types that can unmarshal a JSON description of themselves. -func (o *HistoricalFieldResponse) UnmarshalJSON(bytes []byte) (err error) { - varHistoricalFieldResponse := _HistoricalFieldResponse{} +func (o *HistoricalUsageAggregatedResponse) UnmarshalJSON(bytes []byte) (err error) { + varHistoricalUsageAggregatedResponse := _HistoricalUsageAggregatedResponse{} - if err = json.Unmarshal(bytes, &varHistoricalFieldResponse); err == nil { - *o = HistoricalFieldResponse(varHistoricalFieldResponse) + if err = json.Unmarshal(bytes, &varHistoricalUsageAggregatedResponse); err == nil { + *o = HistoricalUsageAggregatedResponse(varHistoricalUsageAggregatedResponse) } additionalProperties := make(map[string]any) @@ -231,48 +232,48 @@ func (o *HistoricalFieldResponse) UnmarshalJSON(bytes []byte) (err error) { return err } -// NullableHistoricalFieldResponse is a helper abstraction for handling nullable historicalfieldresponse types. -type NullableHistoricalFieldResponse struct { - value *HistoricalFieldResponse +// NullableHistoricalUsageAggregatedResponse is a helper abstraction for handling nullable historicalusageaggregatedresponse types. +type NullableHistoricalUsageAggregatedResponse struct { + value *HistoricalUsageAggregatedResponse isSet bool } // Get returns the value. -func (v NullableHistoricalFieldResponse) Get() *HistoricalFieldResponse { +func (v NullableHistoricalUsageAggregatedResponse) Get() *HistoricalUsageAggregatedResponse { return v.value } // Set modifies the value. -func (v *NullableHistoricalFieldResponse) Set(val *HistoricalFieldResponse) { +func (v *NullableHistoricalUsageAggregatedResponse) Set(val *HistoricalUsageAggregatedResponse) { v.value = val v.isSet = true } // IsSet indicates if the value was set. -func (v NullableHistoricalFieldResponse) IsSet() bool { +func (v NullableHistoricalUsageAggregatedResponse) IsSet() bool { return v.isSet } // Unset removes the value. -func (v *NullableHistoricalFieldResponse) Unset() { +func (v *NullableHistoricalUsageAggregatedResponse) Unset() { v.value = nil v.isSet = false } -// NewNullableHistoricalFieldResponse returns a pointer to a new instance of NullableHistoricalFieldResponse. -func NewNullableHistoricalFieldResponse(val *HistoricalFieldResponse) *NullableHistoricalFieldResponse { - return &NullableHistoricalFieldResponse{value: val, isSet: true} +// NewNullableHistoricalUsageAggregatedResponse returns a pointer to a new instance of NullableHistoricalUsageAggregatedResponse. +func NewNullableHistoricalUsageAggregatedResponse(val *HistoricalUsageAggregatedResponse) *NullableHistoricalUsageAggregatedResponse { + return &NullableHistoricalUsageAggregatedResponse{value: val, isSet: true} } // MarshalJSON implements the json.Marshaler interface. // Marshaler is the interface implemented by types that can marshal themselves into valid JSON. -func (v NullableHistoricalFieldResponse) MarshalJSON() ([]byte, error) { +func (v NullableHistoricalUsageAggregatedResponse) MarshalJSON() ([]byte, error) { return json.Marshal(v.value) } // UnmarshalJSON implements the Unmarshaler interface. // Unmarshaler is the interface implemented by types that can unmarshal a JSON description of themselves. -func (v *NullableHistoricalFieldResponse) UnmarshalJSON(src []byte) error { +func (v *NullableHistoricalUsageAggregatedResponse) UnmarshalJSON(src []byte) error { v.isSet = true return json.Unmarshal(src, &v.value) } diff --git a/fastly/model_historical_field_response_data_field.go b/fastly/model_historical_usage_aggregated_response_all_of.go similarity index 51% rename from fastly/model_historical_field_response_data_field.go rename to fastly/model_historical_usage_aggregated_response_all_of.go index 2bafe6d3..093e7b7a 100644 --- a/fastly/model_historical_field_response_data_field.go +++ b/fastly/model_historical_usage_aggregated_response_all_of.go @@ -17,35 +17,36 @@ import ( "encoding/json" ) -// HistoricalFieldResponseDataField struct for HistoricalFieldResponseDataField -type HistoricalFieldResponseDataField struct { - Data *map[string][]HistoricalFieldResultsAttributes `json:"data,omitempty"` +// HistoricalUsageAggregatedResponseAllOf struct for HistoricalUsageAggregatedResponseAllOf +type HistoricalUsageAggregatedResponseAllOf struct { + // Organized by *region*. + Data *map[string]HistoricalUsageData `json:"data,omitempty"` AdditionalProperties map[string]any } -type _HistoricalFieldResponseDataField HistoricalFieldResponseDataField +type _HistoricalUsageAggregatedResponseAllOf HistoricalUsageAggregatedResponseAllOf -// NewHistoricalFieldResponseDataField instantiates a new HistoricalFieldResponseDataField object +// NewHistoricalUsageAggregatedResponseAllOf instantiates a new HistoricalUsageAggregatedResponseAllOf 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 NewHistoricalFieldResponseDataField() *HistoricalFieldResponseDataField { - this := HistoricalFieldResponseDataField{} +func NewHistoricalUsageAggregatedResponseAllOf() *HistoricalUsageAggregatedResponseAllOf { + this := HistoricalUsageAggregatedResponseAllOf{} return &this } -// NewHistoricalFieldResponseDataFieldWithDefaults instantiates a new HistoricalFieldResponseDataField object +// NewHistoricalUsageAggregatedResponseAllOfWithDefaults instantiates a new HistoricalUsageAggregatedResponseAllOf 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 NewHistoricalFieldResponseDataFieldWithDefaults() *HistoricalFieldResponseDataField { - this := HistoricalFieldResponseDataField{} +func NewHistoricalUsageAggregatedResponseAllOfWithDefaults() *HistoricalUsageAggregatedResponseAllOf { + this := HistoricalUsageAggregatedResponseAllOf{} return &this } // GetData returns the Data field value if set, zero value otherwise. -func (o *HistoricalFieldResponseDataField) GetData() map[string][]HistoricalFieldResultsAttributes { +func (o *HistoricalUsageAggregatedResponseAllOf) GetData() map[string]HistoricalUsageData { if o == nil || o.Data == nil { - var ret map[string][]HistoricalFieldResultsAttributes + var ret map[string]HistoricalUsageData return ret } return *o.Data @@ -53,7 +54,7 @@ func (o *HistoricalFieldResponseDataField) GetData() map[string][]HistoricalFiel // GetDataOk returns a tuple with the Data field value if set, nil otherwise // and a boolean to check if the value has been set. -func (o *HistoricalFieldResponseDataField) GetDataOk() (*map[string][]HistoricalFieldResultsAttributes, bool) { +func (o *HistoricalUsageAggregatedResponseAllOf) GetDataOk() (*map[string]HistoricalUsageData, bool) { if o == nil || o.Data == nil { return nil, false } @@ -61,7 +62,7 @@ func (o *HistoricalFieldResponseDataField) GetDataOk() (*map[string][]Historical } // HasData returns a boolean if a field has been set. -func (o *HistoricalFieldResponseDataField) HasData() bool { +func (o *HistoricalUsageAggregatedResponseAllOf) HasData() bool { if o != nil && o.Data != nil { return true } @@ -69,14 +70,14 @@ func (o *HistoricalFieldResponseDataField) HasData() bool { return false } -// SetData gets a reference to the given map[string][]HistoricalFieldResultsAttributes and assigns it to the Data field. -func (o *HistoricalFieldResponseDataField) SetData(v map[string][]HistoricalFieldResultsAttributes) { +// SetData gets a reference to the given map[string]HistoricalUsageData and assigns it to the Data field. +func (o *HistoricalUsageAggregatedResponseAllOf) SetData(v map[string]HistoricalUsageData) { o.Data = &v } // MarshalJSON implements the json.Marshaler interface. // Marshaler is the interface implemented by types that can marshal themselves into valid JSON. -func (o HistoricalFieldResponseDataField) MarshalJSON() ([]byte, error) { +func (o HistoricalUsageAggregatedResponseAllOf) MarshalJSON() ([]byte, error) { toSerialize := map[string]any{} if o.Data != nil { toSerialize["data"] = o.Data @@ -91,11 +92,11 @@ func (o HistoricalFieldResponseDataField) MarshalJSON() ([]byte, error) { // UnmarshalJSON implements the Unmarshaler interface. // Unmarshaler is the interface implemented by types that can unmarshal a JSON description of themselves. -func (o *HistoricalFieldResponseDataField) UnmarshalJSON(bytes []byte) (err error) { - varHistoricalFieldResponseDataField := _HistoricalFieldResponseDataField{} +func (o *HistoricalUsageAggregatedResponseAllOf) UnmarshalJSON(bytes []byte) (err error) { + varHistoricalUsageAggregatedResponseAllOf := _HistoricalUsageAggregatedResponseAllOf{} - if err = json.Unmarshal(bytes, &varHistoricalFieldResponseDataField); err == nil { - *o = HistoricalFieldResponseDataField(varHistoricalFieldResponseDataField) + if err = json.Unmarshal(bytes, &varHistoricalUsageAggregatedResponseAllOf); err == nil { + *o = HistoricalUsageAggregatedResponseAllOf(varHistoricalUsageAggregatedResponseAllOf) } additionalProperties := make(map[string]any) @@ -108,48 +109,48 @@ func (o *HistoricalFieldResponseDataField) UnmarshalJSON(bytes []byte) (err erro return err } -// NullableHistoricalFieldResponseDataField is a helper abstraction for handling nullable historicalfieldresponsedatafield types. -type NullableHistoricalFieldResponseDataField struct { - value *HistoricalFieldResponseDataField +// NullableHistoricalUsageAggregatedResponseAllOf is a helper abstraction for handling nullable historicalusageaggregatedresponseallof types. +type NullableHistoricalUsageAggregatedResponseAllOf struct { + value *HistoricalUsageAggregatedResponseAllOf isSet bool } // Get returns the value. -func (v NullableHistoricalFieldResponseDataField) Get() *HistoricalFieldResponseDataField { +func (v NullableHistoricalUsageAggregatedResponseAllOf) Get() *HistoricalUsageAggregatedResponseAllOf { return v.value } // Set modifies the value. -func (v *NullableHistoricalFieldResponseDataField) Set(val *HistoricalFieldResponseDataField) { +func (v *NullableHistoricalUsageAggregatedResponseAllOf) Set(val *HistoricalUsageAggregatedResponseAllOf) { v.value = val v.isSet = true } // IsSet indicates if the value was set. -func (v NullableHistoricalFieldResponseDataField) IsSet() bool { +func (v NullableHistoricalUsageAggregatedResponseAllOf) IsSet() bool { return v.isSet } // Unset removes the value. -func (v *NullableHistoricalFieldResponseDataField) Unset() { +func (v *NullableHistoricalUsageAggregatedResponseAllOf) Unset() { v.value = nil v.isSet = false } -// NewNullableHistoricalFieldResponseDataField returns a pointer to a new instance of NullableHistoricalFieldResponseDataField. -func NewNullableHistoricalFieldResponseDataField(val *HistoricalFieldResponseDataField) *NullableHistoricalFieldResponseDataField { - return &NullableHistoricalFieldResponseDataField{value: val, isSet: true} +// NewNullableHistoricalUsageAggregatedResponseAllOf returns a pointer to a new instance of NullableHistoricalUsageAggregatedResponseAllOf. +func NewNullableHistoricalUsageAggregatedResponseAllOf(val *HistoricalUsageAggregatedResponseAllOf) *NullableHistoricalUsageAggregatedResponseAllOf { + return &NullableHistoricalUsageAggregatedResponseAllOf{value: val, isSet: true} } // MarshalJSON implements the json.Marshaler interface. // Marshaler is the interface implemented by types that can marshal themselves into valid JSON. -func (v NullableHistoricalFieldResponseDataField) MarshalJSON() ([]byte, error) { +func (v NullableHistoricalUsageAggregatedResponseAllOf) MarshalJSON() ([]byte, error) { return json.Marshal(v.value) } // UnmarshalJSON implements the Unmarshaler interface. // Unmarshaler is the interface implemented by types that can unmarshal a JSON description of themselves. -func (v *NullableHistoricalFieldResponseDataField) UnmarshalJSON(src []byte) error { +func (v *NullableHistoricalUsageAggregatedResponseAllOf) UnmarshalJSON(src []byte) error { v.isSet = true return json.Unmarshal(src, &v.value) } diff --git a/fastly/model_historical_usage_results.go b/fastly/model_historical_usage_data.go similarity index 67% rename from fastly/model_historical_usage_results.go rename to fastly/model_historical_usage_data.go index b2e120f4..ca353856 100644 --- a/fastly/model_historical_usage_results.go +++ b/fastly/model_historical_usage_data.go @@ -17,35 +17,35 @@ import ( "encoding/json" ) -// HistoricalUsageResults struct for HistoricalUsageResults -type HistoricalUsageResults struct { +// HistoricalUsageData The results of usage related queries, grouped by service and/or region depending on endpoint, and aggregated over the appropriate time span. +type HistoricalUsageData struct { Bandwidth *float32 `json:"bandwidth,omitempty"` Requests *float32 `json:"requests,omitempty"` ComputeRequests *float32 `json:"compute_requests,omitempty"` AdditionalProperties map[string]any } -type _HistoricalUsageResults HistoricalUsageResults +type _HistoricalUsageData HistoricalUsageData -// NewHistoricalUsageResults instantiates a new HistoricalUsageResults object +// NewHistoricalUsageData instantiates a new HistoricalUsageData 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 NewHistoricalUsageResults() *HistoricalUsageResults { - this := HistoricalUsageResults{} +func NewHistoricalUsageData() *HistoricalUsageData { + this := HistoricalUsageData{} return &this } -// NewHistoricalUsageResultsWithDefaults instantiates a new HistoricalUsageResults object +// NewHistoricalUsageDataWithDefaults instantiates a new HistoricalUsageData 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 NewHistoricalUsageResultsWithDefaults() *HistoricalUsageResults { - this := HistoricalUsageResults{} +func NewHistoricalUsageDataWithDefaults() *HistoricalUsageData { + this := HistoricalUsageData{} return &this } // GetBandwidth returns the Bandwidth field value if set, zero value otherwise. -func (o *HistoricalUsageResults) GetBandwidth() float32 { +func (o *HistoricalUsageData) GetBandwidth() float32 { if o == nil || o.Bandwidth == nil { var ret float32 return ret @@ -55,7 +55,7 @@ func (o *HistoricalUsageResults) GetBandwidth() float32 { // GetBandwidthOk returns a tuple with the Bandwidth field value if set, nil otherwise // and a boolean to check if the value has been set. -func (o *HistoricalUsageResults) GetBandwidthOk() (*float32, bool) { +func (o *HistoricalUsageData) GetBandwidthOk() (*float32, bool) { if o == nil || o.Bandwidth == nil { return nil, false } @@ -63,7 +63,7 @@ func (o *HistoricalUsageResults) GetBandwidthOk() (*float32, bool) { } // HasBandwidth returns a boolean if a field has been set. -func (o *HistoricalUsageResults) HasBandwidth() bool { +func (o *HistoricalUsageData) HasBandwidth() bool { if o != nil && o.Bandwidth != nil { return true } @@ -72,12 +72,12 @@ func (o *HistoricalUsageResults) HasBandwidth() bool { } // SetBandwidth gets a reference to the given float32 and assigns it to the Bandwidth field. -func (o *HistoricalUsageResults) SetBandwidth(v float32) { +func (o *HistoricalUsageData) SetBandwidth(v float32) { o.Bandwidth = &v } // GetRequests returns the Requests field value if set, zero value otherwise. -func (o *HistoricalUsageResults) GetRequests() float32 { +func (o *HistoricalUsageData) GetRequests() float32 { if o == nil || o.Requests == nil { var ret float32 return ret @@ -87,7 +87,7 @@ func (o *HistoricalUsageResults) GetRequests() float32 { // GetRequestsOk returns a tuple with the Requests field value if set, nil otherwise // and a boolean to check if the value has been set. -func (o *HistoricalUsageResults) GetRequestsOk() (*float32, bool) { +func (o *HistoricalUsageData) GetRequestsOk() (*float32, bool) { if o == nil || o.Requests == nil { return nil, false } @@ -95,7 +95,7 @@ func (o *HistoricalUsageResults) GetRequestsOk() (*float32, bool) { } // HasRequests returns a boolean if a field has been set. -func (o *HistoricalUsageResults) HasRequests() bool { +func (o *HistoricalUsageData) HasRequests() bool { if o != nil && o.Requests != nil { return true } @@ -104,12 +104,12 @@ func (o *HistoricalUsageResults) HasRequests() bool { } // SetRequests gets a reference to the given float32 and assigns it to the Requests field. -func (o *HistoricalUsageResults) SetRequests(v float32) { +func (o *HistoricalUsageData) SetRequests(v float32) { o.Requests = &v } // GetComputeRequests returns the ComputeRequests field value if set, zero value otherwise. -func (o *HistoricalUsageResults) GetComputeRequests() float32 { +func (o *HistoricalUsageData) GetComputeRequests() float32 { if o == nil || o.ComputeRequests == nil { var ret float32 return ret @@ -119,7 +119,7 @@ func (o *HistoricalUsageResults) GetComputeRequests() float32 { // GetComputeRequestsOk returns a tuple with the ComputeRequests field value if set, nil otherwise // and a boolean to check if the value has been set. -func (o *HistoricalUsageResults) GetComputeRequestsOk() (*float32, bool) { +func (o *HistoricalUsageData) GetComputeRequestsOk() (*float32, bool) { if o == nil || o.ComputeRequests == nil { return nil, false } @@ -127,7 +127,7 @@ func (o *HistoricalUsageResults) GetComputeRequestsOk() (*float32, bool) { } // HasComputeRequests returns a boolean if a field has been set. -func (o *HistoricalUsageResults) HasComputeRequests() bool { +func (o *HistoricalUsageData) HasComputeRequests() bool { if o != nil && o.ComputeRequests != nil { return true } @@ -136,13 +136,13 @@ func (o *HistoricalUsageResults) HasComputeRequests() bool { } // SetComputeRequests gets a reference to the given float32 and assigns it to the ComputeRequests field. -func (o *HistoricalUsageResults) SetComputeRequests(v float32) { +func (o *HistoricalUsageData) SetComputeRequests(v float32) { o.ComputeRequests = &v } // MarshalJSON implements the json.Marshaler interface. // Marshaler is the interface implemented by types that can marshal themselves into valid JSON. -func (o HistoricalUsageResults) MarshalJSON() ([]byte, error) { +func (o HistoricalUsageData) MarshalJSON() ([]byte, error) { toSerialize := map[string]any{} if o.Bandwidth != nil { toSerialize["bandwidth"] = o.Bandwidth @@ -163,11 +163,11 @@ func (o HistoricalUsageResults) MarshalJSON() ([]byte, error) { // UnmarshalJSON implements the Unmarshaler interface. // Unmarshaler is the interface implemented by types that can unmarshal a JSON description of themselves. -func (o *HistoricalUsageResults) UnmarshalJSON(bytes []byte) (err error) { - varHistoricalUsageResults := _HistoricalUsageResults{} +func (o *HistoricalUsageData) UnmarshalJSON(bytes []byte) (err error) { + varHistoricalUsageData := _HistoricalUsageData{} - if err = json.Unmarshal(bytes, &varHistoricalUsageResults); err == nil { - *o = HistoricalUsageResults(varHistoricalUsageResults) + if err = json.Unmarshal(bytes, &varHistoricalUsageData); err == nil { + *o = HistoricalUsageData(varHistoricalUsageData) } additionalProperties := make(map[string]any) @@ -182,48 +182,48 @@ func (o *HistoricalUsageResults) UnmarshalJSON(bytes []byte) (err error) { return err } -// NullableHistoricalUsageResults is a helper abstraction for handling nullable historicalusageresults types. -type NullableHistoricalUsageResults struct { - value *HistoricalUsageResults +// NullableHistoricalUsageData is a helper abstraction for handling nullable historicalusagedata types. +type NullableHistoricalUsageData struct { + value *HistoricalUsageData isSet bool } // Get returns the value. -func (v NullableHistoricalUsageResults) Get() *HistoricalUsageResults { +func (v NullableHistoricalUsageData) Get() *HistoricalUsageData { return v.value } // Set modifies the value. -func (v *NullableHistoricalUsageResults) Set(val *HistoricalUsageResults) { +func (v *NullableHistoricalUsageData) Set(val *HistoricalUsageData) { v.value = val v.isSet = true } // IsSet indicates if the value was set. -func (v NullableHistoricalUsageResults) IsSet() bool { +func (v NullableHistoricalUsageData) IsSet() bool { return v.isSet } // Unset removes the value. -func (v *NullableHistoricalUsageResults) Unset() { +func (v *NullableHistoricalUsageData) Unset() { v.value = nil v.isSet = false } -// NewNullableHistoricalUsageResults returns a pointer to a new instance of NullableHistoricalUsageResults. -func NewNullableHistoricalUsageResults(val *HistoricalUsageResults) *NullableHistoricalUsageResults { - return &NullableHistoricalUsageResults{value: val, isSet: true} +// NewNullableHistoricalUsageData returns a pointer to a new instance of NullableHistoricalUsageData. +func NewNullableHistoricalUsageData(val *HistoricalUsageData) *NullableHistoricalUsageData { + return &NullableHistoricalUsageData{value: val, isSet: true} } // MarshalJSON implements the json.Marshaler interface. // Marshaler is the interface implemented by types that can marshal themselves into valid JSON. -func (v NullableHistoricalUsageResults) MarshalJSON() ([]byte, error) { +func (v NullableHistoricalUsageData) MarshalJSON() ([]byte, error) { return json.Marshal(v.value) } // UnmarshalJSON implements the Unmarshaler interface. // Unmarshaler is the interface implemented by types that can unmarshal a JSON description of themselves. -func (v *NullableHistoricalUsageResults) UnmarshalJSON(src []byte) error { +func (v *NullableHistoricalUsageData) UnmarshalJSON(src []byte) error { v.isSet = true return json.Unmarshal(src, &v.value) } diff --git a/fastly/model_historical_usage_month_response_data.go b/fastly/model_historical_usage_month_response_data.go index 9e797d29..8a0577b0 100644 --- a/fastly/model_historical_usage_month_response_data.go +++ b/fastly/model_historical_usage_month_response_data.go @@ -20,8 +20,10 @@ import ( // HistoricalUsageMonthResponseData struct for HistoricalUsageMonthResponseData type HistoricalUsageMonthResponseData struct { CustomerID *string `json:"customer_id,omitempty"` - Services *map[string]HistoricalService `json:"services,omitempty"` - Total *HistoricalUsageResults `json:"total,omitempty"` + // Organized by *service id*. + Services *map[string]HistoricalUsageService `json:"services,omitempty"` + // Organized by *region*. + Total *map[string]HistoricalUsageData `json:"total,omitempty"` AdditionalProperties map[string]any } @@ -77,9 +79,9 @@ func (o *HistoricalUsageMonthResponseData) SetCustomerID(v string) { } // GetServices returns the Services field value if set, zero value otherwise. -func (o *HistoricalUsageMonthResponseData) GetServices() map[string]HistoricalService { +func (o *HistoricalUsageMonthResponseData) GetServices() map[string]HistoricalUsageService { if o == nil || o.Services == nil { - var ret map[string]HistoricalService + var ret map[string]HistoricalUsageService return ret } return *o.Services @@ -87,7 +89,7 @@ func (o *HistoricalUsageMonthResponseData) GetServices() map[string]HistoricalSe // GetServicesOk returns a tuple with the Services field value if set, nil otherwise // and a boolean to check if the value has been set. -func (o *HistoricalUsageMonthResponseData) GetServicesOk() (*map[string]HistoricalService, bool) { +func (o *HistoricalUsageMonthResponseData) GetServicesOk() (*map[string]HistoricalUsageService, bool) { if o == nil || o.Services == nil { return nil, false } @@ -103,15 +105,15 @@ func (o *HistoricalUsageMonthResponseData) HasServices() bool { return false } -// SetServices gets a reference to the given map[string]HistoricalService and assigns it to the Services field. -func (o *HistoricalUsageMonthResponseData) SetServices(v map[string]HistoricalService) { +// SetServices gets a reference to the given map[string]HistoricalUsageService and assigns it to the Services field. +func (o *HistoricalUsageMonthResponseData) SetServices(v map[string]HistoricalUsageService) { o.Services = &v } // GetTotal returns the Total field value if set, zero value otherwise. -func (o *HistoricalUsageMonthResponseData) GetTotal() HistoricalUsageResults { +func (o *HistoricalUsageMonthResponseData) GetTotal() map[string]HistoricalUsageData { if o == nil || o.Total == nil { - var ret HistoricalUsageResults + var ret map[string]HistoricalUsageData return ret } return *o.Total @@ -119,7 +121,7 @@ func (o *HistoricalUsageMonthResponseData) GetTotal() HistoricalUsageResults { // GetTotalOk returns a tuple with the Total field value if set, nil otherwise // and a boolean to check if the value has been set. -func (o *HistoricalUsageMonthResponseData) GetTotalOk() (*HistoricalUsageResults, bool) { +func (o *HistoricalUsageMonthResponseData) GetTotalOk() (*map[string]HistoricalUsageData, bool) { if o == nil || o.Total == nil { return nil, false } @@ -135,8 +137,8 @@ func (o *HistoricalUsageMonthResponseData) HasTotal() bool { return false } -// SetTotal gets a reference to the given HistoricalUsageResults and assigns it to the Total field. -func (o *HistoricalUsageMonthResponseData) SetTotal(v HistoricalUsageResults) { +// SetTotal gets a reference to the given map[string]HistoricalUsageData and assigns it to the Total field. +func (o *HistoricalUsageMonthResponseData) SetTotal(v map[string]HistoricalUsageData) { o.Total = &v } diff --git a/fastly/model_historical_service.go b/fastly/model_historical_usage_service.go similarity index 63% rename from fastly/model_historical_service.go rename to fastly/model_historical_usage_service.go index 236a0c5e..d1866388 100644 --- a/fastly/model_historical_service.go +++ b/fastly/model_historical_usage_service.go @@ -17,31 +17,31 @@ import ( "encoding/json" ) -// HistoricalService struct for HistoricalService -type HistoricalService struct { +// HistoricalUsageService struct for HistoricalUsageService +type HistoricalUsageService struct { // The name of the service. Name *string `json:"name,omitempty"` } -// NewHistoricalService instantiates a new HistoricalService object +// NewHistoricalUsageService instantiates a new HistoricalUsageService 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 NewHistoricalService() *HistoricalService { - this := HistoricalService{} +func NewHistoricalUsageService() *HistoricalUsageService { + this := HistoricalUsageService{} return &this } -// NewHistoricalServiceWithDefaults instantiates a new HistoricalService object +// NewHistoricalUsageServiceWithDefaults instantiates a new HistoricalUsageService 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 NewHistoricalServiceWithDefaults() *HistoricalService { - this := HistoricalService{} +func NewHistoricalUsageServiceWithDefaults() *HistoricalUsageService { + this := HistoricalUsageService{} return &this } // GetName returns the Name field value if set, zero value otherwise. -func (o *HistoricalService) GetName() string { +func (o *HistoricalUsageService) GetName() string { if o == nil || o.Name == nil { var ret string return ret @@ -51,7 +51,7 @@ func (o *HistoricalService) GetName() string { // GetNameOk returns a tuple with the Name field value if set, nil otherwise // and a boolean to check if the value has been set. -func (o *HistoricalService) GetNameOk() (*string, bool) { +func (o *HistoricalUsageService) GetNameOk() (*string, bool) { if o == nil || o.Name == nil { return nil, false } @@ -59,7 +59,7 @@ func (o *HistoricalService) GetNameOk() (*string, bool) { } // HasName returns a boolean if a field has been set. -func (o *HistoricalService) HasName() bool { +func (o *HistoricalUsageService) HasName() bool { if o != nil && o.Name != nil { return true } @@ -68,13 +68,13 @@ func (o *HistoricalService) HasName() bool { } // SetName gets a reference to the given string and assigns it to the Name field. -func (o *HistoricalService) SetName(v string) { +func (o *HistoricalUsageService) SetName(v string) { o.Name = &v } // MarshalJSON implements the json.Marshaler interface. // Marshaler is the interface implemented by types that can marshal themselves into valid JSON. -func (o HistoricalService) MarshalJSON() ([]byte, error) { +func (o HistoricalUsageService) MarshalJSON() ([]byte, error) { toSerialize := map[string]any{} if o.Name != nil { toSerialize["name"] = o.Name @@ -82,48 +82,48 @@ func (o HistoricalService) MarshalJSON() ([]byte, error) { return json.Marshal(toSerialize) } -// NullableHistoricalService is a helper abstraction for handling nullable historicalservice types. -type NullableHistoricalService struct { - value *HistoricalService +// NullableHistoricalUsageService is a helper abstraction for handling nullable historicalusageservice types. +type NullableHistoricalUsageService struct { + value *HistoricalUsageService isSet bool } // Get returns the value. -func (v NullableHistoricalService) Get() *HistoricalService { +func (v NullableHistoricalUsageService) Get() *HistoricalUsageService { return v.value } // Set modifies the value. -func (v *NullableHistoricalService) Set(val *HistoricalService) { +func (v *NullableHistoricalUsageService) Set(val *HistoricalUsageService) { v.value = val v.isSet = true } // IsSet indicates if the value was set. -func (v NullableHistoricalService) IsSet() bool { +func (v NullableHistoricalUsageService) IsSet() bool { return v.isSet } // Unset removes the value. -func (v *NullableHistoricalService) Unset() { +func (v *NullableHistoricalUsageService) Unset() { v.value = nil v.isSet = false } -// NewNullableHistoricalService returns a pointer to a new instance of NullableHistoricalService. -func NewNullableHistoricalService(val *HistoricalService) *NullableHistoricalService { - return &NullableHistoricalService{value: val, isSet: true} +// NewNullableHistoricalUsageService returns a pointer to a new instance of NullableHistoricalUsageService. +func NewNullableHistoricalUsageService(val *HistoricalUsageService) *NullableHistoricalUsageService { + return &NullableHistoricalUsageService{value: val, isSet: true} } // MarshalJSON implements the json.Marshaler interface. // Marshaler is the interface implemented by types that can marshal themselves into valid JSON. -func (v NullableHistoricalService) MarshalJSON() ([]byte, error) { +func (v NullableHistoricalUsageService) MarshalJSON() ([]byte, error) { return json.Marshal(v.value) } // UnmarshalJSON implements the Unmarshaler interface. // Unmarshaler is the interface implemented by types that can unmarshal a JSON description of themselves. -func (v *NullableHistoricalService) UnmarshalJSON(src []byte) error { +func (v *NullableHistoricalUsageService) UnmarshalJSON(src []byte) error { v.isSet = true return json.Unmarshal(src, &v.value) } diff --git a/fastly/model_historical_usage_service_response.go b/fastly/model_historical_usage_service_response.go index 103820bc..c95a8e13 100644 --- a/fastly/model_historical_usage_service_response.go +++ b/fastly/model_historical_usage_service_response.go @@ -24,7 +24,8 @@ type HistoricalUsageServiceResponse struct { Meta *HistoricalMeta `json:"meta,omitempty"` // If the query was not successful, this will provide a string that explains why. Msg NullableString `json:"msg,omitempty"` - Data *HistoricalUsageResults `json:"data,omitempty"` + // Organized by *region*. + Data *map[string]map[string]HistoricalUsageData `json:"data,omitempty"` AdditionalProperties map[string]any } @@ -154,9 +155,9 @@ func (o *HistoricalUsageServiceResponse) UnsetMsg() { } // GetData returns the Data field value if set, zero value otherwise. -func (o *HistoricalUsageServiceResponse) GetData() HistoricalUsageResults { +func (o *HistoricalUsageServiceResponse) GetData() map[string]map[string]HistoricalUsageData { if o == nil || o.Data == nil { - var ret HistoricalUsageResults + var ret map[string]map[string]HistoricalUsageData return ret } return *o.Data @@ -164,7 +165,7 @@ func (o *HistoricalUsageServiceResponse) GetData() HistoricalUsageResults { // GetDataOk returns a tuple with the Data field value if set, nil otherwise // and a boolean to check if the value has been set. -func (o *HistoricalUsageServiceResponse) GetDataOk() (*HistoricalUsageResults, bool) { +func (o *HistoricalUsageServiceResponse) GetDataOk() (*map[string]map[string]HistoricalUsageData, bool) { if o == nil || o.Data == nil { return nil, false } @@ -180,8 +181,8 @@ func (o *HistoricalUsageServiceResponse) HasData() bool { return false } -// SetData gets a reference to the given HistoricalUsageResults and assigns it to the Data field. -func (o *HistoricalUsageServiceResponse) SetData(v HistoricalUsageResults) { +// SetData gets a reference to the given map[string]map[string]HistoricalUsageData and assigns it to the Data field. +func (o *HistoricalUsageServiceResponse) SetData(v map[string]map[string]HistoricalUsageData) { o.Data = &v } diff --git a/fastly/model_historical_usage_service_response_all_of.go b/fastly/model_historical_usage_service_response_all_of.go index fec470a0..b17383eb 100644 --- a/fastly/model_historical_usage_service_response_all_of.go +++ b/fastly/model_historical_usage_service_response_all_of.go @@ -19,7 +19,8 @@ import ( // HistoricalUsageServiceResponseAllOf struct for HistoricalUsageServiceResponseAllOf type HistoricalUsageServiceResponseAllOf struct { - Data *HistoricalUsageResults `json:"data,omitempty"` + // Organized by *region*. + Data *map[string]map[string]HistoricalUsageData `json:"data,omitempty"` AdditionalProperties map[string]any } @@ -43,9 +44,9 @@ func NewHistoricalUsageServiceResponseAllOfWithDefaults() *HistoricalUsageServic } // GetData returns the Data field value if set, zero value otherwise. -func (o *HistoricalUsageServiceResponseAllOf) GetData() HistoricalUsageResults { +func (o *HistoricalUsageServiceResponseAllOf) GetData() map[string]map[string]HistoricalUsageData { if o == nil || o.Data == nil { - var ret HistoricalUsageResults + var ret map[string]map[string]HistoricalUsageData return ret } return *o.Data @@ -53,7 +54,7 @@ func (o *HistoricalUsageServiceResponseAllOf) GetData() HistoricalUsageResults { // GetDataOk returns a tuple with the Data field value if set, nil otherwise // and a boolean to check if the value has been set. -func (o *HistoricalUsageServiceResponseAllOf) GetDataOk() (*HistoricalUsageResults, bool) { +func (o *HistoricalUsageServiceResponseAllOf) GetDataOk() (*map[string]map[string]HistoricalUsageData, bool) { if o == nil || o.Data == nil { return nil, false } @@ -69,8 +70,8 @@ func (o *HistoricalUsageServiceResponseAllOf) HasData() bool { return false } -// SetData gets a reference to the given HistoricalUsageResults and assigns it to the Data field. -func (o *HistoricalUsageServiceResponseAllOf) SetData(v HistoricalUsageResults) { +// SetData gets a reference to the given map[string]map[string]HistoricalUsageData and assigns it to the Data field. +func (o *HistoricalUsageServiceResponseAllOf) SetData(v map[string]map[string]HistoricalUsageData) { o.Data = &v } diff --git a/fastly/model_read_only_id_service.go b/fastly/model_read_only_id_service.go deleted file mode 100644 index e193f99c..00000000 --- a/fastly/model_read_only_id_service.go +++ /dev/null @@ -1,92 +0,0 @@ -// Package fastly is an API client library for interacting with most facets of the Fastly API. -package fastly - -/* -Fastly API - -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) - -API version: 1.0.0 -Contact: oss@fastly.com -*/ - -// This code is auto-generated; DO NOT EDIT. - - -import ( - "encoding/json" -) - -// ReadOnlyIDService struct for ReadOnlyIDService -type ReadOnlyIDService struct { -} - -// NewReadOnlyIDService instantiates a new ReadOnlyIDService 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 NewReadOnlyIDService() *ReadOnlyIDService { - this := ReadOnlyIDService{} - return &this -} - -// NewReadOnlyIDServiceWithDefaults instantiates a new ReadOnlyIDService 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 NewReadOnlyIDServiceWithDefaults() *ReadOnlyIDService { - this := ReadOnlyIDService{} - return &this -} - -// MarshalJSON implements the json.Marshaler interface. -// Marshaler is the interface implemented by types that can marshal themselves into valid JSON. -func (o ReadOnlyIDService) MarshalJSON() ([]byte, error) { - toSerialize := map[string]any{} - return json.Marshal(toSerialize) -} - -// NullableReadOnlyIDService is a helper abstraction for handling nullable readonlyidservice types. -type NullableReadOnlyIDService struct { - value *ReadOnlyIDService - isSet bool -} - -// Get returns the value. -func (v NullableReadOnlyIDService) Get() *ReadOnlyIDService { - return v.value -} - -// Set modifies the value. -func (v *NullableReadOnlyIDService) Set(val *ReadOnlyIDService) { - v.value = val - v.isSet = true -} - -// IsSet indicates if the value was set. -func (v NullableReadOnlyIDService) IsSet() bool { - return v.isSet -} - -// Unset removes the value. -func (v *NullableReadOnlyIDService) Unset() { - v.value = nil - v.isSet = false -} - -// NewNullableReadOnlyIDService returns a pointer to a new instance of NullableReadOnlyIDService. -func NewNullableReadOnlyIDService(val *ReadOnlyIDService) *NullableReadOnlyIDService { - return &NullableReadOnlyIDService{value: val, isSet: true} -} - -// MarshalJSON implements the json.Marshaler interface. -// Marshaler is the interface implemented by types that can marshal themselves into valid JSON. -func (v NullableReadOnlyIDService) MarshalJSON() ([]byte, error) { - return json.Marshal(v.value) -} - -// UnmarshalJSON implements the Unmarshaler interface. -// Unmarshaler is the interface implemented by types that can unmarshal a JSON description of themselves. -func (v *NullableReadOnlyIDService) UnmarshalJSON(src []byte) error { - v.isSet = true - return json.Unmarshal(src, &v.value) -} diff --git a/fastly/model_relationship_mutual_authentication.go b/fastly/model_relationship_mutual_authentication.go index 0edda796..8a00e634 100644 --- a/fastly/model_relationship_mutual_authentication.go +++ b/fastly/model_relationship_mutual_authentication.go @@ -17,7 +17,7 @@ import ( "encoding/json" ) -// RelationshipMutualAuthentication The [Mutual Authentication](/reference/api/tls/mutual-tls/authentication/) for client-to-server authentication. Optional. +// RelationshipMutualAuthentication The Mutual Authentication for client-to-server authentication. Optional. type RelationshipMutualAuthentication struct { MutualAuthentication *RelationshipMutualAuthenticationMutualAuthentication `json:"mutual_authentication,omitempty"` AdditionalProperties map[string]any diff --git a/fastly/model_relationship_tls_domain.go b/fastly/model_relationship_tls_domain.go index bad97f40..c2712ecc 100644 --- a/fastly/model_relationship_tls_domain.go +++ b/fastly/model_relationship_tls_domain.go @@ -17,7 +17,7 @@ import ( "encoding/json" ) -// RelationshipTLSDomain The [TLS domain](/reference/api/tls/custom-certs/domains/) being enabled for TLS traffic. Required. +// RelationshipTLSDomain The TLS domain being enabled for TLS traffic. Required. type RelationshipTLSDomain struct { TLSDomain *RelationshipTLSDomainTLSDomain `json:"tls_domain,omitempty"` AdditionalProperties map[string]any diff --git a/fastly/model_results.go b/fastly/model_results.go index dee0fa02..7d4b0f98 100644 --- a/fastly/model_results.go +++ b/fastly/model_results.go @@ -17,7 +17,7 @@ import ( "encoding/json" ) -// Results The [results](#results-data-model) of the query, grouped by service (and optionally, region), and aggregated over the appropriate time span. +// Results The results of stats queries, may be grouped by service depending on endpoint, and aggregated over the appropriate time span. type Results struct { // Number of requests processed. Requests *int32 `json:"requests,omitempty"` @@ -471,6 +471,9 @@ type Results struct { BotChallengesSucceeded *int32 `json:"bot_challenges_succeeded,omitempty"` // The number of failed challenge solutions processed. For example, an incorrect CAPTCHA solution. BotChallengesFailed *int32 `json:"bot_challenges_failed,omitempty"` + ServiceID *string `json:"service_id,omitempty"` + // Timestamp for the start of the time period being reported + StartTime *int32 `json:"start_time,omitempty"` AdditionalProperties map[string]any } @@ -7709,6 +7712,70 @@ func (o *Results) SetBotChallengesFailed(v int32) { o.BotChallengesFailed = &v } +// GetServiceID returns the ServiceID field value if set, zero value otherwise. +func (o *Results) GetServiceID() string { + if o == nil || o.ServiceID == nil { + var ret string + return ret + } + return *o.ServiceID +} + +// GetServiceIDOk returns a tuple with the ServiceID field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *Results) GetServiceIDOk() (*string, bool) { + if o == nil || o.ServiceID == nil { + return nil, false + } + return o.ServiceID, true +} + +// HasServiceID returns a boolean if a field has been set. +func (o *Results) HasServiceID() bool { + if o != nil && o.ServiceID != nil { + return true + } + + return false +} + +// SetServiceID gets a reference to the given string and assigns it to the ServiceID field. +func (o *Results) SetServiceID(v string) { + o.ServiceID = &v +} + +// GetStartTime returns the StartTime field value if set, zero value otherwise. +func (o *Results) GetStartTime() int32 { + if o == nil || o.StartTime == nil { + var ret int32 + return ret + } + return *o.StartTime +} + +// GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *Results) GetStartTimeOk() (*int32, bool) { + if o == nil || o.StartTime == nil { + return nil, false + } + return o.StartTime, true +} + +// HasStartTime returns a boolean if a field has been set. +func (o *Results) HasStartTime() bool { + if o != nil && o.StartTime != nil { + return true + } + + return false +} + +// SetStartTime gets a reference to the given int32 and assigns it to the StartTime field. +func (o *Results) SetStartTime(v int32) { + o.StartTime = &v +} + // MarshalJSON implements the json.Marshaler interface. // Marshaler is the interface implemented by types that can marshal themselves into valid JSON. func (o Results) MarshalJSON() ([]byte, error) { @@ -8388,6 +8455,12 @@ func (o Results) MarshalJSON() ([]byte, error) { if o.BotChallengesFailed != nil { toSerialize["bot_challenges_failed"] = o.BotChallengesFailed } + if o.ServiceID != nil { + toSerialize["service_id"] = o.ServiceID + } + if o.StartTime != nil { + toSerialize["start_time"] = o.StartTime + } for key, value := range o.AdditionalProperties { toSerialize[key] = value @@ -8633,6 +8706,8 @@ func (o *Results) UnmarshalJSON(bytes []byte) (err error) { delete(additionalProperties, "bot_challenges_issued") delete(additionalProperties, "bot_challenges_succeeded") delete(additionalProperties, "bot_challenges_failed") + delete(additionalProperties, "service_id") + delete(additionalProperties, "start_time") o.AdditionalProperties = additionalProperties } diff --git a/sig.json b/sig.json index b6ec9143..d05cd161 100644 --- a/sig.json +++ b/sig.json @@ -1 +1 @@ -{"G": "5c91b697", "D": "e1e39f1b"} +{"G": "4ae2b660", "D": "2452c3f1"}