package
1.0.0-beta.23
Repository: https://github.com/last9/datadog-api-client-go.git
Documentation: pkg.go.dev

# README

Go API client for datadog

Collection of all Datadog Public endpoints.

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 1.0
  • Package version: 0.1.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen For more information, please visit https://www.datadoghq.com/support/

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import sw "./datadog"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value sw.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), sw.ContextServerIndex, 1)

Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value sw.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), sw.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identifield by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using sw.ContextOperationServerIndices and sw.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), sw.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), sw.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to https://api.datadoghq.com

ClassMethodHTTP requestDescription
AWSIntegrationApiCreateAWSAccountPost /api/v1/integration/awsCreate an AWS integration
AWSIntegrationApiCreateAWSTagFilterPost /api/v1/integration/aws/filteringSet an AWS tag filter
AWSIntegrationApiCreateNewAWSExternalIDPut /api/v1/integration/aws/generate_new_external_idGenerate a new external ID
AWSIntegrationApiDeleteAWSAccountDelete /api/v1/integration/awsDelete an AWS integration
AWSIntegrationApiDeleteAWSTagFilterDelete /api/v1/integration/aws/filteringDelete a tag filtering entry
AWSIntegrationApiListAWSAccountsGet /api/v1/integration/awsList all AWS integrations
AWSIntegrationApiListAWSTagFiltersGet /api/v1/integration/aws/filteringGet all AWS tag filters
AWSIntegrationApiListAvailableAWSNamespacesGet /api/v1/integration/aws/available_namespace_rulesList namespace rules
AWSIntegrationApiUpdateAWSAccountPut /api/v1/integration/awsUpdate an AWS integration
AWSLogsIntegrationApiCheckAWSLogsLambdaAsyncPost /api/v1/integration/aws/logs/check_asyncCheck that an AWS Lambda Function exists
AWSLogsIntegrationApiCheckAWSLogsServicesAsyncPost /api/v1/integration/aws/logs/services_asyncCheck permissions for log services
AWSLogsIntegrationApiCreateAWSLambdaARNPost /api/v1/integration/aws/logsAdd AWS Log Lambda ARN
AWSLogsIntegrationApiDeleteAWSLambdaARNDelete /api/v1/integration/aws/logsDelete an AWS Logs integration
AWSLogsIntegrationApiEnableAWSLogServicesPost /api/v1/integration/aws/logs/servicesEnable an AWS Logs integration
AWSLogsIntegrationApiListAWSLogsIntegrationsGet /api/v1/integration/aws/logsList all AWS Logs integrations
AWSLogsIntegrationApiListAWSLogsServicesGet /api/v1/integration/aws/logs/servicesGet list of AWS log ready services
AuthenticationApiValidateGet /api/v1/validateValidate API key
AzureIntegrationApiCreateAzureIntegrationPost /api/v1/integration/azureCreate an Azure integration
AzureIntegrationApiDeleteAzureIntegrationDelete /api/v1/integration/azureDelete an Azure integration
AzureIntegrationApiListAzureIntegrationGet /api/v1/integration/azureList all Azure integrations
AzureIntegrationApiUpdateAzureHostFiltersPost /api/v1/integration/azure/host_filtersUpdate Azure integration host filters
AzureIntegrationApiUpdateAzureIntegrationPut /api/v1/integration/azureUpdate an Azure integration
DashboardListsApiCreateDashboardListPost /api/v1/dashboard/lists/manualCreate a dashboard list
DashboardListsApiDeleteDashboardListDelete /api/v1/dashboard/lists/manual/{list_id}Delete a dashboard list
DashboardListsApiGetDashboardListGet /api/v1/dashboard/lists/manual/{list_id}Get a dashboard list
DashboardListsApiListDashboardListsGet /api/v1/dashboard/lists/manualGet all dashboard lists
DashboardListsApiUpdateDashboardListPut /api/v1/dashboard/lists/manual/{list_id}Update a dashboard list
DashboardsApiCreateDashboardPost /api/v1/dashboardCreate a new dashboard
DashboardsApiDeleteDashboardDelete /api/v1/dashboard/{dashboard_id}Delete a dashboard
DashboardsApiGetDashboardGet /api/v1/dashboard/{dashboard_id}Get a dashboard
DashboardsApiListDashboardsGet /api/v1/dashboardGet all dashboards
DashboardsApiUpdateDashboardPut /api/v1/dashboard/{dashboard_id}Update a dashboard
DowntimesApiCancelDowntimeDelete /api/v1/downtime/{downtime_id}Cancel a downtime
DowntimesApiCancelDowntimesByScopePost /api/v1/downtime/cancel/by_scopeCancel downtimes by scope
DowntimesApiCreateDowntimePost /api/v1/downtimeSchedule a downtime
DowntimesApiGetDowntimeGet /api/v1/downtime/{downtime_id}Get a downtime
DowntimesApiListDowntimesGet /api/v1/downtimeGet all downtimes
DowntimesApiListMonitorDowntimesGet /api/v1/monitor/{monitor_id}/downtimesGet all downtimes for a monitor
DowntimesApiUpdateDowntimePut /api/v1/downtime/{downtime_id}Update a downtime
EventsApiCreateEventPost /api/v1/eventsPost an event
EventsApiGetEventGet /api/v1/events/{event_id}Get an event
EventsApiListEventsGet /api/v1/eventsQuery the event stream
GCPIntegrationApiCreateGCPIntegrationPost /api/v1/integration/gcpCreate a GCP integration
GCPIntegrationApiDeleteGCPIntegrationDelete /api/v1/integration/gcpDelete a GCP integration
GCPIntegrationApiListGCPIntegrationGet /api/v1/integration/gcpList all GCP integrations
GCPIntegrationApiUpdateGCPIntegrationPut /api/v1/integration/gcpUpdate a GCP integration
HostsApiGetHostTotalsGet /api/v1/hosts/totalsGet the total number of active hosts
HostsApiListHostsGet /api/v1/hostsGet all hosts for your organization
HostsApiMuteHostPost /api/v1/host/{host_name}/muteMute a host
HostsApiUnmuteHostPost /api/v1/host/{host_name}/unmuteUnmute a host
IPRangesApiGetIPRangesGet /List IP Ranges
KeyManagementApiCreateAPIKeyPost /api/v1/api_keyCreate an API key
KeyManagementApiCreateApplicationKeyPost /api/v1/application_keyCreate an application key
KeyManagementApiDeleteAPIKeyDelete /api/v1/api_key/{key}Delete an API key
KeyManagementApiDeleteApplicationKeyDelete /api/v1/application_key/{key}Delete an application key
KeyManagementApiGetAPIKeyGet /api/v1/api_key/{key}Get API key
KeyManagementApiGetApplicationKeyGet /api/v1/application_key/{key}Get an application key
KeyManagementApiListAPIKeysGet /api/v1/api_keyGet all API keys
KeyManagementApiListApplicationKeysGet /api/v1/application_keyGet all application keys
KeyManagementApiUpdateAPIKeyPut /api/v1/api_key/{key}Edit an API key
KeyManagementApiUpdateApplicationKeyPut /api/v1/application_key/{key}Edit an application key
LogsApiListLogsPost /api/v1/logs-queries/listSearch logs
LogsApiSubmitLogPost /v1/inputSend logs
LogsIndexesApiCreateLogsIndexPost /api/v1/logs/config/indexesCreate an index
LogsIndexesApiGetLogsIndexGet /api/v1/logs/config/indexes/{name}Get an index
LogsIndexesApiGetLogsIndexOrderGet /api/v1/logs/config/index-orderGet indexes order
LogsIndexesApiListLogIndexesGet /api/v1/logs/config/indexesGet all indexes
LogsIndexesApiUpdateLogsIndexPut /api/v1/logs/config/indexes/{name}Update an index
LogsIndexesApiUpdateLogsIndexOrderPut /api/v1/logs/config/index-orderUpdate indexes order
LogsPipelinesApiCreateLogsPipelinePost /api/v1/logs/config/pipelinesCreate a pipeline
LogsPipelinesApiDeleteLogsPipelineDelete /api/v1/logs/config/pipelines/{pipeline_id}Delete a pipeline
LogsPipelinesApiGetLogsPipelineGet /api/v1/logs/config/pipelines/{pipeline_id}Get a pipeline
LogsPipelinesApiGetLogsPipelineOrderGet /api/v1/logs/config/pipeline-orderGet pipeline order
LogsPipelinesApiListLogsPipelinesGet /api/v1/logs/config/pipelinesGet all pipelines
LogsPipelinesApiUpdateLogsPipelinePut /api/v1/logs/config/pipelines/{pipeline_id}Update a pipeline
LogsPipelinesApiUpdateLogsPipelineOrderPut /api/v1/logs/config/pipeline-orderUpdate pipeline order
MetricsApiGetMetricMetadataGet /api/v1/metrics/{metric_name}Get metric metadata
MetricsApiListActiveMetricsGet /api/v1/metricsGet active metrics list
MetricsApiListMetricsGet /api/v1/searchSearch metrics
MetricsApiQueryMetricsGet /api/v1/queryQuery timeseries points
MetricsApiSubmitMetricsPost /api/v1/seriesSubmit metrics
MetricsApiUpdateMetricMetadataPut /api/v1/metrics/{metric_name}Edit metric metadata
MonitorsApiCheckCanDeleteMonitorGet /api/v1/monitor/can_deleteCheck if a monitor can be deleted
MonitorsApiCreateMonitorPost /api/v1/monitorCreate a monitor
MonitorsApiDeleteMonitorDelete /api/v1/monitor/{monitor_id}Delete a monitor
MonitorsApiGetMonitorGet /api/v1/monitor/{monitor_id}Get a monitor's details
MonitorsApiListMonitorsGet /api/v1/monitorGet all monitor details
MonitorsApiSearchMonitorGroupsGet /api/v1/monitor/groups/searchMonitors group search
MonitorsApiSearchMonitorsGet /api/v1/monitor/searchMonitors search
MonitorsApiUpdateMonitorPut /api/v1/monitor/{monitor_id}Edit a monitor
MonitorsApiValidateMonitorPost /api/v1/monitor/validateValidate a monitor
NotebooksApiCreateNotebookPost /api/v1/notebooksCreate a notebook
NotebooksApiDeleteNotebookDelete /api/v1/notebooks/{notebook_id}Delete a notebook
NotebooksApiGetNotebookGet /api/v1/notebooks/{notebook_id}Get a notebook
NotebooksApiListNotebooksGet /api/v1/notebooksGet all notebooks
NotebooksApiUpdateNotebookPut /api/v1/notebooks/{notebook_id}Update a notebook
OrganizationsApiCreateChildOrgPost /api/v1/orgCreate a child organization
OrganizationsApiGetOrgGet /api/v1/org/{public_id}Get organization information
OrganizationsApiListOrgsGet /api/v1/orgList your managed organizations
OrganizationsApiUpdateOrgPut /api/v1/org/{public_id}Update your organization
OrganizationsApiUploadIdPForOrgPost /api/v1/org/{public_id}/idp_metadataUpload IdP metadata
PagerDutyIntegrationApiCreatePagerDutyIntegrationServicePost /api/v1/integration/pagerduty/configuration/servicesCreate a new service object
PagerDutyIntegrationApiDeletePagerDutyIntegrationServiceDelete /api/v1/integration/pagerduty/configuration/services/{service_name}Delete a single service object
PagerDutyIntegrationApiGetPagerDutyIntegrationServiceGet /api/v1/integration/pagerduty/configuration/services/{service_name}Get a single service object
PagerDutyIntegrationApiUpdatePagerDutyIntegrationServicePut /api/v1/integration/pagerduty/configuration/services/{service_name}Update a single service object
ServiceChecksApiSubmitServiceCheckPost /api/v1/check_runSubmit a Service Check
ServiceLevelObjectiveCorrectionsApiCreateSLOCorrectionPost /api/v1/slo/correctionCreate an SLO correction
ServiceLevelObjectiveCorrectionsApiDeleteSLOCorrectionDelete /api/v1/slo/correction/{slo_correction_id}Delete an SLO correction
ServiceLevelObjectiveCorrectionsApiGetSLOCorrectionGet /api/v1/slo/correction/{slo_correction_id}Get an SLO correction for an SLO
ServiceLevelObjectiveCorrectionsApiListSLOCorrectionGet /api/v1/slo/correctionGet all SLO corrections
ServiceLevelObjectiveCorrectionsApiUpdateSLOCorrectionPatch /api/v1/slo/correction/{slo_correction_id}Update an SLO correction
ServiceLevelObjectivesApiCheckCanDeleteSLOGet /api/v1/slo/can_deleteCheck if SLOs can be safely deleted
ServiceLevelObjectivesApiCreateSLOPost /api/v1/sloCreate an SLO object
ServiceLevelObjectivesApiDeleteSLODelete /api/v1/slo/{slo_id}Delete an SLO
ServiceLevelObjectivesApiDeleteSLOTimeframeInBulkPost /api/v1/slo/bulk_deleteBulk Delete SLO Timeframes
ServiceLevelObjectivesApiGetSLOGet /api/v1/slo/{slo_id}Get an SLO's details
ServiceLevelObjectivesApiGetSLOHistoryGet /api/v1/slo/{slo_id}/historyGet an SLO's history
ServiceLevelObjectivesApiListSLOsGet /api/v1/sloGet all SLOs
ServiceLevelObjectivesApiUpdateSLOPut /api/v1/slo/{slo_id}Update an SLO
SlackIntegrationApiCreateSlackIntegrationChannelPost /api/v1/integration/slack/configuration/accounts/{account_name}/channelsCreate a Slack integration channel
SlackIntegrationApiGetSlackIntegrationChannelGet /api/v1/integration/slack/configuration/accounts/{account_name}/channels/{channel_name}Get a Slack integration channel
SlackIntegrationApiGetSlackIntegrationChannelsGet /api/v1/integration/slack/configuration/accounts/{account_name}/channelsGet all channels in a Slack integration
SlackIntegrationApiRemoveSlackIntegrationChannelDelete /api/v1/integration/slack/configuration/accounts/{account_name}/channels/{channel_name}Remove a Slack integration channel
SlackIntegrationApiUpdateSlackIntegrationChannelPatch /api/v1/integration/slack/configuration/accounts/{account_name}/channels/{channel_name}Update a Slack integration channel
SnapshotsApiGetGraphSnapshotGet /api/v1/graph/snapshotTake graph snapshots
SyntheticsApiCreateGlobalVariablePost /api/v1/synthetics/variablesCreate a global variable
SyntheticsApiCreatePrivateLocationPost /api/v1/synthetics/private-locationsCreate a private location
SyntheticsApiCreateSyntheticsAPITestPost /api/v1/synthetics/tests/apiCreate an API test
SyntheticsApiCreateSyntheticsBrowserTestPost /api/v1/synthetics/tests/browserCreate a browser test
SyntheticsApiDeleteGlobalVariableDelete /api/v1/synthetics/variables/{variable_id}Delete a global variable
SyntheticsApiDeletePrivateLocationDelete /api/v1/synthetics/private-locations/{location_id}Delete a private location
SyntheticsApiDeleteTestsPost /api/v1/synthetics/tests/deleteDelete tests
SyntheticsApiEditGlobalVariablePut /api/v1/synthetics/variables/{variable_id}Edit a global variable
SyntheticsApiGetAPITestGet /api/v1/synthetics/tests/api/{public_id}Get an API test
SyntheticsApiGetAPITestLatestResultsGet /api/v1/synthetics/tests/{public_id}/resultsGet an API test's latest results summaries
SyntheticsApiGetAPITestResultGet /api/v1/synthetics/tests/{public_id}/results/{result_id}Get an API test result
SyntheticsApiGetBrowserTestGet /api/v1/synthetics/tests/browser/{public_id}Get a browser test
SyntheticsApiGetBrowserTestLatestResultsGet /api/v1/synthetics/tests/browser/{public_id}/resultsGet a browser test's latest results summaries
SyntheticsApiGetBrowserTestResultGet /api/v1/synthetics/tests/browser/{public_id}/results/{result_id}Get a browser test result
SyntheticsApiGetGlobalVariableGet /api/v1/synthetics/variables/{variable_id}Get a global variable
SyntheticsApiGetPrivateLocationGet /api/v1/synthetics/private-locations/{location_id}Get a private location
SyntheticsApiGetTestGet /api/v1/synthetics/tests/{public_id}Get a test configuration
SyntheticsApiListGlobalVariablesGet /api/v1/synthetics/variablesGet all global variables
SyntheticsApiListLocationsGet /api/v1/synthetics/locationsGet all locations (public and private)
SyntheticsApiListTestsGet /api/v1/synthetics/testsGet the list of all tests
SyntheticsApiTriggerCITestsPost /api/v1/synthetics/tests/trigger/ciTrigger tests from CI/CD pipelines
SyntheticsApiUpdateAPITestPut /api/v1/synthetics/tests/api/{public_id}Edit an API test
SyntheticsApiUpdateBrowserTestPut /api/v1/synthetics/tests/browser/{public_id}Edit a browser test
SyntheticsApiUpdatePrivateLocationPut /api/v1/synthetics/private-locations/{location_id}Edit a private location
SyntheticsApiUpdateTestPauseStatusPut /api/v1/synthetics/tests/{public_id}/statusPause or start a test
TagsApiCreateHostTagsPost /api/v1/tags/hosts/{host_name}Add tags to a host
TagsApiDeleteHostTagsDelete /api/v1/tags/hosts/{host_name}Remove host tags
TagsApiGetHostTagsGet /api/v1/tags/hosts/{host_name}Get host tags
TagsApiListHostTagsGet /api/v1/tags/hostsGet Tags
TagsApiUpdateHostTagsPut /api/v1/tags/hosts/{host_name}Update host tags
UsageMeteringApiGetDailyCustomReportsGet /api/v1/daily_custom_reportsGet the list of available daily custom reports
UsageMeteringApiGetIncidentManagementGet /api/v1/usage/incident-managementGet hourly usage for incident management
UsageMeteringApiGetIngestedSpansGet /api/v1/usage/ingested-spansGet hourly usage for ingested spans
UsageMeteringApiGetMonthlyCustomReportsGet /api/v1/monthly_custom_reportsGet the list of available monthly custom reports
UsageMeteringApiGetSpecifiedDailyCustomReportsGet /api/v1/daily_custom_reports/{report_id}Get specified daily custom reports
UsageMeteringApiGetSpecifiedMonthlyCustomReportsGet /api/v1/monthly_custom_reports/{report_id}Get specified monthly custom reports
UsageMeteringApiGetTracingWithoutLimitsGet /api/v1/usage/tracing-without-limitsGet hourly usage for tracing without limits
UsageMeteringApiGetUsageAnalyzedLogsGet /api/v1/usage/analyzed_logsGet hourly usage for analyzed logs
UsageMeteringApiGetUsageAttributionGet /api/v1/usage/attributionGet Usage Attribution
UsageMeteringApiGetUsageBillableSummaryGet /api/v1/usage/billable-summaryGet billable usage across your account
UsageMeteringApiGetUsageComplianceMonitoringGet /api/v1/usage/compliance-monitoringGet hourly usage for Compliance Monitoring
UsageMeteringApiGetUsageFargateGet /api/v1/usage/fargateGet hourly usage for Fargate
UsageMeteringApiGetUsageHostsGet /api/v1/usage/hostsGet hourly usage for hosts and containers
UsageMeteringApiGetUsageIndexedSpansGet /api/v1/usage/indexed-spansGet hourly usage for indexed spans
UsageMeteringApiGetUsageInternetOfThingsGet /api/v1/usage/iotGet hourly usage for IoT
UsageMeteringApiGetUsageLambdaGet /api/v1/usage/aws_lambdaGet hourly usage for Lambda
UsageMeteringApiGetUsageLogsGet /api/v1/usage/logsGet hourly usage for Logs
UsageMeteringApiGetUsageLogsByIndexGet /api/v1/usage/logs_by_indexGet hourly usage for Logs by Index
UsageMeteringApiGetUsageLogsByRetentionGet /api/v1/usage/logs-by-retentionGet hourly logs usage by retention
UsageMeteringApiGetUsageNetworkFlowsGet /api/v1/usage/network_flowsGet hourly usage for Network Flows
UsageMeteringApiGetUsageNetworkHostsGet /api/v1/usage/network_hostsGet hourly usage for Network Hosts
UsageMeteringApiGetUsageProfilingGet /api/v1/usage/profilingGet hourly usage for profiled hosts
UsageMeteringApiGetUsageRumSessionsGet /api/v1/usage/rum_sessionsGet hourly usage for RUM Sessions
UsageMeteringApiGetUsageSNMPGet /api/v1/usage/snmpGet hourly usage for SNMP devices
UsageMeteringApiGetUsageSummaryGet /api/v1/usage/summaryGet usage across your multi-org account
UsageMeteringApiGetUsageSyntheticsGet /api/v1/usage/syntheticsGet hourly usage for Synthetics Checks
UsageMeteringApiGetUsageSyntheticsAPIGet /api/v1/usage/synthetics_apiGet hourly usage for Synthetics API Checks
UsageMeteringApiGetUsageSyntheticsBrowserGet /api/v1/usage/synthetics_browserGet hourly usage for Synthetics Browser Checks
UsageMeteringApiGetUsageTimeseriesGet /api/v1/usage/timeseriesGet hourly usage for custom metrics
UsageMeteringApiGetUsageTopAvgMetricsGet /api/v1/usage/top_avg_metricsGet all custom metrics by hourly average
UsageMeteringApiGetUsageTraceGet /api/v1/usage/tracesGet hourly usage for Trace Search
UsersApiCreateUserPost /api/v1/userCreate a user
UsersApiDisableUserDelete /api/v1/user/{user_handle}Disable a user
UsersApiGetUserGet /api/v1/user/{user_handle}Get user details
UsersApiListUsersGet /api/v1/userList all users
UsersApiUpdateUserPut /api/v1/user/{user_handle}Update a user

Documentation For Models

Documentation For Authorization

apiKeyAuth

  • Type: API key
  • API key parameter name: DD-API-KEY
  • Location: HTTP header

Note, each API key must be added to a map of map[string]APIKey where the key is: DD-API-KEY and passed in as the auth context for each request.

apiKeyAuthQuery

  • Type: API key
  • API key parameter name: api_key
  • Location: URL query string

Note, each API key must be added to a map of map[string]APIKey where the key is: api_key and passed in as the auth context for each request.

appKeyAuth

  • Type: API key
  • API key parameter name: DD-APPLICATION-KEY
  • Location: HTTP header

Note, each API key must be added to a map of map[string]APIKey where the key is: DD-APPLICATION-KEY and passed in as the auth context for each request.

appKeyAuthQuery

  • Type: API key
  • API key parameter name: application_key
  • Location: URL query string

Note, each API key must be added to a map of map[string]APIKey where the key is: application_key and passed in as the auth context for each request.

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

[email protected]

# Functions

AlertGraphWidgetDefinitionAsWidgetDefinition is a convenience function that returns AlertGraphWidgetDefinition wrapped in WidgetDefinition.
AlertValueWidgetDefinitionAsWidgetDefinition is a convenience function that returns AlertValueWidgetDefinition wrapped in WidgetDefinition.
CacheExpires helper function to determine remaining time before repeating a request.
ChangeWidgetDefinitionAsWidgetDefinition is a convenience function that returns ChangeWidgetDefinition wrapped in WidgetDefinition.
CheckStatusWidgetDefinitionAsWidgetDefinition is a convenience function that returns CheckStatusWidgetDefinition wrapped in WidgetDefinition.
DistributionWidgetDefinitionAsWidgetDefinition is a convenience function that returns DistributionWidgetDefinition wrapped in WidgetDefinition.
EventStreamWidgetDefinitionAsWidgetDefinition is a convenience function that returns EventStreamWidgetDefinition wrapped in WidgetDefinition.
EventTimelineWidgetDefinitionAsWidgetDefinition is a convenience function that returns EventTimelineWidgetDefinition wrapped in WidgetDefinition.
FormulaAndFunctionEventQueryDefinitionAsFormulaAndFunctionQueryDefinition is a convenience function that returns FormulaAndFunctionEventQueryDefinition wrapped in FormulaAndFunctionQueryDefinition.
FormulaAndFunctionMetricQueryDefinitionAsFormulaAndFunctionQueryDefinition is a convenience function that returns FormulaAndFunctionMetricQueryDefinition wrapped in FormulaAndFunctionQueryDefinition.
FormulaAndFunctionProcessQueryDefinitionAsFormulaAndFunctionQueryDefinition is a convenience function that returns FormulaAndFunctionProcessQueryDefinition wrapped in FormulaAndFunctionQueryDefinition.
FreeTextWidgetDefinitionAsWidgetDefinition is a convenience function that returns FreeTextWidgetDefinition wrapped in WidgetDefinition.
GeomapWidgetDefinitionAsWidgetDefinition is a convenience function that returns GeomapWidgetDefinition wrapped in WidgetDefinition.
GroupWidgetDefinitionAsWidgetDefinition is a convenience function that returns GroupWidgetDefinition wrapped in WidgetDefinition.
HeatMapWidgetDefinitionAsWidgetDefinition is a convenience function that returns HeatMapWidgetDefinition wrapped in WidgetDefinition.
HostMapWidgetDefinitionAsWidgetDefinition is a convenience function that returns HostMapWidgetDefinition wrapped in WidgetDefinition.
IFrameWidgetDefinitionAsWidgetDefinition is a convenience function that returns IFrameWidgetDefinition wrapped in WidgetDefinition.
ImageWidgetDefinitionAsWidgetDefinition is a convenience function that returns ImageWidgetDefinition wrapped in WidgetDefinition.
LogsArithmeticProcessorAsLogsProcessor is a convenience function that returns LogsArithmeticProcessor wrapped in LogsProcessor.
LogsAttributeRemapperAsLogsProcessor is a convenience function that returns LogsAttributeRemapper wrapped in LogsProcessor.
LogsCategoryProcessorAsLogsProcessor is a convenience function that returns LogsCategoryProcessor wrapped in LogsProcessor.
LogsDateRemapperAsLogsProcessor is a convenience function that returns LogsDateRemapper wrapped in LogsProcessor.
LogsGeoIPParserAsLogsProcessor is a convenience function that returns LogsGeoIPParser wrapped in LogsProcessor.
LogsGrokParserAsLogsProcessor is a convenience function that returns LogsGrokParser wrapped in LogsProcessor.
LogsLookupProcessorAsLogsProcessor is a convenience function that returns LogsLookupProcessor wrapped in LogsProcessor.
LogsMessageRemapperAsLogsProcessor is a convenience function that returns LogsMessageRemapper wrapped in LogsProcessor.
LogsPipelineProcessorAsLogsProcessor is a convenience function that returns LogsPipelineProcessor wrapped in LogsProcessor.
LogsServiceRemapperAsLogsProcessor is a convenience function that returns LogsServiceRemapper wrapped in LogsProcessor.
LogsStatusRemapperAsLogsProcessor is a convenience function that returns LogsStatusRemapper wrapped in LogsProcessor.
LogsStringBuilderProcessorAsLogsProcessor is a convenience function that returns LogsStringBuilderProcessor wrapped in LogsProcessor.
LogsTraceRemapperAsLogsProcessor is a convenience function that returns LogsTraceRemapper wrapped in LogsProcessor.
LogStreamWidgetDefinitionAsWidgetDefinition is a convenience function that returns LogStreamWidgetDefinition wrapped in WidgetDefinition.
LogsURLParserAsLogsProcessor is a convenience function that returns LogsURLParser wrapped in LogsProcessor.
LogsUserAgentParserAsLogsProcessor is a convenience function that returns LogsUserAgentParser wrapped in LogsProcessor.
MonitorSummaryWidgetDefinitionAsWidgetDefinition is a convenience function that returns MonitorSummaryWidgetDefinition wrapped in WidgetDefinition.
NewAccessRoleFromValue returns a pointer to a valid AccessRole for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAlertGraphWidgetDefinition instantiates a new AlertGraphWidgetDefinition 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.
NewAlertGraphWidgetDefinitionTypeFromValue returns a pointer to a valid AlertGraphWidgetDefinitionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAlertGraphWidgetDefinitionWithDefaults instantiates a new AlertGraphWidgetDefinition 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.
NewAlertValueWidgetDefinition instantiates a new AlertValueWidgetDefinition 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.
NewAlertValueWidgetDefinitionTypeFromValue returns a pointer to a valid AlertValueWidgetDefinitionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAlertValueWidgetDefinitionWithDefaults instantiates a new AlertValueWidgetDefinition 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.
NewAPIClient creates a new API client.
NewAPIErrorResponse instantiates a new APIErrorResponse 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.
NewAPIErrorResponseWithDefaults instantiates a new APIErrorResponse 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.
NewApiKey instantiates a new ApiKey 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.
NewApiKeyListResponse instantiates a new ApiKeyListResponse 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.
NewApiKeyListResponseWithDefaults instantiates a new ApiKeyListResponse 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.
NewApiKeyResponse instantiates a new ApiKeyResponse 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.
NewApiKeyResponseWithDefaults instantiates a new ApiKeyResponse 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.
NewApiKeyWithDefaults instantiates a new ApiKey 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.
NewAPIResponse returns a new APIResonse object.
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
NewApmStatsQueryColumnType instantiates a new ApmStatsQueryColumnType 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.
NewApmStatsQueryColumnTypeWithDefaults instantiates a new ApmStatsQueryColumnType 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.
NewApmStatsQueryDefinition instantiates a new ApmStatsQueryDefinition 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.
NewApmStatsQueryDefinitionWithDefaults instantiates a new ApmStatsQueryDefinition 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.
NewApmStatsQueryRowTypeFromValue returns a pointer to a valid ApmStatsQueryRowType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewApplicationKey instantiates a new ApplicationKey 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.
NewApplicationKeyListResponse instantiates a new ApplicationKeyListResponse 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.
NewApplicationKeyListResponseWithDefaults instantiates a new ApplicationKeyListResponse 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.
NewApplicationKeyResponse instantiates a new ApplicationKeyResponse 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.
NewApplicationKeyResponseWithDefaults instantiates a new ApplicationKeyResponse 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.
NewApplicationKeyWithDefaults instantiates a new ApplicationKey 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.
NewAuthenticationValidationResponse instantiates a new AuthenticationValidationResponse 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.
NewAuthenticationValidationResponseWithDefaults instantiates a new AuthenticationValidationResponse 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.
NewAWSAccount instantiates a new AWSAccount 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.
NewAWSAccountAndLambdaRequest instantiates a new AWSAccountAndLambdaRequest 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.
NewAWSAccountAndLambdaRequestWithDefaults instantiates a new AWSAccountAndLambdaRequest 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.
NewAWSAccountCreateResponse instantiates a new AWSAccountCreateResponse 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.
NewAWSAccountCreateResponseWithDefaults instantiates a new AWSAccountCreateResponse 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.
NewAWSAccountListResponse instantiates a new AWSAccountListResponse 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.
NewAWSAccountListResponseWithDefaults instantiates a new AWSAccountListResponse 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.
NewAWSAccountWithDefaults instantiates a new AWSAccount 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.
NewAWSLogsAsyncError instantiates a new AWSLogsAsyncError 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.
NewAWSLogsAsyncErrorWithDefaults instantiates a new AWSLogsAsyncError 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.
NewAWSLogsAsyncResponse instantiates a new AWSLogsAsyncResponse 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.
NewAWSLogsAsyncResponseWithDefaults instantiates a new AWSLogsAsyncResponse 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.
NewAWSLogsLambda instantiates a new AWSLogsLambda 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.
NewAWSLogsLambdaWithDefaults instantiates a new AWSLogsLambda 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.
NewAWSLogsListResponse instantiates a new AWSLogsListResponse 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.
NewAWSLogsListResponseWithDefaults instantiates a new AWSLogsListResponse 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.
NewAWSLogsListServicesResponse instantiates a new AWSLogsListServicesResponse 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.
NewAWSLogsListServicesResponseWithDefaults instantiates a new AWSLogsListServicesResponse 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.
NewAWSLogsServicesRequest instantiates a new AWSLogsServicesRequest 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.
NewAWSLogsServicesRequestWithDefaults instantiates a new AWSLogsServicesRequest 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.
NewAWSNamespaceFromValue returns a pointer to a valid AWSNamespace for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAWSTagFilter instantiates a new AWSTagFilter 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.
NewAWSTagFilterCreateRequest instantiates a new AWSTagFilterCreateRequest 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.
NewAWSTagFilterCreateRequestWithDefaults instantiates a new AWSTagFilterCreateRequest 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.
NewAWSTagFilterDeleteRequest instantiates a new AWSTagFilterDeleteRequest 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.
NewAWSTagFilterDeleteRequestWithDefaults instantiates a new AWSTagFilterDeleteRequest 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.
NewAWSTagFilterListResponse instantiates a new AWSTagFilterListResponse 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.
NewAWSTagFilterListResponseWithDefaults instantiates a new AWSTagFilterListResponse 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.
NewAWSTagFilterWithDefaults instantiates a new AWSTagFilter 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.
NewAzureAccount instantiates a new AzureAccount 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.
NewAzureAccountWithDefaults instantiates a new AzureAccount 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.
NewCancelDowntimesByScopeRequest instantiates a new CancelDowntimesByScopeRequest 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.
NewCancelDowntimesByScopeRequestWithDefaults instantiates a new CancelDowntimesByScopeRequest 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.
NewCanceledDowntimesIds instantiates a new CanceledDowntimesIds 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.
NewCanceledDowntimesIdsWithDefaults instantiates a new CanceledDowntimesIds 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.
NewChangeWidgetDefinition instantiates a new ChangeWidgetDefinition 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.
NewChangeWidgetDefinitionTypeFromValue returns a pointer to a valid ChangeWidgetDefinitionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewChangeWidgetDefinitionWithDefaults instantiates a new ChangeWidgetDefinition 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.
NewChangeWidgetRequest instantiates a new ChangeWidgetRequest 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.
NewChangeWidgetRequestWithDefaults instantiates a new ChangeWidgetRequest 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.
NewCheckCanDeleteMonitorResponse instantiates a new CheckCanDeleteMonitorResponse 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.
NewCheckCanDeleteMonitorResponseData instantiates a new CheckCanDeleteMonitorResponseData 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.
NewCheckCanDeleteMonitorResponseDataWithDefaults instantiates a new CheckCanDeleteMonitorResponseData 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.
NewCheckCanDeleteMonitorResponseWithDefaults instantiates a new CheckCanDeleteMonitorResponse 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.
NewCheckCanDeleteSLOResponse instantiates a new CheckCanDeleteSLOResponse 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.
NewCheckCanDeleteSLOResponseData instantiates a new CheckCanDeleteSLOResponseData 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.
NewCheckCanDeleteSLOResponseDataWithDefaults instantiates a new CheckCanDeleteSLOResponseData 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.
NewCheckCanDeleteSLOResponseWithDefaults instantiates a new CheckCanDeleteSLOResponse 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.
NewCheckStatusWidgetDefinition instantiates a new CheckStatusWidgetDefinition 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.
NewCheckStatusWidgetDefinitionTypeFromValue returns a pointer to a valid CheckStatusWidgetDefinitionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCheckStatusWidgetDefinitionWithDefaults instantiates a new CheckStatusWidgetDefinition 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.
NewConfiguration returns a new Configuration object.
NewContentEncodingFromValue returns a pointer to a valid ContentEncoding for the value passed as argument, or an error if the value passed is not allowed by the enum.
No description provided by the author
NewCreator instantiates a new Creator 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.
NewCreatorWithDefaults instantiates a new Creator 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.
NewDashboard instantiates a new Dashboard 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.
NewDashboardDeleteResponse instantiates a new DashboardDeleteResponse 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.
NewDashboardDeleteResponseWithDefaults instantiates a new DashboardDeleteResponse 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.
NewDashboardLayoutTypeFromValue returns a pointer to a valid DashboardLayoutType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewDashboardList instantiates a new DashboardList 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.
NewDashboardListDeleteResponse instantiates a new DashboardListDeleteResponse 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.
NewDashboardListDeleteResponseWithDefaults instantiates a new DashboardListDeleteResponse 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.
NewDashboardListListResponse instantiates a new DashboardListListResponse 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.
NewDashboardListListResponseWithDefaults instantiates a new DashboardListListResponse 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.
NewDashboardListWithDefaults instantiates a new DashboardList 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.
NewDashboardReflowTypeFromValue returns a pointer to a valid DashboardReflowType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewDashboardSummary instantiates a new DashboardSummary 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.
NewDashboardSummaryDefinition instantiates a new DashboardSummaryDefinition 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.
NewDashboardSummaryDefinitionWithDefaults instantiates a new DashboardSummaryDefinition 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.
NewDashboardSummaryWithDefaults instantiates a new DashboardSummary 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.
NewDashboardTemplateVariable instantiates a new DashboardTemplateVariable 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.
NewDashboardTemplateVariablePreset instantiates a new DashboardTemplateVariablePreset 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.
NewDashboardTemplateVariablePresetValue instantiates a new DashboardTemplateVariablePresetValue 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.
NewDashboardTemplateVariablePresetValueWithDefaults instantiates a new DashboardTemplateVariablePresetValue 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.
NewDashboardTemplateVariablePresetWithDefaults instantiates a new DashboardTemplateVariablePreset 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.
NewDashboardTemplateVariableWithDefaults instantiates a new DashboardTemplateVariable 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.
NewDashboardWithDefaults instantiates a new Dashboard 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.
NewDefaultContext returns a new context setup with environment variables.
NewDeletedMonitor instantiates a new DeletedMonitor 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.
NewDeletedMonitorWithDefaults instantiates a new DeletedMonitor 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.
No description provided by the author
No description provided by the author
No description provided by the author
NewDistributionWidgetDefinition instantiates a new DistributionWidgetDefinition 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.
NewDistributionWidgetDefinitionTypeFromValue returns a pointer to a valid DistributionWidgetDefinitionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewDistributionWidgetDefinitionWithDefaults instantiates a new DistributionWidgetDefinition 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.
NewDistributionWidgetRequest instantiates a new DistributionWidgetRequest 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.
NewDistributionWidgetRequestWithDefaults instantiates a new DistributionWidgetRequest 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.
NewDistributionWidgetXAxis instantiates a new DistributionWidgetXAxis 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.
NewDistributionWidgetXAxisWithDefaults instantiates a new DistributionWidgetXAxis 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.
NewDistributionWidgetYAxis instantiates a new DistributionWidgetYAxis 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.
NewDistributionWidgetYAxisWithDefaults instantiates a new DistributionWidgetYAxis 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.
NewDowntime instantiates a new Downtime 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.
NewDowntimeChild instantiates a new DowntimeChild 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.
NewDowntimeChildWithDefaults instantiates a new DowntimeChild 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.
NewDowntimeRecurrence instantiates a new DowntimeRecurrence 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.
NewDowntimeRecurrenceWithDefaults instantiates a new DowntimeRecurrence 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.
NewDowntimeWithDefaults instantiates a new Downtime 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.
NewEvent instantiates a new Event 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.
NewEventAlertTypeFromValue returns a pointer to a valid EventAlertType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewEventCreateRequest instantiates a new EventCreateRequest 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.
NewEventCreateRequestWithDefaults instantiates a new EventCreateRequest 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.
NewEventCreateResponse instantiates a new EventCreateResponse 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.
NewEventCreateResponseWithDefaults instantiates a new EventCreateResponse 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.
NewEventListResponse instantiates a new EventListResponse 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.
NewEventListResponseWithDefaults instantiates a new EventListResponse 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.
NewEventPriorityFromValue returns a pointer to a valid EventPriority for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewEventQueryDefinition instantiates a new EventQueryDefinition 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.
NewEventQueryDefinitionWithDefaults instantiates a new EventQueryDefinition 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.
NewEventResponse instantiates a new EventResponse 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.
NewEventResponseWithDefaults instantiates a new EventResponse 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.
NewEventStreamWidgetDefinition instantiates a new EventStreamWidgetDefinition 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.
NewEventStreamWidgetDefinitionTypeFromValue returns a pointer to a valid EventStreamWidgetDefinitionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewEventStreamWidgetDefinitionWithDefaults instantiates a new EventStreamWidgetDefinition 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.
NewEventTimelineWidgetDefinition instantiates a new EventTimelineWidgetDefinition 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.
NewEventTimelineWidgetDefinitionTypeFromValue returns a pointer to a valid EventTimelineWidgetDefinitionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewEventTimelineWidgetDefinitionWithDefaults instantiates a new EventTimelineWidgetDefinition 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.
NewEventWithDefaults instantiates a new Event 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.
NewFormulaAndFunctionEventAggregationFromValue returns a pointer to a valid FormulaAndFunctionEventAggregation for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewFormulaAndFunctionEventQueryDefinition instantiates a new FormulaAndFunctionEventQueryDefinition 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.
NewFormulaAndFunctionEventQueryDefinitionCompute instantiates a new FormulaAndFunctionEventQueryDefinitionCompute 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.
NewFormulaAndFunctionEventQueryDefinitionComputeWithDefaults instantiates a new FormulaAndFunctionEventQueryDefinitionCompute 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.
NewFormulaAndFunctionEventQueryDefinitionSearch instantiates a new FormulaAndFunctionEventQueryDefinitionSearch 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.
NewFormulaAndFunctionEventQueryDefinitionSearchWithDefaults instantiates a new FormulaAndFunctionEventQueryDefinitionSearch 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.
NewFormulaAndFunctionEventQueryDefinitionWithDefaults instantiates a new FormulaAndFunctionEventQueryDefinition 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.
NewFormulaAndFunctionEventQueryGroupBy instantiates a new FormulaAndFunctionEventQueryGroupBy 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.
NewFormulaAndFunctionEventQueryGroupBySort instantiates a new FormulaAndFunctionEventQueryGroupBySort 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.
NewFormulaAndFunctionEventQueryGroupBySortWithDefaults instantiates a new FormulaAndFunctionEventQueryGroupBySort 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.
NewFormulaAndFunctionEventQueryGroupByWithDefaults instantiates a new FormulaAndFunctionEventQueryGroupBy 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.
NewFormulaAndFunctionEventsDataSourceFromValue returns a pointer to a valid FormulaAndFunctionEventsDataSource for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewFormulaAndFunctionMetricAggregationFromValue returns a pointer to a valid FormulaAndFunctionMetricAggregation for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewFormulaAndFunctionMetricDataSourceFromValue returns a pointer to a valid FormulaAndFunctionMetricDataSource for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewFormulaAndFunctionMetricQueryDefinition instantiates a new FormulaAndFunctionMetricQueryDefinition 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.
NewFormulaAndFunctionMetricQueryDefinitionWithDefaults instantiates a new FormulaAndFunctionMetricQueryDefinition 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.
NewFormulaAndFunctionProcessQueryDataSourceFromValue returns a pointer to a valid FormulaAndFunctionProcessQueryDataSource for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewFormulaAndFunctionProcessQueryDefinition instantiates a new FormulaAndFunctionProcessQueryDefinition 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.
NewFormulaAndFunctionProcessQueryDefinitionWithDefaults instantiates a new FormulaAndFunctionProcessQueryDefinition 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.
NewFormulaAndFunctionResponseFormatFromValue returns a pointer to a valid FormulaAndFunctionResponseFormat for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewFreeTextWidgetDefinition instantiates a new FreeTextWidgetDefinition 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.
NewFreeTextWidgetDefinitionTypeFromValue returns a pointer to a valid FreeTextWidgetDefinitionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewFreeTextWidgetDefinitionWithDefaults instantiates a new FreeTextWidgetDefinition 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.
NewGCPAccount instantiates a new GCPAccount 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.
NewGCPAccountWithDefaults instantiates a new GCPAccount 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.
NewGeomapWidgetDefinition instantiates a new GeomapWidgetDefinition 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.
NewGeomapWidgetDefinitionStyle instantiates a new GeomapWidgetDefinitionStyle 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.
NewGeomapWidgetDefinitionStyleWithDefaults instantiates a new GeomapWidgetDefinitionStyle 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.
NewGeomapWidgetDefinitionTypeFromValue returns a pointer to a valid GeomapWidgetDefinitionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewGeomapWidgetDefinitionView instantiates a new GeomapWidgetDefinitionView 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.
NewGeomapWidgetDefinitionViewWithDefaults instantiates a new GeomapWidgetDefinitionView 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.
NewGeomapWidgetDefinitionWithDefaults instantiates a new GeomapWidgetDefinition 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.
NewGeomapWidgetRequest instantiates a new GeomapWidgetRequest 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.
NewGeomapWidgetRequestWithDefaults instantiates a new GeomapWidgetRequest 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.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewGraphSnapshot instantiates a new GraphSnapshot 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.
NewGraphSnapshotWithDefaults instantiates a new GraphSnapshot 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.
NewGroupWidgetDefinition instantiates a new GroupWidgetDefinition 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.
NewGroupWidgetDefinitionTypeFromValue returns a pointer to a valid GroupWidgetDefinitionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewGroupWidgetDefinitionWithDefaults instantiates a new GroupWidgetDefinition 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.
NewHeatMapWidgetDefinition instantiates a new HeatMapWidgetDefinition 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.
NewHeatMapWidgetDefinitionTypeFromValue returns a pointer to a valid HeatMapWidgetDefinitionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewHeatMapWidgetDefinitionWithDefaults instantiates a new HeatMapWidgetDefinition 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.
NewHeatMapWidgetRequest instantiates a new HeatMapWidgetRequest 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.
NewHeatMapWidgetRequestWithDefaults instantiates a new HeatMapWidgetRequest 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.
NewHost instantiates a new Host 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.
NewHostListResponse instantiates a new HostListResponse 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.
NewHostListResponseWithDefaults instantiates a new HostListResponse 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.
NewHostMapRequest instantiates a new HostMapRequest 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.
NewHostMapRequestWithDefaults instantiates a new HostMapRequest 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.
NewHostMapWidgetDefinition instantiates a new HostMapWidgetDefinition 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.
NewHostMapWidgetDefinitionRequests instantiates a new HostMapWidgetDefinitionRequests 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.
NewHostMapWidgetDefinitionRequestsWithDefaults instantiates a new HostMapWidgetDefinitionRequests 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.
NewHostMapWidgetDefinitionStyle instantiates a new HostMapWidgetDefinitionStyle 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.
NewHostMapWidgetDefinitionStyleWithDefaults instantiates a new HostMapWidgetDefinitionStyle 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.
NewHostMapWidgetDefinitionTypeFromValue returns a pointer to a valid HostMapWidgetDefinitionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewHostMapWidgetDefinitionWithDefaults instantiates a new HostMapWidgetDefinition 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.
NewHostMeta instantiates a new HostMeta 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.
NewHostMetaWithDefaults instantiates a new HostMeta 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.
NewHostMetrics instantiates a new HostMetrics 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.
NewHostMetricsWithDefaults instantiates a new HostMetrics 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.
NewHostMuteResponse instantiates a new HostMuteResponse 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.
NewHostMuteResponseWithDefaults instantiates a new HostMuteResponse 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.
NewHostMuteSettings instantiates a new HostMuteSettings 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.
NewHostMuteSettingsWithDefaults instantiates a new HostMuteSettings 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.
NewHostTags instantiates a new HostTags 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.
NewHostTagsWithDefaults instantiates a new HostTags 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.
NewHostTotals instantiates a new HostTotals 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.
NewHostTotalsWithDefaults instantiates a new HostTotals 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.
NewHostWithDefaults instantiates a new Host 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.
NewHTTPLogError instantiates a new HTTPLogError 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.
NewHTTPLogErrorWithDefaults instantiates a new HTTPLogError 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.
NewHTTPLogItem instantiates a new HTTPLogItem 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.
NewHTTPLogItemWithDefaults instantiates a new HTTPLogItem 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.
NewHTTPMethodFromValue returns a pointer to a valid HTTPMethod for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewIdpFormData instantiates a new IdpFormData 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.
NewIdpFormDataWithDefaults instantiates a new IdpFormData 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.
NewIdpResponse instantiates a new IdpResponse 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.
NewIdpResponseWithDefaults instantiates a new IdpResponse 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.
NewIFrameWidgetDefinition instantiates a new IFrameWidgetDefinition 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.
NewIFrameWidgetDefinitionTypeFromValue returns a pointer to a valid IFrameWidgetDefinitionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewIFrameWidgetDefinitionWithDefaults instantiates a new IFrameWidgetDefinition 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.
NewImageWidgetDefinition instantiates a new ImageWidgetDefinition 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.
NewImageWidgetDefinitionTypeFromValue returns a pointer to a valid ImageWidgetDefinitionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewImageWidgetDefinitionWithDefaults instantiates a new ImageWidgetDefinition 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.
NewIntakePayloadAccepted instantiates a new IntakePayloadAccepted 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.
NewIntakePayloadAcceptedWithDefaults instantiates a new IntakePayloadAccepted 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.
NewIPPrefixesAgents instantiates a new IPPrefixesAgents 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.
NewIPPrefixesAgentsWithDefaults instantiates a new IPPrefixesAgents 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.
NewIPPrefixesAPI instantiates a new IPPrefixesAPI 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.
NewIPPrefixesAPIWithDefaults instantiates a new IPPrefixesAPI 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.
NewIPPrefixesAPM instantiates a new IPPrefixesAPM 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.
NewIPPrefixesAPMWithDefaults instantiates a new IPPrefixesAPM 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.
NewIPPrefixesLogs instantiates a new IPPrefixesLogs 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.
NewIPPrefixesLogsWithDefaults instantiates a new IPPrefixesLogs 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.
NewIPPrefixesProcess instantiates a new IPPrefixesProcess 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.
NewIPPrefixesProcessWithDefaults instantiates a new IPPrefixesProcess 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.
NewIPPrefixesSynthetics instantiates a new IPPrefixesSynthetics 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.
NewIPPrefixesSyntheticsWithDefaults instantiates a new IPPrefixesSynthetics 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.
NewIPPrefixesWebhooks instantiates a new IPPrefixesWebhooks 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.
NewIPPrefixesWebhooksWithDefaults instantiates a new IPPrefixesWebhooks 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.
NewIPRanges instantiates a new IPRanges 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.
NewIPRangesWithDefaults instantiates a new IPRanges 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.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewLog instantiates a new Log 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.
NewLogContent instantiates a new LogContent 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.
NewLogContentWithDefaults instantiates a new LogContent 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.
NewLogQueryDefinition instantiates a new LogQueryDefinition 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.
NewLogQueryDefinitionGroupBy instantiates a new LogQueryDefinitionGroupBy 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.
NewLogQueryDefinitionGroupBySort instantiates a new LogQueryDefinitionGroupBySort 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.
NewLogQueryDefinitionGroupBySortWithDefaults instantiates a new LogQueryDefinitionGroupBySort 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.
NewLogQueryDefinitionGroupByWithDefaults instantiates a new LogQueryDefinitionGroupBy 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.
NewLogQueryDefinitionSearch instantiates a new LogQueryDefinitionSearch 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.
NewLogQueryDefinitionSearchWithDefaults instantiates a new LogQueryDefinitionSearch 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.
NewLogQueryDefinitionWithDefaults instantiates a new LogQueryDefinition 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.
NewLogsAPIError instantiates a new LogsAPIError 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.
NewLogsAPIErrorResponse instantiates a new LogsAPIErrorResponse 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.
NewLogsAPIErrorResponseWithDefaults instantiates a new LogsAPIErrorResponse 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.
NewLogsAPIErrorWithDefaults instantiates a new LogsAPIError 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.
NewLogsArithmeticProcessor instantiates a new LogsArithmeticProcessor 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.
NewLogsArithmeticProcessorTypeFromValue returns a pointer to a valid LogsArithmeticProcessorType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewLogsArithmeticProcessorWithDefaults instantiates a new LogsArithmeticProcessor 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.
NewLogsAttributeRemapper instantiates a new LogsAttributeRemapper 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.
NewLogsAttributeRemapperTypeFromValue returns a pointer to a valid LogsAttributeRemapperType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewLogsAttributeRemapperWithDefaults instantiates a new LogsAttributeRemapper 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.
NewLogsByRetention instantiates a new LogsByRetention 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.
NewLogsByRetentionMonthlyUsage instantiates a new LogsByRetentionMonthlyUsage 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.
NewLogsByRetentionMonthlyUsageWithDefaults instantiates a new LogsByRetentionMonthlyUsage 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.
NewLogsByRetentionOrgs instantiates a new LogsByRetentionOrgs 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.
NewLogsByRetentionOrgsWithDefaults instantiates a new LogsByRetentionOrgs 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.
NewLogsByRetentionOrgUsage instantiates a new LogsByRetentionOrgUsage 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.
NewLogsByRetentionOrgUsageWithDefaults instantiates a new LogsByRetentionOrgUsage 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.
NewLogsByRetentionWithDefaults instantiates a new LogsByRetention 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.
NewLogsCategoryProcessor instantiates a new LogsCategoryProcessor 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.
NewLogsCategoryProcessorCategory instantiates a new LogsCategoryProcessorCategory 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.
NewLogsCategoryProcessorCategoryWithDefaults instantiates a new LogsCategoryProcessorCategory 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.
NewLogsCategoryProcessorTypeFromValue returns a pointer to a valid LogsCategoryProcessorType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewLogsCategoryProcessorWithDefaults instantiates a new LogsCategoryProcessor 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.
NewLogsDateRemapper instantiates a new LogsDateRemapper 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.
NewLogsDateRemapperTypeFromValue returns a pointer to a valid LogsDateRemapperType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewLogsDateRemapperWithDefaults instantiates a new LogsDateRemapper 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.
NewLogsExclusion instantiates a new LogsExclusion 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.
NewLogsExclusionFilter instantiates a new LogsExclusionFilter 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.
NewLogsExclusionFilterWithDefaults instantiates a new LogsExclusionFilter 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.
NewLogsExclusionWithDefaults instantiates a new LogsExclusion 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.
NewLogsFilter instantiates a new LogsFilter 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.
NewLogsFilterWithDefaults instantiates a new LogsFilter 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.
NewLogsGeoIPParser instantiates a new LogsGeoIPParser 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.
NewLogsGeoIPParserTypeFromValue returns a pointer to a valid LogsGeoIPParserType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewLogsGeoIPParserWithDefaults instantiates a new LogsGeoIPParser 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.
NewLogsGrokParser instantiates a new LogsGrokParser 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.
NewLogsGrokParserRules instantiates a new LogsGrokParserRules 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.
NewLogsGrokParserRulesWithDefaults instantiates a new LogsGrokParserRules 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.
NewLogsGrokParserTypeFromValue returns a pointer to a valid LogsGrokParserType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewLogsGrokParserWithDefaults instantiates a new LogsGrokParser 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.
NewLogsIndex instantiates a new LogsIndex 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.
NewLogsIndexesOrder instantiates a new LogsIndexesOrder 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.
NewLogsIndexesOrderWithDefaults instantiates a new LogsIndexesOrder 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.
NewLogsIndexListResponse instantiates a new LogsIndexListResponse 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.
NewLogsIndexListResponseWithDefaults instantiates a new LogsIndexListResponse 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.
NewLogsIndexUpdateRequest instantiates a new LogsIndexUpdateRequest 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.
NewLogsIndexUpdateRequestWithDefaults instantiates a new LogsIndexUpdateRequest 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.
NewLogsIndexWithDefaults instantiates a new LogsIndex 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.
NewLogsListRequest instantiates a new LogsListRequest 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.
NewLogsListRequestTime instantiates a new LogsListRequestTime 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.
NewLogsListRequestTimeWithDefaults instantiates a new LogsListRequestTime 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.
NewLogsListRequestWithDefaults instantiates a new LogsListRequest 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.
NewLogsListResponse instantiates a new LogsListResponse 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.
NewLogsListResponseWithDefaults instantiates a new LogsListResponse 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.
NewLogsLookupProcessor instantiates a new LogsLookupProcessor 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.
NewLogsLookupProcessorTypeFromValue returns a pointer to a valid LogsLookupProcessorType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewLogsLookupProcessorWithDefaults instantiates a new LogsLookupProcessor 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.
NewLogsMessageRemapper instantiates a new LogsMessageRemapper 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.
NewLogsMessageRemapperTypeFromValue returns a pointer to a valid LogsMessageRemapperType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewLogsMessageRemapperWithDefaults instantiates a new LogsMessageRemapper 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.
NewLogsPipeline instantiates a new LogsPipeline 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.
NewLogsPipelineProcessor instantiates a new LogsPipelineProcessor 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.
NewLogsPipelineProcessorTypeFromValue returns a pointer to a valid LogsPipelineProcessorType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewLogsPipelineProcessorWithDefaults instantiates a new LogsPipelineProcessor 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.
NewLogsPipelinesOrder instantiates a new LogsPipelinesOrder 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.
NewLogsPipelinesOrderWithDefaults instantiates a new LogsPipelinesOrder 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.
NewLogsPipelineWithDefaults instantiates a new LogsPipeline 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.
NewLogsQueryCompute instantiates a new LogsQueryCompute 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.
NewLogsQueryComputeWithDefaults instantiates a new LogsQueryCompute 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.
NewLogsRetentionAggSumUsage instantiates a new LogsRetentionAggSumUsage 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.
NewLogsRetentionAggSumUsageWithDefaults instantiates a new LogsRetentionAggSumUsage 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.
NewLogsRetentionSumUsage instantiates a new LogsRetentionSumUsage 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.
NewLogsRetentionSumUsageWithDefaults instantiates a new LogsRetentionSumUsage 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.
NewLogsServiceRemapper instantiates a new LogsServiceRemapper 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.
NewLogsServiceRemapperTypeFromValue returns a pointer to a valid LogsServiceRemapperType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewLogsServiceRemapperWithDefaults instantiates a new LogsServiceRemapper 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.
NewLogsSortFromValue returns a pointer to a valid LogsSort for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewLogsStatusRemapper instantiates a new LogsStatusRemapper 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.
NewLogsStatusRemapperTypeFromValue returns a pointer to a valid LogsStatusRemapperType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewLogsStatusRemapperWithDefaults instantiates a new LogsStatusRemapper 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.
NewLogsStringBuilderProcessor instantiates a new LogsStringBuilderProcessor 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.
NewLogsStringBuilderProcessorTypeFromValue returns a pointer to a valid LogsStringBuilderProcessorType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewLogsStringBuilderProcessorWithDefaults instantiates a new LogsStringBuilderProcessor 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.
NewLogsTraceRemapper instantiates a new LogsTraceRemapper 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.
NewLogsTraceRemapperTypeFromValue returns a pointer to a valid LogsTraceRemapperType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewLogsTraceRemapperWithDefaults instantiates a new LogsTraceRemapper 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.
NewLogStreamWidgetDefinition instantiates a new LogStreamWidgetDefinition 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.
NewLogStreamWidgetDefinitionTypeFromValue returns a pointer to a valid LogStreamWidgetDefinitionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewLogStreamWidgetDefinitionWithDefaults instantiates a new LogStreamWidgetDefinition 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.
NewLogsURLParser instantiates a new LogsURLParser 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.
NewLogsURLParserTypeFromValue returns a pointer to a valid LogsURLParserType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewLogsURLParserWithDefaults instantiates a new LogsURLParser 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.
NewLogsUserAgentParser instantiates a new LogsUserAgentParser 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.
NewLogsUserAgentParserTypeFromValue returns a pointer to a valid LogsUserAgentParserType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewLogsUserAgentParserWithDefaults instantiates a new LogsUserAgentParser 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.
NewLogWithDefaults instantiates a new Log 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.
NewMetricMetadata instantiates a new MetricMetadata 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.
NewMetricMetadataWithDefaults instantiates a new MetricMetadata 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.
NewMetricSearchResponse instantiates a new MetricSearchResponse 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.
NewMetricSearchResponseResults instantiates a new MetricSearchResponseResults 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.
NewMetricSearchResponseResultsWithDefaults instantiates a new MetricSearchResponseResults 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.
NewMetricSearchResponseWithDefaults instantiates a new MetricSearchResponse 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.
NewMetricsListResponse instantiates a new MetricsListResponse 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.
NewMetricsListResponseWithDefaults instantiates a new MetricsListResponse 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.
NewMetricsPayload instantiates a new MetricsPayload 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.
NewMetricsPayloadWithDefaults instantiates a new MetricsPayload 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.
NewMetricsQueryMetadata instantiates a new MetricsQueryMetadata 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.
NewMetricsQueryMetadataWithDefaults instantiates a new MetricsQueryMetadata 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.
NewMetricsQueryResponse instantiates a new MetricsQueryResponse 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.
NewMetricsQueryResponseWithDefaults instantiates a new MetricsQueryResponse 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.
NewMetricsQueryUnit instantiates a new MetricsQueryUnit 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.
NewMetricsQueryUnitWithDefaults instantiates a new MetricsQueryUnit 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.
NewMonitor instantiates a new Monitor 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.
NewMonitorDeviceIDFromValue returns a pointer to a valid MonitorDeviceID for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewMonitorGroupSearchResponse instantiates a new MonitorGroupSearchResponse 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.
NewMonitorGroupSearchResponseCounts instantiates a new MonitorGroupSearchResponseCounts 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.
NewMonitorGroupSearchResponseCountsWithDefaults instantiates a new MonitorGroupSearchResponseCounts 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.
NewMonitorGroupSearchResponseWithDefaults instantiates a new MonitorGroupSearchResponse 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.
NewMonitorGroupSearchResult instantiates a new MonitorGroupSearchResult 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.
NewMonitorGroupSearchResultWithDefaults instantiates a new MonitorGroupSearchResult 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.
NewMonitorOptions instantiates a new MonitorOptions 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.
NewMonitorOptionsAggregation instantiates a new MonitorOptionsAggregation 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.
NewMonitorOptionsAggregationWithDefaults instantiates a new MonitorOptionsAggregation 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.
NewMonitorOptionsWithDefaults instantiates a new MonitorOptions 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.
NewMonitorOverallStatesFromValue returns a pointer to a valid MonitorOverallStates for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewMonitorSearchResponse instantiates a new MonitorSearchResponse 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.
NewMonitorSearchResponseCounts instantiates a new MonitorSearchResponseCounts 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.
NewMonitorSearchResponseCountsWithDefaults instantiates a new MonitorSearchResponseCounts 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.
NewMonitorSearchResponseMetadata instantiates a new MonitorSearchResponseMetadata 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.
NewMonitorSearchResponseMetadataWithDefaults instantiates a new MonitorSearchResponseMetadata 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.
NewMonitorSearchResponseWithDefaults instantiates a new MonitorSearchResponse 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.
NewMonitorSearchResult instantiates a new MonitorSearchResult 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.
NewMonitorSearchResultNotification instantiates a new MonitorSearchResultNotification 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.
NewMonitorSearchResultNotificationWithDefaults instantiates a new MonitorSearchResultNotification 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.
NewMonitorSearchResultWithDefaults instantiates a new MonitorSearchResult 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.
NewMonitorState instantiates a new MonitorState 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.
NewMonitorStateGroup instantiates a new MonitorStateGroup 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.
NewMonitorStateGroupWithDefaults instantiates a new MonitorStateGroup 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.
NewMonitorStateWithDefaults instantiates a new MonitorState 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.
NewMonitorSummaryWidgetDefinition instantiates a new MonitorSummaryWidgetDefinition 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.
NewMonitorSummaryWidgetDefinitionTypeFromValue returns a pointer to a valid MonitorSummaryWidgetDefinitionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewMonitorSummaryWidgetDefinitionWithDefaults instantiates a new MonitorSummaryWidgetDefinition 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.
NewMonitorThresholds instantiates a new MonitorThresholds 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.
NewMonitorThresholdsWithDefaults instantiates a new MonitorThresholds 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.
NewMonitorThresholdWindowOptions instantiates a new MonitorThresholdWindowOptions 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.
NewMonitorThresholdWindowOptionsWithDefaults instantiates a new MonitorThresholdWindowOptions 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.
NewMonitorTypeFromValue returns a pointer to a valid MonitorType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewMonitorUpdateRequest instantiates a new MonitorUpdateRequest 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.
NewMonitorUpdateRequestWithDefaults instantiates a new MonitorUpdateRequest 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.
NewMonitorWithDefaults instantiates a new Monitor 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.
NewNotebookAbsoluteTime instantiates a new NotebookAbsoluteTime 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.
NewNotebookAbsoluteTimeWithDefaults instantiates a new NotebookAbsoluteTime 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.
NewNotebookAuthor instantiates a new NotebookAuthor 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.
NewNotebookAuthorWithDefaults instantiates a new NotebookAuthor 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.
NewNotebookCellCreateRequest instantiates a new NotebookCellCreateRequest 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.
NewNotebookCellCreateRequestWithDefaults instantiates a new NotebookCellCreateRequest 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.
NewNotebookCellResourceTypeFromValue returns a pointer to a valid NotebookCellResourceType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewNotebookCellResponse instantiates a new NotebookCellResponse 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.
NewNotebookCellResponseWithDefaults instantiates a new NotebookCellResponse 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.
NewNotebookCellUpdateRequest instantiates a new NotebookCellUpdateRequest 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.
NewNotebookCellUpdateRequestWithDefaults instantiates a new NotebookCellUpdateRequest 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.
NewNotebookCreateData instantiates a new NotebookCreateData 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.
NewNotebookCreateDataAttributes instantiates a new NotebookCreateDataAttributes 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.
NewNotebookCreateDataAttributesWithDefaults instantiates a new NotebookCreateDataAttributes 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.
NewNotebookCreateDataWithDefaults instantiates a new NotebookCreateData 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.
NewNotebookCreateRequest instantiates a new NotebookCreateRequest 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.
NewNotebookCreateRequestWithDefaults instantiates a new NotebookCreateRequest 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.
NewNotebookDistributionCellAttributes instantiates a new NotebookDistributionCellAttributes 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.
NewNotebookDistributionCellAttributesWithDefaults instantiates a new NotebookDistributionCellAttributes 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.
NewNotebookGraphSizeFromValue returns a pointer to a valid NotebookGraphSize for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewNotebookHeatMapCellAttributes instantiates a new NotebookHeatMapCellAttributes 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.
NewNotebookHeatMapCellAttributesWithDefaults instantiates a new NotebookHeatMapCellAttributes 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.
NewNotebookLogStreamCellAttributes instantiates a new NotebookLogStreamCellAttributes 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.
NewNotebookLogStreamCellAttributesWithDefaults instantiates a new NotebookLogStreamCellAttributes 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.
NewNotebookMarkdownCellAttributes instantiates a new NotebookMarkdownCellAttributes 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.
NewNotebookMarkdownCellAttributesWithDefaults instantiates a new NotebookMarkdownCellAttributes 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.
NewNotebookMarkdownCellDefinition instantiates a new NotebookMarkdownCellDefinition 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.
NewNotebookMarkdownCellDefinitionTypeFromValue returns a pointer to a valid NotebookMarkdownCellDefinitionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewNotebookMarkdownCellDefinitionWithDefaults instantiates a new NotebookMarkdownCellDefinition 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.
NewNotebookRelativeTime instantiates a new NotebookRelativeTime 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.
NewNotebookRelativeTimeWithDefaults instantiates a new NotebookRelativeTime 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.
NewNotebookResourceTypeFromValue returns a pointer to a valid NotebookResourceType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewNotebookResponse instantiates a new NotebookResponse 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.
NewNotebookResponseData instantiates a new NotebookResponseData 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.
NewNotebookResponseDataAttributes instantiates a new NotebookResponseDataAttributes 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.
NewNotebookResponseDataAttributesWithDefaults instantiates a new NotebookResponseDataAttributes 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.
NewNotebookResponseDataWithDefaults instantiates a new NotebookResponseData 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.
NewNotebookResponseWithDefaults instantiates a new NotebookResponse 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.
NewNotebookSplitBy instantiates a new NotebookSplitBy 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.
NewNotebookSplitByWithDefaults instantiates a new NotebookSplitBy 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.
NewNotebooksResponse instantiates a new NotebooksResponse 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.
NewNotebooksResponseData instantiates a new NotebooksResponseData 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.
NewNotebooksResponseDataAttributes instantiates a new NotebooksResponseDataAttributes 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.
NewNotebooksResponseDataAttributesWithDefaults instantiates a new NotebooksResponseDataAttributes 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.
NewNotebooksResponseDataWithDefaults instantiates a new NotebooksResponseData 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.
NewNotebooksResponseMeta instantiates a new NotebooksResponseMeta 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.
NewNotebooksResponseMetaWithDefaults instantiates a new NotebooksResponseMeta 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.
NewNotebooksResponsePage instantiates a new NotebooksResponsePage 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.
NewNotebooksResponsePageWithDefaults instantiates a new NotebooksResponsePage 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.
NewNotebooksResponseWithDefaults instantiates a new NotebooksResponse 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.
NewNotebookStatusFromValue returns a pointer to a valid NotebookStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewNotebookTimeseriesCellAttributes instantiates a new NotebookTimeseriesCellAttributes 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.
NewNotebookTimeseriesCellAttributesWithDefaults instantiates a new NotebookTimeseriesCellAttributes 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.
NewNotebookToplistCellAttributes instantiates a new NotebookToplistCellAttributes 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.
NewNotebookToplistCellAttributesWithDefaults instantiates a new NotebookToplistCellAttributes 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.
NewNotebookUpdateData instantiates a new NotebookUpdateData 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.
NewNotebookUpdateDataAttributes instantiates a new NotebookUpdateDataAttributes 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.
NewNotebookUpdateDataAttributesWithDefaults instantiates a new NotebookUpdateDataAttributes 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.
NewNotebookUpdateDataWithDefaults instantiates a new NotebookUpdateData 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.
NewNotebookUpdateRequest instantiates a new NotebookUpdateRequest 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.
NewNotebookUpdateRequestWithDefaults instantiates a new NotebookUpdateRequest 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.
NewNoteWidgetDefinition instantiates a new NoteWidgetDefinition 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.
NewNoteWidgetDefinitionTypeFromValue returns a pointer to a valid NoteWidgetDefinitionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewNoteWidgetDefinitionWithDefaults instantiates a new NoteWidgetDefinition 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.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewOrganization instantiates a new Organization 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.
NewOrganizationBilling instantiates a new OrganizationBilling 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.
NewOrganizationBillingWithDefaults instantiates a new OrganizationBilling 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.
NewOrganizationCreateBody instantiates a new OrganizationCreateBody 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.
NewOrganizationCreateBodyWithDefaults instantiates a new OrganizationCreateBody 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.
NewOrganizationCreateResponse instantiates a new OrganizationCreateResponse 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.
NewOrganizationCreateResponseWithDefaults instantiates a new OrganizationCreateResponse 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.
NewOrganizationListResponse instantiates a new OrganizationListResponse 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.
NewOrganizationListResponseWithDefaults instantiates a new OrganizationListResponse 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.
NewOrganizationResponse instantiates a new OrganizationResponse 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.
NewOrganizationResponseWithDefaults instantiates a new OrganizationResponse 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.
NewOrganizationSettings instantiates a new OrganizationSettings 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.
NewOrganizationSettingsSaml instantiates a new OrganizationSettingsSaml 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.
NewOrganizationSettingsSamlAutocreateUsersDomains instantiates a new OrganizationSettingsSamlAutocreateUsersDomains 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.
NewOrganizationSettingsSamlAutocreateUsersDomainsWithDefaults instantiates a new OrganizationSettingsSamlAutocreateUsersDomains 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.
NewOrganizationSettingsSamlIdpInitiatedLogin instantiates a new OrganizationSettingsSamlIdpInitiatedLogin 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.
NewOrganizationSettingsSamlIdpInitiatedLoginWithDefaults instantiates a new OrganizationSettingsSamlIdpInitiatedLogin 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.
NewOrganizationSettingsSamlStrictMode instantiates a new OrganizationSettingsSamlStrictMode 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.
NewOrganizationSettingsSamlStrictModeWithDefaults instantiates a new OrganizationSettingsSamlStrictMode 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.
NewOrganizationSettingsSamlWithDefaults instantiates a new OrganizationSettingsSaml 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.
NewOrganizationSettingsWithDefaults instantiates a new OrganizationSettings 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.
NewOrganizationSubscription instantiates a new OrganizationSubscription 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.
NewOrganizationSubscriptionWithDefaults instantiates a new OrganizationSubscription 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.
NewOrganizationWithDefaults instantiates a new Organization 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.
NewPagerDutyService instantiates a new PagerDutyService 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.
NewPagerDutyServiceKey instantiates a new PagerDutyServiceKey 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.
NewPagerDutyServiceKeyWithDefaults instantiates a new PagerDutyServiceKey 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.
NewPagerDutyServiceName instantiates a new PagerDutyServiceName 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.
NewPagerDutyServiceNameWithDefaults instantiates a new PagerDutyServiceName 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.
NewPagerDutyServiceWithDefaults instantiates a new PagerDutyService 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.
NewProcessQueryDefinition instantiates a new ProcessQueryDefinition 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.
NewProcessQueryDefinitionWithDefaults instantiates a new ProcessQueryDefinition 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.
NewQuerySortOrderFromValue returns a pointer to a valid QuerySortOrder for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewQueryValueWidgetDefinition instantiates a new QueryValueWidgetDefinition 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.
NewQueryValueWidgetDefinitionTypeFromValue returns a pointer to a valid QueryValueWidgetDefinitionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewQueryValueWidgetDefinitionWithDefaults instantiates a new QueryValueWidgetDefinition 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.
NewQueryValueWidgetRequest instantiates a new QueryValueWidgetRequest 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.
NewQueryValueWidgetRequestWithDefaults instantiates a new QueryValueWidgetRequest 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.
NewScatterPlotRequest instantiates a new ScatterPlotRequest 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.
NewScatterPlotRequestWithDefaults instantiates a new ScatterPlotRequest 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.
NewScatterPlotWidgetDefinition instantiates a new ScatterPlotWidgetDefinition 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.
NewScatterPlotWidgetDefinitionRequests instantiates a new ScatterPlotWidgetDefinitionRequests 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.
NewScatterPlotWidgetDefinitionRequestsWithDefaults instantiates a new ScatterPlotWidgetDefinitionRequests 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.
NewScatterPlotWidgetDefinitionTypeFromValue returns a pointer to a valid ScatterPlotWidgetDefinitionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewScatterPlotWidgetDefinitionWithDefaults instantiates a new ScatterPlotWidgetDefinition 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.
No description provided by the author
No description provided by the author
NewSeries instantiates a new Series 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.
NewSeriesWithDefaults instantiates a new Series 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.
NewServiceCheck instantiates a new ServiceCheck 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.
NewServiceCheckStatusFromValue returns a pointer to a valid ServiceCheckStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewServiceCheckWithDefaults instantiates a new ServiceCheck 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.
NewServiceLevelObjective instantiates a new ServiceLevelObjective 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.
NewServiceLevelObjectiveQuery instantiates a new ServiceLevelObjectiveQuery 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.
NewServiceLevelObjectiveQueryWithDefaults instantiates a new ServiceLevelObjectiveQuery 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.
NewServiceLevelObjectiveRequest instantiates a new ServiceLevelObjectiveRequest 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.
NewServiceLevelObjectiveRequestWithDefaults instantiates a new ServiceLevelObjectiveRequest 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.
NewServiceLevelObjectiveWithDefaults instantiates a new ServiceLevelObjective 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.
NewServiceMapWidgetDefinition instantiates a new ServiceMapWidgetDefinition 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.
NewServiceMapWidgetDefinitionTypeFromValue returns a pointer to a valid ServiceMapWidgetDefinitionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewServiceMapWidgetDefinitionWithDefaults instantiates a new ServiceMapWidgetDefinition 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.
NewServiceSummaryWidgetDefinition instantiates a new ServiceSummaryWidgetDefinition 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.
NewServiceSummaryWidgetDefinitionTypeFromValue returns a pointer to a valid ServiceSummaryWidgetDefinitionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewServiceSummaryWidgetDefinitionWithDefaults instantiates a new ServiceSummaryWidgetDefinition 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.
NewSlackIntegrationChannel instantiates a new SlackIntegrationChannel 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.
NewSlackIntegrationChannelDisplay instantiates a new SlackIntegrationChannelDisplay 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.
NewSlackIntegrationChannelDisplayWithDefaults instantiates a new SlackIntegrationChannelDisplay 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.
NewSlackIntegrationChannelWithDefaults instantiates a new SlackIntegrationChannel 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.
NewSLOBulkDeleteError instantiates a new SLOBulkDeleteError 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.
NewSLOBulkDeleteErrorWithDefaults instantiates a new SLOBulkDeleteError 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.
NewSLOBulkDeleteResponse instantiates a new SLOBulkDeleteResponse 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.
NewSLOBulkDeleteResponseData instantiates a new SLOBulkDeleteResponseData 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.
NewSLOBulkDeleteResponseDataWithDefaults instantiates a new SLOBulkDeleteResponseData 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.
NewSLOBulkDeleteResponseWithDefaults instantiates a new SLOBulkDeleteResponse 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.
NewSLOCorrection instantiates a new SLOCorrection 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.
NewSLOCorrectionCategoryFromValue returns a pointer to a valid SLOCorrectionCategory for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSLOCorrectionCreateData instantiates a new SLOCorrectionCreateData 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.
NewSLOCorrectionCreateDataWithDefaults instantiates a new SLOCorrectionCreateData 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.
NewSLOCorrectionCreateRequest instantiates a new SLOCorrectionCreateRequest 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.
NewSLOCorrectionCreateRequestAttributes instantiates a new SLOCorrectionCreateRequestAttributes 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.
NewSLOCorrectionCreateRequestAttributesWithDefaults instantiates a new SLOCorrectionCreateRequestAttributes 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.
NewSLOCorrectionCreateRequestWithDefaults instantiates a new SLOCorrectionCreateRequest 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.
NewSLOCorrectionListResponse instantiates a new SLOCorrectionListResponse 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.
NewSLOCorrectionListResponseWithDefaults instantiates a new SLOCorrectionListResponse 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.
NewSLOCorrectionResponse instantiates a new SLOCorrectionResponse 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.
NewSLOCorrectionResponseAttributes instantiates a new SLOCorrectionResponseAttributes 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.
NewSLOCorrectionResponseAttributesWithDefaults instantiates a new SLOCorrectionResponseAttributes 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.
NewSLOCorrectionResponseWithDefaults instantiates a new SLOCorrectionResponse 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.
NewSLOCorrectionTypeFromValue returns a pointer to a valid SLOCorrectionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSLOCorrectionUpdateData instantiates a new SLOCorrectionUpdateData 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.
NewSLOCorrectionUpdateDataWithDefaults instantiates a new SLOCorrectionUpdateData 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.
NewSLOCorrectionUpdateRequest instantiates a new SLOCorrectionUpdateRequest 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.
NewSLOCorrectionUpdateRequestAttributes instantiates a new SLOCorrectionUpdateRequestAttributes 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.
NewSLOCorrectionUpdateRequestAttributesWithDefaults instantiates a new SLOCorrectionUpdateRequestAttributes 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.
NewSLOCorrectionUpdateRequestWithDefaults instantiates a new SLOCorrectionUpdateRequest 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.
NewSLOCorrectionWithDefaults instantiates a new SLOCorrection 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.
NewSLODeleteResponse instantiates a new SLODeleteResponse 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.
NewSLODeleteResponseWithDefaults instantiates a new SLODeleteResponse 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.
NewSLOErrorTimeframeFromValue returns a pointer to a valid SLOErrorTimeframe for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSLOHistoryMetrics instantiates a new SLOHistoryMetrics 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.
NewSLOHistoryMetricsSeries instantiates a new SLOHistoryMetricsSeries 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.
NewSLOHistoryMetricsSeriesMetadata instantiates a new SLOHistoryMetricsSeriesMetadata 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.
NewSLOHistoryMetricsSeriesMetadataUnit instantiates a new SLOHistoryMetricsSeriesMetadataUnit 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.
NewSLOHistoryMetricsSeriesMetadataUnitWithDefaults instantiates a new SLOHistoryMetricsSeriesMetadataUnit 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.
NewSLOHistoryMetricsSeriesMetadataWithDefaults instantiates a new SLOHistoryMetricsSeriesMetadata 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.
NewSLOHistoryMetricsSeriesWithDefaults instantiates a new SLOHistoryMetricsSeries 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.
NewSLOHistoryMetricsWithDefaults instantiates a new SLOHistoryMetrics 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.
NewSLOHistoryResponse instantiates a new SLOHistoryResponse 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.
NewSLOHistoryResponseData instantiates a new SLOHistoryResponseData 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.
NewSLOHistoryResponseDataWithDefaults instantiates a new SLOHistoryResponseData 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.
NewSLOHistoryResponseError instantiates a new SLOHistoryResponseError 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.
NewSLOHistoryResponseErrorWithDefaults instantiates a new SLOHistoryResponseError 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.
NewSLOHistoryResponseWithDefaults instantiates a new SLOHistoryResponse 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.
NewSLOHistorySLIData instantiates a new SLOHistorySLIData 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.
NewSLOHistorySLIDataWithDefaults instantiates a new SLOHistorySLIData 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.
NewSLOListResponse instantiates a new SLOListResponse 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.
NewSLOListResponseMetadata instantiates a new SLOListResponseMetadata 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.
NewSLOListResponseMetadataPage instantiates a new SLOListResponseMetadataPage 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.
NewSLOListResponseMetadataPageWithDefaults instantiates a new SLOListResponseMetadataPage 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.
NewSLOListResponseMetadataWithDefaults instantiates a new SLOListResponseMetadata 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.
NewSLOListResponseWithDefaults instantiates a new SLOListResponse 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.
NewSLOResponse instantiates a new SLOResponse 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.
NewSLOResponseData instantiates a new SLOResponseData 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.
NewSLOResponseDataWithDefaults instantiates a new SLOResponseData 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.
NewSLOResponseWithDefaults instantiates a new SLOResponse 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.
NewSLOThreshold instantiates a new SLOThreshold 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.
NewSLOThresholdWithDefaults instantiates a new SLOThreshold 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.
NewSLOTimeframeFromValue returns a pointer to a valid SLOTimeframe for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSLOTypeFromValue returns a pointer to a valid SLOType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSLOTypeNumericFromValue returns a pointer to a valid SLOTypeNumeric for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSLOWidgetDefinition instantiates a new SLOWidgetDefinition 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.
NewSLOWidgetDefinitionTypeFromValue returns a pointer to a valid SLOWidgetDefinitionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSLOWidgetDefinitionWithDefaults instantiates a new SLOWidgetDefinition 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.
No description provided by the author
NewSyntheticsAPIStep instantiates a new SyntheticsAPIStep 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.
NewSyntheticsAPIStepSubtypeFromValue returns a pointer to a valid SyntheticsAPIStepSubtype for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSyntheticsAPIStepWithDefaults instantiates a new SyntheticsAPIStep 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.
NewSyntheticsAPITest instantiates a new SyntheticsAPITest 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.
NewSyntheticsAPITestConfig instantiates a new SyntheticsAPITestConfig 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.
NewSyntheticsAPITestConfigWithDefaults instantiates a new SyntheticsAPITestConfig 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.
NewSyntheticsAPITestResultData instantiates a new SyntheticsAPITestResultData 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.
NewSyntheticsAPITestResultDataWithDefaults instantiates a new SyntheticsAPITestResultData 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.
NewSyntheticsAPITestResultFull instantiates a new SyntheticsAPITestResultFull 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.
NewSyntheticsAPITestResultFullCheck instantiates a new SyntheticsAPITestResultFullCheck 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.
NewSyntheticsAPITestResultFullCheckWithDefaults instantiates a new SyntheticsAPITestResultFullCheck 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.
NewSyntheticsAPITestResultFullWithDefaults instantiates a new SyntheticsAPITestResultFull 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.
NewSyntheticsAPITestResultShort instantiates a new SyntheticsAPITestResultShort 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.
NewSyntheticsAPITestResultShortResult instantiates a new SyntheticsAPITestResultShortResult 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.
NewSyntheticsAPITestResultShortResultWithDefaults instantiates a new SyntheticsAPITestResultShortResult 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.
NewSyntheticsAPITestResultShortWithDefaults instantiates a new SyntheticsAPITestResultShort 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.
NewSyntheticsAPITestTypeFromValue returns a pointer to a valid SyntheticsAPITestType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSyntheticsAPITestWithDefaults instantiates a new SyntheticsAPITest 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.
NewSyntheticsAssertionJSONPathOperatorFromValue returns a pointer to a valid SyntheticsAssertionJSONPathOperator for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSyntheticsAssertionJSONPathTarget instantiates a new SyntheticsAssertionJSONPathTarget 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.
NewSyntheticsAssertionJSONPathTargetTarget instantiates a new SyntheticsAssertionJSONPathTargetTarget 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.
NewSyntheticsAssertionJSONPathTargetTargetWithDefaults instantiates a new SyntheticsAssertionJSONPathTargetTarget 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.
NewSyntheticsAssertionJSONPathTargetWithDefaults instantiates a new SyntheticsAssertionJSONPathTarget 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.
NewSyntheticsAssertionOperatorFromValue returns a pointer to a valid SyntheticsAssertionOperator for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSyntheticsAssertionTarget instantiates a new SyntheticsAssertionTarget 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.
NewSyntheticsAssertionTargetWithDefaults instantiates a new SyntheticsAssertionTarget 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.
NewSyntheticsAssertionTypeFromValue returns a pointer to a valid SyntheticsAssertionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSyntheticsBasicAuth instantiates a new SyntheticsBasicAuth 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.
NewSyntheticsBasicAuthWithDefaults instantiates a new SyntheticsBasicAuth 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.
NewSyntheticsBrowserError instantiates a new SyntheticsBrowserError 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.
NewSyntheticsBrowserErrorTypeFromValue returns a pointer to a valid SyntheticsBrowserErrorType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSyntheticsBrowserErrorWithDefaults instantiates a new SyntheticsBrowserError 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.
NewSyntheticsBrowserTest instantiates a new SyntheticsBrowserTest 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.
NewSyntheticsBrowserTestConfig instantiates a new SyntheticsBrowserTestConfig 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.
NewSyntheticsBrowserTestConfigWithDefaults instantiates a new SyntheticsBrowserTestConfig 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.
NewSyntheticsBrowserTestResultData instantiates a new SyntheticsBrowserTestResultData 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.
NewSyntheticsBrowserTestResultDataWithDefaults instantiates a new SyntheticsBrowserTestResultData 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.
NewSyntheticsBrowserTestResultFull instantiates a new SyntheticsBrowserTestResultFull 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.
NewSyntheticsBrowserTestResultFullCheck instantiates a new SyntheticsBrowserTestResultFullCheck 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.
NewSyntheticsBrowserTestResultFullCheckWithDefaults instantiates a new SyntheticsBrowserTestResultFullCheck 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.
NewSyntheticsBrowserTestResultFullWithDefaults instantiates a new SyntheticsBrowserTestResultFull 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.
NewSyntheticsBrowserTestResultShort instantiates a new SyntheticsBrowserTestResultShort 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.
NewSyntheticsBrowserTestResultShortResult instantiates a new SyntheticsBrowserTestResultShortResult 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.
NewSyntheticsBrowserTestResultShortResultWithDefaults instantiates a new SyntheticsBrowserTestResultShortResult 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.
NewSyntheticsBrowserTestResultShortWithDefaults instantiates a new SyntheticsBrowserTestResultShort 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.
NewSyntheticsBrowserTestTypeFromValue returns a pointer to a valid SyntheticsBrowserTestType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSyntheticsBrowserTestWithDefaults instantiates a new SyntheticsBrowserTest 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.
NewSyntheticsBrowserVariable instantiates a new SyntheticsBrowserVariable 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.
NewSyntheticsBrowserVariableTypeFromValue returns a pointer to a valid SyntheticsBrowserVariableType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSyntheticsBrowserVariableWithDefaults instantiates a new SyntheticsBrowserVariable 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.
NewSyntheticsCheckTypeFromValue returns a pointer to a valid SyntheticsCheckType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSyntheticsCITest instantiates a new SyntheticsCITest 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.
NewSyntheticsCITestBody instantiates a new SyntheticsCITestBody 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.
NewSyntheticsCITestBodyWithDefaults instantiates a new SyntheticsCITestBody 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.
NewSyntheticsCITestMetadata instantiates a new SyntheticsCITestMetadata 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.
NewSyntheticsCITestMetadataCi instantiates a new SyntheticsCITestMetadataCi 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.
NewSyntheticsCITestMetadataCiWithDefaults instantiates a new SyntheticsCITestMetadataCi 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.
NewSyntheticsCITestMetadataGit instantiates a new SyntheticsCITestMetadataGit 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.
NewSyntheticsCITestMetadataGitWithDefaults instantiates a new SyntheticsCITestMetadataGit 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.
NewSyntheticsCITestMetadataWithDefaults instantiates a new SyntheticsCITestMetadata 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.
NewSyntheticsCITestWithDefaults instantiates a new SyntheticsCITest 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.
NewSyntheticsConfigVariable instantiates a new SyntheticsConfigVariable 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.
NewSyntheticsConfigVariableTypeFromValue returns a pointer to a valid SyntheticsConfigVariableType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSyntheticsConfigVariableWithDefaults instantiates a new SyntheticsConfigVariable 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.
NewSyntheticsCoreWebVitals instantiates a new SyntheticsCoreWebVitals 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.
NewSyntheticsCoreWebVitalsWithDefaults instantiates a new SyntheticsCoreWebVitals 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.
NewSyntheticsDeletedTest instantiates a new SyntheticsDeletedTest 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.
NewSyntheticsDeletedTestWithDefaults instantiates a new SyntheticsDeletedTest 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.
NewSyntheticsDeleteTestsPayload instantiates a new SyntheticsDeleteTestsPayload 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.
NewSyntheticsDeleteTestsPayloadWithDefaults instantiates a new SyntheticsDeleteTestsPayload 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.
NewSyntheticsDeleteTestsResponse instantiates a new SyntheticsDeleteTestsResponse 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.
NewSyntheticsDeleteTestsResponseWithDefaults instantiates a new SyntheticsDeleteTestsResponse 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.
NewSyntheticsDevice instantiates a new SyntheticsDevice 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.
NewSyntheticsDeviceIDFromValue returns a pointer to a valid SyntheticsDeviceID for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSyntheticsDeviceWithDefaults instantiates a new SyntheticsDevice 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.
NewSyntheticsErrorCodeFromValue returns a pointer to a valid SyntheticsErrorCode for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSyntheticsGetAPITestLatestResultsResponse instantiates a new SyntheticsGetAPITestLatestResultsResponse 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.
NewSyntheticsGetAPITestLatestResultsResponseWithDefaults instantiates a new SyntheticsGetAPITestLatestResultsResponse 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.
NewSyntheticsGetBrowserTestLatestResultsResponse instantiates a new SyntheticsGetBrowserTestLatestResultsResponse 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.
NewSyntheticsGetBrowserTestLatestResultsResponseWithDefaults instantiates a new SyntheticsGetBrowserTestLatestResultsResponse 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.
NewSyntheticsGlobalVariable instantiates a new SyntheticsGlobalVariable 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.
NewSyntheticsGlobalVariableParserTypeFromValue returns a pointer to a valid SyntheticsGlobalVariableParserType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSyntheticsGlobalVariableParseTestOptions instantiates a new SyntheticsGlobalVariableParseTestOptions 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.
NewSyntheticsGlobalVariableParseTestOptionsTypeFromValue returns a pointer to a valid SyntheticsGlobalVariableParseTestOptionsType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSyntheticsGlobalVariableParseTestOptionsWithDefaults instantiates a new SyntheticsGlobalVariableParseTestOptions 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.
NewSyntheticsGlobalVariableValue instantiates a new SyntheticsGlobalVariableValue 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.
NewSyntheticsGlobalVariableValueWithDefaults instantiates a new SyntheticsGlobalVariableValue 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.
NewSyntheticsGlobalVariableWithDefaults instantiates a new SyntheticsGlobalVariable 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.
NewSyntheticsListGlobalVariablesResponse instantiates a new SyntheticsListGlobalVariablesResponse 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.
NewSyntheticsListGlobalVariablesResponseWithDefaults instantiates a new SyntheticsListGlobalVariablesResponse 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.
NewSyntheticsListTestsResponse instantiates a new SyntheticsListTestsResponse 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.
NewSyntheticsListTestsResponseWithDefaults instantiates a new SyntheticsListTestsResponse 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.
NewSyntheticsLocation instantiates a new SyntheticsLocation 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.
NewSyntheticsLocations instantiates a new SyntheticsLocations 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.
NewSyntheticsLocationsWithDefaults instantiates a new SyntheticsLocations 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.
NewSyntheticsLocationWithDefaults instantiates a new SyntheticsLocation 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.
NewSyntheticsParsingOptions instantiates a new SyntheticsParsingOptions 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.
NewSyntheticsParsingOptionsWithDefaults instantiates a new SyntheticsParsingOptions 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.
NewSyntheticsPlayingTabFromValue returns a pointer to a valid SyntheticsPlayingTab for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSyntheticsPrivateLocation instantiates a new SyntheticsPrivateLocation 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.
NewSyntheticsPrivateLocationCreationResponse instantiates a new SyntheticsPrivateLocationCreationResponse 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.
NewSyntheticsPrivateLocationCreationResponseResultEncryption instantiates a new SyntheticsPrivateLocationCreationResponseResultEncryption 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.
NewSyntheticsPrivateLocationCreationResponseResultEncryptionWithDefaults instantiates a new SyntheticsPrivateLocationCreationResponseResultEncryption 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.
NewSyntheticsPrivateLocationCreationResponseWithDefaults instantiates a new SyntheticsPrivateLocationCreationResponse 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.
NewSyntheticsPrivateLocationSecrets instantiates a new SyntheticsPrivateLocationSecrets 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.
NewSyntheticsPrivateLocationSecretsAuthentication instantiates a new SyntheticsPrivateLocationSecretsAuthentication 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.
NewSyntheticsPrivateLocationSecretsAuthenticationWithDefaults instantiates a new SyntheticsPrivateLocationSecretsAuthentication 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.
NewSyntheticsPrivateLocationSecretsConfigDecryption instantiates a new SyntheticsPrivateLocationSecretsConfigDecryption 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.
NewSyntheticsPrivateLocationSecretsConfigDecryptionWithDefaults instantiates a new SyntheticsPrivateLocationSecretsConfigDecryption 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.
NewSyntheticsPrivateLocationSecretsWithDefaults instantiates a new SyntheticsPrivateLocationSecrets 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.
NewSyntheticsPrivateLocationWithDefaults instantiates a new SyntheticsPrivateLocation 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.
NewSyntheticsSSLCertificate instantiates a new SyntheticsSSLCertificate 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.
NewSyntheticsSSLCertificateIssuer instantiates a new SyntheticsSSLCertificateIssuer 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.
NewSyntheticsSSLCertificateIssuerWithDefaults instantiates a new SyntheticsSSLCertificateIssuer 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.
NewSyntheticsSSLCertificateSubject instantiates a new SyntheticsSSLCertificateSubject 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.
NewSyntheticsSSLCertificateSubjectWithDefaults instantiates a new SyntheticsSSLCertificateSubject 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.
NewSyntheticsSSLCertificateWithDefaults instantiates a new SyntheticsSSLCertificate 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.
NewSyntheticsStep instantiates a new SyntheticsStep 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.
NewSyntheticsStepDetail instantiates a new SyntheticsStepDetail 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.
NewSyntheticsStepDetailWarning instantiates a new SyntheticsStepDetailWarning 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.
NewSyntheticsStepDetailWarningWithDefaults instantiates a new SyntheticsStepDetailWarning 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.
NewSyntheticsStepDetailWithDefaults instantiates a new SyntheticsStepDetail 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.
NewSyntheticsStepTypeFromValue returns a pointer to a valid SyntheticsStepType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSyntheticsStepWithDefaults instantiates a new SyntheticsStep 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.
NewSyntheticsTestConfig instantiates a new SyntheticsTestConfig 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.
NewSyntheticsTestConfigWithDefaults instantiates a new SyntheticsTestConfig 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.
NewSyntheticsTestDetails instantiates a new SyntheticsTestDetails 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.
NewSyntheticsTestDetailsSubTypeFromValue returns a pointer to a valid SyntheticsTestDetailsSubType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSyntheticsTestDetailsTypeFromValue returns a pointer to a valid SyntheticsTestDetailsType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSyntheticsTestDetailsWithDefaults instantiates a new SyntheticsTestDetails 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.
NewSyntheticsTestMonitorStatusFromValue returns a pointer to a valid SyntheticsTestMonitorStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSyntheticsTestOptions instantiates a new SyntheticsTestOptions 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.
NewSyntheticsTestOptionsMonitorOptions instantiates a new SyntheticsTestOptionsMonitorOptions 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.
NewSyntheticsTestOptionsMonitorOptionsWithDefaults instantiates a new SyntheticsTestOptionsMonitorOptions 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.
NewSyntheticsTestOptionsRetry instantiates a new SyntheticsTestOptionsRetry 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.
NewSyntheticsTestOptionsRetryWithDefaults instantiates a new SyntheticsTestOptionsRetry 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.
NewSyntheticsTestOptionsWithDefaults instantiates a new SyntheticsTestOptions 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.
NewSyntheticsTestPauseStatusFromValue returns a pointer to a valid SyntheticsTestPauseStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSyntheticsTestProcessStatusFromValue returns a pointer to a valid SyntheticsTestProcessStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSyntheticsTestRequest instantiates a new SyntheticsTestRequest 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.
NewSyntheticsTestRequestCertificate instantiates a new SyntheticsTestRequestCertificate 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.
NewSyntheticsTestRequestCertificateItem instantiates a new SyntheticsTestRequestCertificateItem 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.
NewSyntheticsTestRequestCertificateItemWithDefaults instantiates a new SyntheticsTestRequestCertificateItem 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.
NewSyntheticsTestRequestCertificateWithDefaults instantiates a new SyntheticsTestRequestCertificate 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.
NewSyntheticsTestRequestWithDefaults instantiates a new SyntheticsTestRequest 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.
NewSyntheticsTickIntervalFromValue returns a pointer to a valid SyntheticsTickInterval for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSyntheticsTiming instantiates a new SyntheticsTiming 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.
NewSyntheticsTimingWithDefaults instantiates a new SyntheticsTiming 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.
NewSyntheticsTriggerCITestLocation instantiates a new SyntheticsTriggerCITestLocation 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.
NewSyntheticsTriggerCITestLocationWithDefaults instantiates a new SyntheticsTriggerCITestLocation 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.
NewSyntheticsTriggerCITestRunResult instantiates a new SyntheticsTriggerCITestRunResult 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.
NewSyntheticsTriggerCITestRunResultWithDefaults instantiates a new SyntheticsTriggerCITestRunResult 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.
NewSyntheticsTriggerCITestsResponse instantiates a new SyntheticsTriggerCITestsResponse 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.
NewSyntheticsTriggerCITestsResponseWithDefaults instantiates a new SyntheticsTriggerCITestsResponse 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.
NewSyntheticsUpdateTestPauseStatusPayload instantiates a new SyntheticsUpdateTestPauseStatusPayload 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.
NewSyntheticsUpdateTestPauseStatusPayloadWithDefaults instantiates a new SyntheticsUpdateTestPauseStatusPayload 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.
NewSyntheticsVariableParser instantiates a new SyntheticsVariableParser 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.
NewSyntheticsVariableParserWithDefaults instantiates a new SyntheticsVariableParser 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.
NewSyntheticsWarningTypeFromValue returns a pointer to a valid SyntheticsWarningType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewTableWidgetCellDisplayModeFromValue returns a pointer to a valid TableWidgetCellDisplayMode for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewTableWidgetDefinition instantiates a new TableWidgetDefinition 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.
NewTableWidgetDefinitionTypeFromValue returns a pointer to a valid TableWidgetDefinitionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewTableWidgetDefinitionWithDefaults instantiates a new TableWidgetDefinition 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.
NewTableWidgetHasSearchBarFromValue returns a pointer to a valid TableWidgetHasSearchBar for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewTableWidgetRequest instantiates a new TableWidgetRequest 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.
NewTableWidgetRequestWithDefaults instantiates a new TableWidgetRequest 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.
NewTagToHosts instantiates a new TagToHosts 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.
NewTagToHostsWithDefaults instantiates a new TagToHosts 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.
NewTargetFormatTypeFromValue returns a pointer to a valid TargetFormatType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewTimeseriesWidgetDefinition instantiates a new TimeseriesWidgetDefinition 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.
NewTimeseriesWidgetDefinitionTypeFromValue returns a pointer to a valid TimeseriesWidgetDefinitionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewTimeseriesWidgetDefinitionWithDefaults instantiates a new TimeseriesWidgetDefinition 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.
NewTimeseriesWidgetExpressionAlias instantiates a new TimeseriesWidgetExpressionAlias 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.
NewTimeseriesWidgetExpressionAliasWithDefaults instantiates a new TimeseriesWidgetExpressionAlias 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.
NewTimeseriesWidgetLegendColumnFromValue returns a pointer to a valid TimeseriesWidgetLegendColumn for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewTimeseriesWidgetLegendLayoutFromValue returns a pointer to a valid TimeseriesWidgetLegendLayout for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewTimeseriesWidgetRequest instantiates a new TimeseriesWidgetRequest 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.
NewTimeseriesWidgetRequestWithDefaults instantiates a new TimeseriesWidgetRequest 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.
NewToplistWidgetDefinition instantiates a new ToplistWidgetDefinition 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.
NewToplistWidgetDefinitionTypeFromValue returns a pointer to a valid ToplistWidgetDefinitionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewToplistWidgetDefinitionWithDefaults instantiates a new ToplistWidgetDefinition 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.
NewToplistWidgetRequest instantiates a new ToplistWidgetRequest 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.
NewToplistWidgetRequestWithDefaults instantiates a new ToplistWidgetRequest 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.
No description provided by the author
No description provided by the author
NewUsageAnalyzedLogsHour instantiates a new UsageAnalyzedLogsHour 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.
NewUsageAnalyzedLogsHourWithDefaults instantiates a new UsageAnalyzedLogsHour 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.
NewUsageAnalyzedLogsResponse instantiates a new UsageAnalyzedLogsResponse 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.
NewUsageAnalyzedLogsResponseWithDefaults instantiates a new UsageAnalyzedLogsResponse 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.
NewUsageAttributionAggregatesBody instantiates a new UsageAttributionAggregatesBody 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.
NewUsageAttributionAggregatesBodyWithDefaults instantiates a new UsageAttributionAggregatesBody 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.
NewUsageAttributionBody instantiates a new UsageAttributionBody 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.
NewUsageAttributionBodyWithDefaults instantiates a new UsageAttributionBody 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.
NewUsageAttributionMetadata instantiates a new UsageAttributionMetadata 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.
NewUsageAttributionMetadataWithDefaults instantiates a new UsageAttributionMetadata 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.
NewUsageAttributionPagination instantiates a new UsageAttributionPagination 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.
NewUsageAttributionPaginationWithDefaults instantiates a new UsageAttributionPagination 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.
NewUsageAttributionResponse instantiates a new UsageAttributionResponse 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.
NewUsageAttributionResponseWithDefaults instantiates a new UsageAttributionResponse 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.
NewUsageAttributionSortFromValue returns a pointer to a valid UsageAttributionSort for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewUsageAttributionSupportedMetricsFromValue returns a pointer to a valid UsageAttributionSupportedMetrics for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewUsageAttributionValues instantiates a new UsageAttributionValues 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.
NewUsageAttributionValuesWithDefaults instantiates a new UsageAttributionValues 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.
NewUsageBillableSummaryBody instantiates a new UsageBillableSummaryBody 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.
NewUsageBillableSummaryBodyWithDefaults instantiates a new UsageBillableSummaryBody 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.
NewUsageBillableSummaryHour instantiates a new UsageBillableSummaryHour 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.
NewUsageBillableSummaryHourWithDefaults instantiates a new UsageBillableSummaryHour 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.
NewUsageBillableSummaryKeys instantiates a new UsageBillableSummaryKeys 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.
NewUsageBillableSummaryKeysWithDefaults instantiates a new UsageBillableSummaryKeys 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.
NewUsageBillableSummaryResponse instantiates a new UsageBillableSummaryResponse 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.
NewUsageBillableSummaryResponseWithDefaults instantiates a new UsageBillableSummaryResponse 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.
NewUsageComplianceHour instantiates a new UsageComplianceHour 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.
NewUsageComplianceHourWithDefaults instantiates a new UsageComplianceHour 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.
NewUsageComplianceResponse instantiates a new UsageComplianceResponse 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.
NewUsageComplianceResponseWithDefaults instantiates a new UsageComplianceResponse 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.
NewUsageCustomReportsAttributes instantiates a new UsageCustomReportsAttributes 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.
NewUsageCustomReportsAttributesWithDefaults instantiates a new UsageCustomReportsAttributes 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.
NewUsageCustomReportsData instantiates a new UsageCustomReportsData 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.
NewUsageCustomReportsDataWithDefaults instantiates a new UsageCustomReportsData 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.
NewUsageCustomReportsMeta instantiates a new UsageCustomReportsMeta 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.
NewUsageCustomReportsMetaWithDefaults instantiates a new UsageCustomReportsMeta 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.
NewUsageCustomReportsPage instantiates a new UsageCustomReportsPage 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.
NewUsageCustomReportsPageWithDefaults instantiates a new UsageCustomReportsPage 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.
NewUsageCustomReportsResponse instantiates a new UsageCustomReportsResponse 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.
NewUsageCustomReportsResponseWithDefaults instantiates a new UsageCustomReportsResponse 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.
NewUsageFargateHour instantiates a new UsageFargateHour 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.
NewUsageFargateHourWithDefaults instantiates a new UsageFargateHour 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.
NewUsageFargateResponse instantiates a new UsageFargateResponse 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.
NewUsageFargateResponseWithDefaults instantiates a new UsageFargateResponse 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.
NewUsageHostHour instantiates a new UsageHostHour 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.
NewUsageHostHourWithDefaults instantiates a new UsageHostHour 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.
NewUsageHostsResponse instantiates a new UsageHostsResponse 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.
NewUsageHostsResponseWithDefaults instantiates a new UsageHostsResponse 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.
NewUsageIncidentManagementHour instantiates a new UsageIncidentManagementHour 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.
NewUsageIncidentManagementHourWithDefaults instantiates a new UsageIncidentManagementHour 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.
NewUsageIncidentManagementResponse instantiates a new UsageIncidentManagementResponse 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.
NewUsageIncidentManagementResponseWithDefaults instantiates a new UsageIncidentManagementResponse 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.
NewUsageIndexedSpansHour instantiates a new UsageIndexedSpansHour 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.
NewUsageIndexedSpansHourWithDefaults instantiates a new UsageIndexedSpansHour 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.
NewUsageIndexedSpansResponse instantiates a new UsageIndexedSpansResponse 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.
NewUsageIndexedSpansResponseWithDefaults instantiates a new UsageIndexedSpansResponse 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.
NewUsageIngestedSpansHour instantiates a new UsageIngestedSpansHour 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.
NewUsageIngestedSpansHourWithDefaults instantiates a new UsageIngestedSpansHour 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.
NewUsageIngestedSpansResponse instantiates a new UsageIngestedSpansResponse 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.
NewUsageIngestedSpansResponseWithDefaults instantiates a new UsageIngestedSpansResponse 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.
NewUsageIoTHour instantiates a new UsageIoTHour 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.
NewUsageIoTHourWithDefaults instantiates a new UsageIoTHour 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.
NewUsageIoTResponse instantiates a new UsageIoTResponse 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.
NewUsageIoTResponseWithDefaults instantiates a new UsageIoTResponse 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.
NewUsageLambdaHour instantiates a new UsageLambdaHour 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.
NewUsageLambdaHourWithDefaults instantiates a new UsageLambdaHour 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.
NewUsageLambdaResponse instantiates a new UsageLambdaResponse 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.
NewUsageLambdaResponseWithDefaults instantiates a new UsageLambdaResponse 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.
NewUsageLogsByIndexHour instantiates a new UsageLogsByIndexHour 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.
NewUsageLogsByIndexHourWithDefaults instantiates a new UsageLogsByIndexHour 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.
NewUsageLogsByIndexResponse instantiates a new UsageLogsByIndexResponse 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.
NewUsageLogsByIndexResponseWithDefaults instantiates a new UsageLogsByIndexResponse 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.
NewUsageLogsByRetentionHour instantiates a new UsageLogsByRetentionHour 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.
NewUsageLogsByRetentionHourWithDefaults instantiates a new UsageLogsByRetentionHour 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.
NewUsageLogsByRetentionResponse instantiates a new UsageLogsByRetentionResponse 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.
NewUsageLogsByRetentionResponseWithDefaults instantiates a new UsageLogsByRetentionResponse 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.
NewUsageLogsHour instantiates a new UsageLogsHour 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.
NewUsageLogsHourWithDefaults instantiates a new UsageLogsHour 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.
NewUsageLogsResponse instantiates a new UsageLogsResponse 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.
NewUsageLogsResponseWithDefaults instantiates a new UsageLogsResponse 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.
NewUsageMetricCategoryFromValue returns a pointer to a valid UsageMetricCategory for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewUsageNetworkFlowsHour instantiates a new UsageNetworkFlowsHour 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.
NewUsageNetworkFlowsHourWithDefaults instantiates a new UsageNetworkFlowsHour 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.
NewUsageNetworkFlowsResponse instantiates a new UsageNetworkFlowsResponse 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.
NewUsageNetworkFlowsResponseWithDefaults instantiates a new UsageNetworkFlowsResponse 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.
NewUsageNetworkHostsHour instantiates a new UsageNetworkHostsHour 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.
NewUsageNetworkHostsHourWithDefaults instantiates a new UsageNetworkHostsHour 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.
NewUsageNetworkHostsResponse instantiates a new UsageNetworkHostsResponse 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.
NewUsageNetworkHostsResponseWithDefaults instantiates a new UsageNetworkHostsResponse 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.
NewUsageProfilingHour instantiates a new UsageProfilingHour 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.
NewUsageProfilingHourWithDefaults instantiates a new UsageProfilingHour 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.
NewUsageProfilingResponse instantiates a new UsageProfilingResponse 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.
NewUsageProfilingResponseWithDefaults instantiates a new UsageProfilingResponse 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.
NewUsageReportsTypeFromValue returns a pointer to a valid UsageReportsType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewUsageRumSessionsHour instantiates a new UsageRumSessionsHour 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.
NewUsageRumSessionsHourWithDefaults instantiates a new UsageRumSessionsHour 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.
NewUsageRumSessionsResponse instantiates a new UsageRumSessionsResponse 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.
NewUsageRumSessionsResponseWithDefaults instantiates a new UsageRumSessionsResponse 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.
NewUsageSNMPHour instantiates a new UsageSNMPHour 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.
NewUsageSNMPHourWithDefaults instantiates a new UsageSNMPHour 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.
NewUsageSNMPResponse instantiates a new UsageSNMPResponse 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.
NewUsageSNMPResponseWithDefaults instantiates a new UsageSNMPResponse 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.
NewUsageSortDirectionFromValue returns a pointer to a valid UsageSortDirection for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewUsageSortFromValue returns a pointer to a valid UsageSort for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewUsageSpecifiedCustomReportsAttributes instantiates a new UsageSpecifiedCustomReportsAttributes 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.
NewUsageSpecifiedCustomReportsAttributesWithDefaults instantiates a new UsageSpecifiedCustomReportsAttributes 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.
NewUsageSpecifiedCustomReportsData instantiates a new UsageSpecifiedCustomReportsData 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.
NewUsageSpecifiedCustomReportsDataWithDefaults instantiates a new UsageSpecifiedCustomReportsData 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.
NewUsageSpecifiedCustomReportsMeta instantiates a new UsageSpecifiedCustomReportsMeta 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.
NewUsageSpecifiedCustomReportsMetaWithDefaults instantiates a new UsageSpecifiedCustomReportsMeta 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.
NewUsageSpecifiedCustomReportsPage instantiates a new UsageSpecifiedCustomReportsPage 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.
NewUsageSpecifiedCustomReportsPageWithDefaults instantiates a new UsageSpecifiedCustomReportsPage 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.
NewUsageSpecifiedCustomReportsResponse instantiates a new UsageSpecifiedCustomReportsResponse 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.
NewUsageSpecifiedCustomReportsResponseWithDefaults instantiates a new UsageSpecifiedCustomReportsResponse 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.
NewUsageSummaryDate instantiates a new UsageSummaryDate 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.
NewUsageSummaryDateOrg instantiates a new UsageSummaryDateOrg 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.
NewUsageSummaryDateOrgWithDefaults instantiates a new UsageSummaryDateOrg 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.
NewUsageSummaryDateWithDefaults instantiates a new UsageSummaryDate 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.
NewUsageSummaryResponse instantiates a new UsageSummaryResponse 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.
NewUsageSummaryResponseWithDefaults instantiates a new UsageSummaryResponse 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.
NewUsageSyntheticsAPIHour instantiates a new UsageSyntheticsAPIHour 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.
NewUsageSyntheticsAPIHourWithDefaults instantiates a new UsageSyntheticsAPIHour 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.
NewUsageSyntheticsAPIResponse instantiates a new UsageSyntheticsAPIResponse 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.
NewUsageSyntheticsAPIResponseWithDefaults instantiates a new UsageSyntheticsAPIResponse 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.
NewUsageSyntheticsBrowserHour instantiates a new UsageSyntheticsBrowserHour 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.
NewUsageSyntheticsBrowserHourWithDefaults instantiates a new UsageSyntheticsBrowserHour 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.
NewUsageSyntheticsBrowserResponse instantiates a new UsageSyntheticsBrowserResponse 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.
NewUsageSyntheticsBrowserResponseWithDefaults instantiates a new UsageSyntheticsBrowserResponse 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.
NewUsageSyntheticsHour instantiates a new UsageSyntheticsHour 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.
NewUsageSyntheticsHourWithDefaults instantiates a new UsageSyntheticsHour 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.
NewUsageSyntheticsResponse instantiates a new UsageSyntheticsResponse 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.
NewUsageSyntheticsResponseWithDefaults instantiates a new UsageSyntheticsResponse 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.
NewUsageTimeseriesHour instantiates a new UsageTimeseriesHour 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.
NewUsageTimeseriesHourWithDefaults instantiates a new UsageTimeseriesHour 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.
NewUsageTimeseriesResponse instantiates a new UsageTimeseriesResponse 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.
NewUsageTimeseriesResponseWithDefaults instantiates a new UsageTimeseriesResponse 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.
NewUsageTopAvgMetricsHour instantiates a new UsageTopAvgMetricsHour 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.
NewUsageTopAvgMetricsHourWithDefaults instantiates a new UsageTopAvgMetricsHour 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.
NewUsageTopAvgMetricsMetadata instantiates a new UsageTopAvgMetricsMetadata 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.
NewUsageTopAvgMetricsMetadataWithDefaults instantiates a new UsageTopAvgMetricsMetadata 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.
NewUsageTopAvgMetricsResponse instantiates a new UsageTopAvgMetricsResponse 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.
NewUsageTopAvgMetricsResponseWithDefaults instantiates a new UsageTopAvgMetricsResponse 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.
NewUsageTraceHour instantiates a new UsageTraceHour 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.
NewUsageTraceHourWithDefaults instantiates a new UsageTraceHour 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.
NewUsageTraceResponse instantiates a new UsageTraceResponse 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.
NewUsageTraceResponseWithDefaults instantiates a new UsageTraceResponse 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.
NewUsageTracingWithoutLimitsHour instantiates a new UsageTracingWithoutLimitsHour 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.
NewUsageTracingWithoutLimitsHourWithDefaults instantiates a new UsageTracingWithoutLimitsHour 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.
NewUsageTracingWithoutLimitsResponse instantiates a new UsageTracingWithoutLimitsResponse 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.
NewUsageTracingWithoutLimitsResponseWithDefaults instantiates a new UsageTracingWithoutLimitsResponse 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.
NewUser instantiates a new User 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.
NewUserDisableResponse instantiates a new UserDisableResponse 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.
NewUserDisableResponseWithDefaults instantiates a new UserDisableResponse 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.
NewUserListResponse instantiates a new UserListResponse 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.
NewUserListResponseWithDefaults instantiates a new UserListResponse 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.
NewUserResponse instantiates a new UserResponse 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.
NewUserResponseWithDefaults instantiates a new UserResponse 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.
NewUserWithDefaults instantiates a new User 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.
NewWidget instantiates a new Widget 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.
NewWidgetAggregatorFromValue returns a pointer to a valid WidgetAggregator for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetAxis instantiates a new WidgetAxis 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.
NewWidgetAxisWithDefaults instantiates a new WidgetAxis 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.
NewWidgetChangeTypeFromValue returns a pointer to a valid WidgetChangeType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetColorPreferenceFromValue returns a pointer to a valid WidgetColorPreference for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetComparatorFromValue returns a pointer to a valid WidgetComparator for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetCompareToFromValue returns a pointer to a valid WidgetCompareTo for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetConditionalFormat instantiates a new WidgetConditionalFormat 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.
NewWidgetConditionalFormatWithDefaults instantiates a new WidgetConditionalFormat 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.
NewWidgetCustomLink instantiates a new WidgetCustomLink 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.
NewWidgetCustomLinkWithDefaults instantiates a new WidgetCustomLink 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.
NewWidgetDisplayTypeFromValue returns a pointer to a valid WidgetDisplayType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetEvent instantiates a new WidgetEvent 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.
NewWidgetEventSizeFromValue returns a pointer to a valid WidgetEventSize for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetEventWithDefaults instantiates a new WidgetEvent 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.
NewWidgetFieldSort instantiates a new WidgetFieldSort 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.
NewWidgetFieldSortWithDefaults instantiates a new WidgetFieldSort 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.
NewWidgetFormula instantiates a new WidgetFormula 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.
NewWidgetFormulaLimit instantiates a new WidgetFormulaLimit 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.
NewWidgetFormulaLimitWithDefaults instantiates a new WidgetFormulaLimit 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.
NewWidgetFormulaWithDefaults instantiates a new WidgetFormula 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.
NewWidgetGroupingFromValue returns a pointer to a valid WidgetGrouping for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetHorizontalAlignFromValue returns a pointer to a valid WidgetHorizontalAlign for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetImageSizingFromValue returns a pointer to a valid WidgetImageSizing for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetLayout instantiates a new WidgetLayout 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.
NewWidgetLayoutTypeFromValue returns a pointer to a valid WidgetLayoutType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetLayoutWithDefaults instantiates a new WidgetLayout 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.
NewWidgetLineTypeFromValue returns a pointer to a valid WidgetLineType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetLineWidthFromValue returns a pointer to a valid WidgetLineWidth for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetLiveSpanFromValue returns a pointer to a valid WidgetLiveSpan for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetMarginFromValue returns a pointer to a valid WidgetMargin for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetMarker instantiates a new WidgetMarker 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.
NewWidgetMarkerWithDefaults instantiates a new WidgetMarker 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.
NewWidgetMessageDisplayFromValue returns a pointer to a valid WidgetMessageDisplay for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetMonitorSummaryDisplayFormatFromValue returns a pointer to a valid WidgetMonitorSummaryDisplayFormat for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetMonitorSummarySortFromValue returns a pointer to a valid WidgetMonitorSummarySort for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetNodeTypeFromValue returns a pointer to a valid WidgetNodeType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetOrderByFromValue returns a pointer to a valid WidgetOrderBy for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetPaletteFromValue returns a pointer to a valid WidgetPalette for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetRequestStyle instantiates a new WidgetRequestStyle 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.
NewWidgetRequestStyleWithDefaults instantiates a new WidgetRequestStyle 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.
NewWidgetServiceSummaryDisplayFormatFromValue returns a pointer to a valid WidgetServiceSummaryDisplayFormat for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetSizeFormatFromValue returns a pointer to a valid WidgetSizeFormat for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetSortFromValue returns a pointer to a valid WidgetSort for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetStyle instantiates a new WidgetStyle 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.
NewWidgetStyleWithDefaults instantiates a new WidgetStyle 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.
NewWidgetSummaryTypeFromValue returns a pointer to a valid WidgetSummaryType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetTextAlignFromValue returns a pointer to a valid WidgetTextAlign for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetTickEdgeFromValue returns a pointer to a valid WidgetTickEdge for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetTime instantiates a new WidgetTime 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.
NewWidgetTimeWindowsFromValue returns a pointer to a valid WidgetTimeWindows for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetTimeWithDefaults instantiates a new WidgetTime 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.
NewWidgetVerticalAlignFromValue returns a pointer to a valid WidgetVerticalAlign for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetViewModeFromValue returns a pointer to a valid WidgetViewMode for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetVizTypeFromValue returns a pointer to a valid WidgetVizType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWidgetWithDefaults instantiates a new Widget 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.
NotebookAbsoluteTimeAsNotebookCellTime is a convenience function that returns NotebookAbsoluteTime wrapped in NotebookCellTime.
NotebookAbsoluteTimeAsNotebookGlobalTime is a convenience function that returns NotebookAbsoluteTime wrapped in NotebookGlobalTime.
NotebookCellCreateRequestAsNotebookUpdateCell is a convenience function that returns NotebookCellCreateRequest wrapped in NotebookUpdateCell.
NotebookCellUpdateRequestAsNotebookUpdateCell is a convenience function that returns NotebookCellUpdateRequest wrapped in NotebookUpdateCell.
NotebookDistributionCellAttributesAsNotebookCellCreateRequestAttributes is a convenience function that returns NotebookDistributionCellAttributes wrapped in NotebookCellCreateRequestAttributes.
NotebookDistributionCellAttributesAsNotebookCellResponseAttributes is a convenience function that returns NotebookDistributionCellAttributes wrapped in NotebookCellResponseAttributes.
NotebookDistributionCellAttributesAsNotebookCellUpdateRequestAttributes is a convenience function that returns NotebookDistributionCellAttributes wrapped in NotebookCellUpdateRequestAttributes.
NotebookHeatMapCellAttributesAsNotebookCellCreateRequestAttributes is a convenience function that returns NotebookHeatMapCellAttributes wrapped in NotebookCellCreateRequestAttributes.
NotebookHeatMapCellAttributesAsNotebookCellResponseAttributes is a convenience function that returns NotebookHeatMapCellAttributes wrapped in NotebookCellResponseAttributes.
NotebookHeatMapCellAttributesAsNotebookCellUpdateRequestAttributes is a convenience function that returns NotebookHeatMapCellAttributes wrapped in NotebookCellUpdateRequestAttributes.
NotebookLogStreamCellAttributesAsNotebookCellCreateRequestAttributes is a convenience function that returns NotebookLogStreamCellAttributes wrapped in NotebookCellCreateRequestAttributes.
NotebookLogStreamCellAttributesAsNotebookCellResponseAttributes is a convenience function that returns NotebookLogStreamCellAttributes wrapped in NotebookCellResponseAttributes.
NotebookLogStreamCellAttributesAsNotebookCellUpdateRequestAttributes is a convenience function that returns NotebookLogStreamCellAttributes wrapped in NotebookCellUpdateRequestAttributes.
NotebookMarkdownCellAttributesAsNotebookCellCreateRequestAttributes is a convenience function that returns NotebookMarkdownCellAttributes wrapped in NotebookCellCreateRequestAttributes.
NotebookMarkdownCellAttributesAsNotebookCellResponseAttributes is a convenience function that returns NotebookMarkdownCellAttributes wrapped in NotebookCellResponseAttributes.
NotebookMarkdownCellAttributesAsNotebookCellUpdateRequestAttributes is a convenience function that returns NotebookMarkdownCellAttributes wrapped in NotebookCellUpdateRequestAttributes.
NotebookRelativeTimeAsNotebookCellTime is a convenience function that returns NotebookRelativeTime wrapped in NotebookCellTime.
NotebookRelativeTimeAsNotebookGlobalTime is a convenience function that returns NotebookRelativeTime wrapped in NotebookGlobalTime.
NotebookTimeseriesCellAttributesAsNotebookCellCreateRequestAttributes is a convenience function that returns NotebookTimeseriesCellAttributes wrapped in NotebookCellCreateRequestAttributes.
NotebookTimeseriesCellAttributesAsNotebookCellResponseAttributes is a convenience function that returns NotebookTimeseriesCellAttributes wrapped in NotebookCellResponseAttributes.
NotebookTimeseriesCellAttributesAsNotebookCellUpdateRequestAttributes is a convenience function that returns NotebookTimeseriesCellAttributes wrapped in NotebookCellUpdateRequestAttributes.
NotebookToplistCellAttributesAsNotebookCellCreateRequestAttributes is a convenience function that returns NotebookToplistCellAttributes wrapped in NotebookCellCreateRequestAttributes.
NotebookToplistCellAttributesAsNotebookCellResponseAttributes is a convenience function that returns NotebookToplistCellAttributes wrapped in NotebookCellResponseAttributes.
NotebookToplistCellAttributesAsNotebookCellUpdateRequestAttributes is a convenience function that returns NotebookToplistCellAttributes wrapped in NotebookCellUpdateRequestAttributes.
NoteWidgetDefinitionAsWidgetDefinition is a convenience function that returns NoteWidgetDefinition wrapped in WidgetDefinition.
PtrBool is a helper routine that returns a pointer to given boolean value.
PtrFloat32 is a helper routine that returns a pointer to given float value.
PtrFloat64 is a helper routine that returns a pointer to given float value.
PtrInt is a helper routine that returns a pointer to given integer value.
PtrInt32 is a helper routine that returns a pointer to given integer value.
PtrInt64 is a helper routine that returns a pointer to given integer value.
PtrString is a helper routine that returns a pointer to given string value.
PtrTime is helper routine that returns a pointer to given Time value.
QueryValueWidgetDefinitionAsWidgetDefinition is a convenience function that returns QueryValueWidgetDefinition wrapped in WidgetDefinition.
ScatterPlotWidgetDefinitionAsWidgetDefinition is a convenience function that returns ScatterPlotWidgetDefinition wrapped in WidgetDefinition.
ServiceMapWidgetDefinitionAsWidgetDefinition is a convenience function that returns ServiceMapWidgetDefinition wrapped in WidgetDefinition.
ServiceSummaryWidgetDefinitionAsWidgetDefinition is a convenience function that returns ServiceSummaryWidgetDefinition wrapped in WidgetDefinition.
SLOWidgetDefinitionAsWidgetDefinition is a convenience function that returns SLOWidgetDefinition wrapped in WidgetDefinition.
SyntheticsAssertionJSONPathTargetAsSyntheticsAssertion is a convenience function that returns SyntheticsAssertionJSONPathTarget wrapped in SyntheticsAssertion.
SyntheticsAssertionTargetAsSyntheticsAssertion is a convenience function that returns SyntheticsAssertionTarget wrapped in SyntheticsAssertion.
TableWidgetDefinitionAsWidgetDefinition is a convenience function that returns TableWidgetDefinition wrapped in WidgetDefinition.
TimeseriesWidgetDefinitionAsWidgetDefinition is a convenience function that returns TimeseriesWidgetDefinition wrapped in WidgetDefinition.
ToplistWidgetDefinitionAsWidgetDefinition is a convenience function that returns ToplistWidgetDefinition wrapped in WidgetDefinition.

# Constants

List of AccessRole.
List of AccessRole.
List of AccessRole.
List of AccessRole.
List of AlertGraphWidgetDefinitionType.
List of AlertValueWidgetDefinitionType.
List of ApmStatsQueryRowType.
List of ApmStatsQueryRowType.
List of ApmStatsQueryRowType.
List of AWSNamespace.
List of AWSNamespace.
List of AWSNamespace.
List of AWSNamespace.
List of AWSNamespace.
List of AWSNamespace.
List of AWSNamespace.
List of ChangeWidgetDefinitionType.
List of CheckStatusWidgetDefinitionType.
List of ContentEncoding.
List of ContentEncoding.
List of DashboardLayoutType.
List of DashboardLayoutType.
List of DashboardReflowType.
List of DashboardReflowType.
List of DistributionWidgetDefinitionType.
List of EventAlertType.
List of EventAlertType.
List of EventAlertType.
List of EventAlertType.
List of EventAlertType.
List of EventAlertType.
List of EventAlertType.
List of EventPriority.
List of EventPriority.
List of EventStreamWidgetDefinitionType.
List of EventTimelineWidgetDefinitionType.
List of FormulaAndFunctionEventAggregation.
List of FormulaAndFunctionEventAggregation.
List of FormulaAndFunctionEventAggregation.
List of FormulaAndFunctionEventAggregation.
List of FormulaAndFunctionEventAggregation.
List of FormulaAndFunctionEventAggregation.
List of FormulaAndFunctionEventAggregation.
List of FormulaAndFunctionEventAggregation.
List of FormulaAndFunctionEventAggregation.
List of FormulaAndFunctionEventAggregation.
List of FormulaAndFunctionEventAggregation.
List of FormulaAndFunctionEventAggregation.
List of FormulaAndFunctionEventsDataSource.
List of FormulaAndFunctionEventsDataSource.
List of FormulaAndFunctionEventsDataSource.
List of FormulaAndFunctionEventsDataSource.
List of FormulaAndFunctionEventsDataSource.
List of FormulaAndFunctionEventsDataSource.
List of FormulaAndFunctionMetricAggregation.
List of FormulaAndFunctionMetricAggregation.
List of FormulaAndFunctionMetricAggregation.
List of FormulaAndFunctionMetricAggregation.
List of FormulaAndFunctionMetricAggregation.
List of FormulaAndFunctionMetricAggregation.
List of FormulaAndFunctionMetricAggregation.
List of FormulaAndFunctionMetricDataSource.
List of FormulaAndFunctionProcessQueryDataSource.
List of FormulaAndFunctionProcessQueryDataSource.
List of FormulaAndFunctionResponseFormat.
List of FormulaAndFunctionResponseFormat.
List of FreeTextWidgetDefinitionType.
List of GeomapWidgetDefinitionType.
List of GroupWidgetDefinitionType.
List of HeatMapWidgetDefinitionType.
List of HostMapWidgetDefinitionType.
List of HTTPMethod.
List of HTTPMethod.
List of HTTPMethod.
List of HTTPMethod.
List of HTTPMethod.
HTTPMETHOD_POST
List of HTTPMethod.
List of HTTPMethod.
List of IFrameWidgetDefinitionType.
List of ImageWidgetDefinitionType.
List of LogsArithmeticProcessorType.
List of LogsAttributeRemapperType.
List of LogsCategoryProcessorType.
List of LogsDateRemapperType.
List of LogsGeoIPParserType.
List of LogsGrokParserType.
List of LogsLookupProcessorType.
List of LogsMessageRemapperType.
List of LogsPipelineProcessorType.
List of LogsServiceRemapperType.
List of LogsSort.
List of LogsSort.
List of LogsStatusRemapperType.
List of LogsStringBuilderProcessorType.
List of LogsTraceRemapperType.
List of LogStreamWidgetDefinitionType.
List of LogsURLParserType.
List of LogsUserAgentParserType.
List of MonitorDeviceID.
List of MonitorDeviceID.
List of MonitorDeviceID.
List of MonitorDeviceID.
List of MonitorDeviceID.
List of MonitorDeviceID.
List of MonitorDeviceID.
List of MonitorDeviceID.
List of MonitorDeviceID.
List of MonitorOverallStates.
List of MonitorOverallStates.
List of MonitorOverallStates.
List of MonitorOverallStates.
List of MonitorOverallStates.
List of MonitorOverallStates.
List of MonitorOverallStates.
List of MonitorSummaryWidgetDefinitionType.
List of MonitorType.
List of MonitorType.
List of MonitorType.
List of MonitorType.
List of MonitorType.
List of MonitorType.
List of MonitorType.
List of MonitorType.
List of MonitorType.
List of MonitorType.
List of MonitorType.
List of MonitorType.
List of NotebookCellResourceType.
List of NotebookGraphSize.
List of NotebookGraphSize.
List of NotebookGraphSize.
List of NotebookGraphSize.
List of NotebookGraphSize.
List of NotebookMarkdownCellDefinitionType.
List of NotebookResourceType.
List of NotebookStatus.
List of NoteWidgetDefinitionType.
List of QuerySortOrder.
List of QuerySortOrder.
List of QueryValueWidgetDefinitionType.
List of ScatterPlotWidgetDefinitionType.
List of ServiceCheckStatus.
List of ServiceCheckStatus.
List of ServiceCheckStatus.
List of ServiceCheckStatus.
List of ServiceMapWidgetDefinitionType.
List of ServiceSummaryWidgetDefinitionType.
List of SLOCorrectionCategory.
List of SLOCorrectionCategory.
List of SLOCorrectionCategory.
List of SLOCorrectionCategory.
List of SLOCorrectionType.
List of SLOErrorTimeframe.
List of SLOErrorTimeframe.
List of SLOErrorTimeframe.
List of SLOErrorTimeframe.
List of SLOTimeframe.
List of SLOTimeframe.
List of SLOTimeframe.
List of SLOType.
List of SLOType.
List of SLOTypeNumeric.
List of SLOTypeNumeric.
List of SLOWidgetDefinitionType.
List of SyntheticsAPIStepSubtype.
List of SyntheticsAPITestType.
List of SyntheticsAssertionJSONPathOperator.
List of SyntheticsAssertionOperator.
List of SyntheticsAssertionOperator.
List of SyntheticsAssertionOperator.
List of SyntheticsAssertionOperator.
List of SyntheticsAssertionOperator.
List of SyntheticsAssertionOperator.
List of SyntheticsAssertionOperator.
List of SyntheticsAssertionOperator.
List of SyntheticsAssertionOperator.
List of SyntheticsAssertionOperator.
List of SyntheticsAssertionOperator.
List of SyntheticsAssertionOperator.
List of SyntheticsAssertionOperator.
List of SyntheticsAssertionType.
List of SyntheticsAssertionType.
List of SyntheticsAssertionType.
List of SyntheticsAssertionType.
List of SyntheticsAssertionType.
List of SyntheticsAssertionType.
List of SyntheticsAssertionType.
List of SyntheticsAssertionType.
List of SyntheticsAssertionType.
List of SyntheticsAssertionType.
List of SyntheticsAssertionType.
List of SyntheticsAssertionType.
List of SyntheticsAssertionType.
List of SyntheticsAssertionType.
List of SyntheticsBrowserErrorType.
List of SyntheticsBrowserErrorType.
List of SyntheticsBrowserTestType.
List of SyntheticsBrowserVariableType.
List of SyntheticsBrowserVariableType.
List of SyntheticsBrowserVariableType.
List of SyntheticsBrowserVariableType.
List of SyntheticsBrowserVariableType.
List of SyntheticsCheckType.
List of SyntheticsCheckType.
List of SyntheticsCheckType.
List of SyntheticsCheckType.
List of SyntheticsCheckType.
List of SyntheticsCheckType.
List of SyntheticsCheckType.
List of SyntheticsCheckType.
List of SyntheticsCheckType.
List of SyntheticsCheckType.
List of SyntheticsCheckType.
List of SyntheticsCheckType.
List of SyntheticsCheckType.
List of SyntheticsCheckType.
List of SyntheticsConfigVariableType.
List of SyntheticsConfigVariableType.
List of SyntheticsDeviceID.
List of SyntheticsDeviceID.
List of SyntheticsDeviceID.
List of SyntheticsDeviceID.
List of SyntheticsDeviceID.
List of SyntheticsDeviceID.
List of SyntheticsDeviceID.
List of SyntheticsDeviceID.
List of SyntheticsDeviceID.
List of SyntheticsErrorCode.
List of SyntheticsErrorCode.
List of SyntheticsErrorCode.
List of SyntheticsErrorCode.
List of SyntheticsErrorCode.
List of SyntheticsErrorCode.
List of SyntheticsErrorCode.
List of SyntheticsGlobalVariableParserType.
List of SyntheticsGlobalVariableParserType.
List of SyntheticsGlobalVariableParserType.
List of SyntheticsGlobalVariableParseTestOptionsType.
List of SyntheticsGlobalVariableParseTestOptionsType.
List of SyntheticsPlayingTab.
List of SyntheticsPlayingTab.
List of SyntheticsPlayingTab.
List of SyntheticsPlayingTab.
List of SyntheticsPlayingTab.
List of SyntheticsStepType.
List of SyntheticsStepType.
List of SyntheticsStepType.
List of SyntheticsStepType.
List of SyntheticsStepType.
List of SyntheticsStepType.
List of SyntheticsStepType.
List of SyntheticsStepType.
List of SyntheticsStepType.
List of SyntheticsStepType.
List of SyntheticsStepType.
List of SyntheticsStepType.
List of SyntheticsStepType.
List of SyntheticsStepType.
List of SyntheticsStepType.
List of SyntheticsStepType.
List of SyntheticsStepType.
List of SyntheticsStepType.
List of SyntheticsStepType.
List of SyntheticsStepType.
List of SyntheticsStepType.
List of SyntheticsStepType.
List of SyntheticsStepType.
List of SyntheticsStepType.
List of SyntheticsStepType.
List of SyntheticsTestDetailsSubType.
List of SyntheticsTestDetailsSubType.
List of SyntheticsTestDetailsSubType.
List of SyntheticsTestDetailsSubType.
List of SyntheticsTestDetailsSubType.
List of SyntheticsTestDetailsSubType.
List of SyntheticsTestDetailsType.
List of SyntheticsTestDetailsType.
List of SyntheticsTestMonitorStatus.
List of SyntheticsTestMonitorStatus.
List of SyntheticsTestMonitorStatus.
List of SyntheticsTestPauseStatus.
List of SyntheticsTestPauseStatus.
List of SyntheticsTestProcessStatus.
List of SyntheticsTestProcessStatus.
List of SyntheticsTestProcessStatus.
List of SyntheticsTestProcessStatus.
List of SyntheticsTestProcessStatus.
List of SyntheticsTickInterval.
List of SyntheticsTickInterval.
List of SyntheticsTickInterval.
List of SyntheticsTickInterval.
List of SyntheticsTickInterval.
List of SyntheticsTickInterval.
List of SyntheticsTickInterval.
List of SyntheticsTickInterval.
List of SyntheticsTickInterval.
List of SyntheticsTickInterval.
List of SyntheticsWarningType.
List of TableWidgetCellDisplayMode.
List of TableWidgetCellDisplayMode.
List of TableWidgetDefinitionType.
List of TableWidgetHasSearchBar.
List of TableWidgetHasSearchBar.
List of TableWidgetHasSearchBar.
List of TargetFormatType.
List of TargetFormatType.
List of TargetFormatType.
List of TargetFormatType.
List of TimeseriesWidgetDefinitionType.
List of TimeseriesWidgetLegendColumn.
List of TimeseriesWidgetLegendColumn.
List of TimeseriesWidgetLegendColumn.
List of TimeseriesWidgetLegendColumn.
List of TimeseriesWidgetLegendColumn.
List of TimeseriesWidgetLegendLayout.
List of TimeseriesWidgetLegendLayout.
List of TimeseriesWidgetLegendLayout.
List of ToplistWidgetDefinitionType.
List of UsageAttributionSort.
List of UsageAttributionSort.
List of UsageAttributionSort.
List of UsageAttributionSort.
List of UsageAttributionSort.
List of UsageAttributionSort.
List of UsageAttributionSort.
List of UsageAttributionSort.
List of UsageAttributionSort.
List of UsageAttributionSort.
List of UsageAttributionSort.
List of UsageAttributionSort.
List of UsageAttributionSort.
List of UsageAttributionSort.
List of UsageAttributionSort.
List of UsageAttributionSort.
List of UsageAttributionSort.
List of UsageAttributionSort.
List of UsageAttributionSort.
List of UsageAttributionSort.
List of UsageAttributionSort.
List of UsageAttributionSort.
List of UsageAttributionSupportedMetrics.
List of UsageAttributionSupportedMetrics.
List of UsageAttributionSupportedMetrics.
List of UsageAttributionSupportedMetrics.
List of UsageAttributionSupportedMetrics.
List of UsageAttributionSupportedMetrics.
List of UsageAttributionSupportedMetrics.
List of UsageAttributionSupportedMetrics.
List of UsageAttributionSupportedMetrics.
List of UsageAttributionSupportedMetrics.
List of UsageAttributionSupportedMetrics.
List of UsageAttributionSupportedMetrics.
List of UsageAttributionSupportedMetrics.
List of UsageAttributionSupportedMetrics.
List of UsageAttributionSupportedMetrics.
List of UsageAttributionSupportedMetrics.
List of UsageAttributionSupportedMetrics.
List of UsageAttributionSupportedMetrics.
List of UsageAttributionSupportedMetrics.
List of UsageAttributionSupportedMetrics.
List of UsageAttributionSupportedMetrics.
List of UsageAttributionSupportedMetrics.
List of UsageAttributionSupportedMetrics.
List of UsageAttributionSupportedMetrics.
List of UsageAttributionSupportedMetrics.
List of UsageAttributionSupportedMetrics.
List of UsageAttributionSupportedMetrics.
List of UsageAttributionSupportedMetrics.
List of UsageAttributionSupportedMetrics.
List of UsageMetricCategory.
List of UsageMetricCategory.
List of UsageReportsType.
List of UsageSort.
List of UsageSort.
List of UsageSort.
List of UsageSort.
List of UsageSortDirection.
List of UsageSortDirection.
List of WidgetAggregator.
List of WidgetAggregator.
List of WidgetAggregator.
List of WidgetAggregator.
List of WidgetAggregator.
List of WidgetChangeType.
List of WidgetChangeType.
List of WidgetColorPreference.
List of WidgetColorPreference.
List of WidgetComparator.
List of WidgetComparator.
List of WidgetComparator.
List of WidgetComparator.
List of WidgetCompareTo.
List of WidgetCompareTo.
List of WidgetCompareTo.
List of WidgetCompareTo.
List of WidgetDisplayType.
List of WidgetDisplayType.
List of WidgetDisplayType.
List of WidgetEventSize.
List of WidgetEventSize.
List of WidgetGrouping.
List of WidgetGrouping.
List of WidgetHorizontalAlign.
List of WidgetHorizontalAlign.
List of WidgetHorizontalAlign.
List of WidgetImageSizing.
List of WidgetImageSizing.
List of WidgetImageSizing.
List of WidgetImageSizing.
List of WidgetImageSizing.
List of WidgetImageSizing.
List of WidgetImageSizing.
List of WidgetImageSizing.
List of WidgetLayoutType.
List of WidgetLineType.
List of WidgetLineType.
List of WidgetLineType.
List of WidgetLineWidth.
List of WidgetLineWidth.
List of WidgetLineWidth.
List of WidgetLiveSpan.
List of WidgetLiveSpan.
List of WidgetLiveSpan.
List of WidgetLiveSpan.
List of WidgetLiveSpan.
List of WidgetLiveSpan.
List of WidgetLiveSpan.
List of WidgetLiveSpan.
List of WidgetLiveSpan.
List of WidgetLiveSpan.
List of WidgetLiveSpan.
List of WidgetLiveSpan.
List of WidgetLiveSpan.
List of WidgetLiveSpan.
List of WidgetLiveSpan.
List of WidgetMargin.
List of WidgetMargin.
List of WidgetMargin.
List of WidgetMargin.
List of WidgetMargin.
List of WidgetMessageDisplay.
List of WidgetMessageDisplay.
List of WidgetMessageDisplay.
List of WidgetMonitorSummaryDisplayFormat.
List of WidgetMonitorSummaryDisplayFormat.
List of WidgetMonitorSummaryDisplayFormat.
List of WidgetMonitorSummarySort.
List of WidgetMonitorSummarySort.
List of WidgetMonitorSummarySort.
List of WidgetMonitorSummarySort.
List of WidgetMonitorSummarySort.
List of WidgetMonitorSummarySort.
List of WidgetMonitorSummarySort.
List of WidgetMonitorSummarySort.
List of WidgetMonitorSummarySort.
List of WidgetMonitorSummarySort.
List of WidgetMonitorSummarySort.
List of WidgetMonitorSummarySort.
List of WidgetMonitorSummarySort.
List of WidgetMonitorSummarySort.
List of WidgetMonitorSummarySort.
List of WidgetNodeType.
List of WidgetNodeType.
List of WidgetOrderBy.
List of WidgetOrderBy.
List of WidgetOrderBy.
List of WidgetOrderBy.
List of WidgetPalette.
List of WidgetPalette.
List of WidgetPalette.
List of WidgetPalette.
List of WidgetPalette.
List of WidgetPalette.
List of WidgetPalette.
List of WidgetPalette.
List of WidgetPalette.
List of WidgetPalette.
List of WidgetPalette.
List of WidgetPalette.
List of WidgetPalette.
List of WidgetPalette.
List of WidgetPalette.
List of WidgetPalette.
List of WidgetPalette.
List of WidgetPalette.
List of WidgetPalette.
List of WidgetServiceSummaryDisplayFormat.
List of WidgetServiceSummaryDisplayFormat.
List of WidgetServiceSummaryDisplayFormat.
List of WidgetSizeFormat.
List of WidgetSizeFormat.
List of WidgetSizeFormat.
List of WidgetSort.
List of WidgetSort.
List of WidgetSummaryType.
List of WidgetSummaryType.
List of WidgetSummaryType.
List of WidgetTextAlign.
List of WidgetTextAlign.
List of WidgetTextAlign.
List of WidgetTickEdge.
List of WidgetTickEdge.
List of WidgetTickEdge.
List of WidgetTickEdge.
List of WidgetTimeWindows.
List of WidgetTimeWindows.
List of WidgetTimeWindows.
List of WidgetTimeWindows.
List of WidgetTimeWindows.
List of WidgetTimeWindows.
List of WidgetTimeWindows.
List of WidgetTimeWindows.
List of WidgetVerticalAlign.
List of WidgetVerticalAlign.
List of WidgetVerticalAlign.
List of WidgetViewMode.
List of WidgetViewMode.
List of WidgetViewMode.
List of WidgetVizType.
List of WidgetVizType.

# Variables

ContextAccessToken takes a string oauth2 access token as authentication for the request.
ContextAPIKeys takes a string apikey as authentication for the request.
ContextBasicAuth takes BasicAuth as authentication for the request.
ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request.
ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
ContextOperationServerIndices uses a server configuration from the index mapping.
ContextOperationServerVariables overrides a server configuration variables using operation specific values.
ContextServerIndex uses a server configuration from the index.
ContextServerVariables overrides a server configuration variables.

# Structs

AlertGraphWidgetDefinition Alert graphs are timeseries graphs showing the current status of any monitor defined on your system.
AlertValueWidgetDefinition Alert values are query values showing the current value of the metric in any monitor defined on your system.
APIClient manages communication with the Datadog API V1 Collection API v1.0 In most cases there should be only one, shared, APIClient.
APIErrorResponse Error response object.
ApiKey Datadog API key.
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
ApiKeyListResponse List of API and application keys available for a given organization.
ApiKeyResponse An API key with its associated metadata.
APIResponse stores the API response returned by the server.
ApmStatsQueryColumnType Column properties.
ApmStatsQueryDefinition The APM stats query for table and distributions widgets.
ApplicationKey An application key with its associated metadata.
ApplicationKeyListResponse An application key response.
ApplicationKeyResponse An application key response.
AuthenticationValidationResponse Represent validation endpoint responses.
AWSAccount Returns the AWS account associated with this integration.
AWSAccountAndLambdaRequest AWS account ID and Lambda ARN.
AWSAccountCreateResponse The Response returned by the AWS Create Account call.
AWSAccountListResponse List of enabled AWS accounts.
AWSLogsAsyncError Description of errors.
AWSLogsAsyncResponse A list of all Datadog-AWS logs integrations available in your Datadog organization.
AWSLogsLambda Description of the Lambdas.
AWSLogsListResponse A list of all Datadog-AWS logs integrations available in your Datadog organization.
AWSLogsListServicesResponse The list of current AWS services for which Datadog offers automatic log collection.
AWSLogsServicesRequest A list of current AWS services for which Datadog offers automatic log collection.
AWSTagFilter A tag filter.
AWSTagFilterCreateRequest The objects used to set an AWS tag filter.
AWSTagFilterDeleteRequest The objects used to delete an AWS tag filter entry.
AWSTagFilterListResponse An array of tag filter rules by `namespace` and tag filter string.
AzureAccount Datadog-Azure integrations configured for your organization.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
CancelDowntimesByScopeRequest Cancel downtimes according to scope.
CanceledDowntimesIds Object containing array of IDs of canceled downtimes.
ChangeWidgetDefinition The Change graph shows you the change in a value over the time period chosen.
ChangeWidgetRequest Updated change widget.
CheckCanDeleteMonitorResponse Response of monitor IDs that can or can't be safely deleted.
CheckCanDeleteMonitorResponseData Wrapper object with the list of monitor IDs.
CheckCanDeleteSLOResponse A service level objective response containing the requested object.
CheckCanDeleteSLOResponseData An array of service level objective objects.
CheckStatusWidgetDefinition Check status shows the current status or number of results for any check performed.
Configuration stores the configuration of the API client.
No description provided by the author
Creator Object describing the creator of the shared element.
Dashboard A dashboard is Datadog’s tool for visually tracking, analyzing, and displaying key performance metrics, which enable you to monitor the health of your infrastructure.
DashboardDeleteResponse Response from the delete dashboard call.
DashboardList Your Datadog Dashboards.
DashboardListDeleteResponse Deleted dashboard details.
DashboardListListResponse Information on your dashboard lists.
DashboardSummary Dashboard summary response.
DashboardSummaryDefinition Dashboard definition.
DashboardTemplateVariable Template variable.
DashboardTemplateVariablePreset Template variables saved views.
DashboardTemplateVariablePresetValue Template variables saved views.
DeletedMonitor Response from the delete monitor call.
No description provided by the author
No description provided by the author
No description provided by the author
DistributionWidgetDefinition The Distribution visualization is another way of showing metrics aggregated across one or several tags, such as hosts.
DistributionWidgetRequest Updated distribution widget.
DistributionWidgetXAxis X Axis controls for the distribution widget.
DistributionWidgetYAxis Y Axis controls for the distribution widget.
Downtime Downtiming gives you greater control over monitor notifications by allowing you to globally exclude scopes from alerting.
DowntimeChild The downtime object definition of the active child for the original parent recurring downtime.
DowntimeRecurrence An object defining the recurrence of the downtime.
Event Object representing an event.
EventCreateRequest Object representing an event.
EventCreateResponse Object containing an event response.
EventListResponse An event list response.
EventQueryDefinition The event query.
EventResponse Object containing an event response.
EventStreamWidgetDefinition The event stream is a widget version of the stream of events on the Event Stream view.
EventTimelineWidgetDefinition The event timeline is a widget version of the timeline that appears at the top of the Event Stream view.
FormulaAndFunctionEventQueryDefinition A formula and functions events query.
FormulaAndFunctionEventQueryDefinitionCompute Compute options.
FormulaAndFunctionEventQueryDefinitionSearch Search options.
FormulaAndFunctionEventQueryGroupBy List of objects used to group by.
FormulaAndFunctionEventQueryGroupBySort Options for sorting group by results.
FormulaAndFunctionMetricQueryDefinition A formula and functions metrics query.
FormulaAndFunctionProcessQueryDefinition Process query using formulas and functions.
FormulaAndFunctionQueryDefinition - A formula and function query.
FreeTextWidgetDefinition Free text is a widget that allows you to add headings to your screenboard.
GCPAccount Your Google Cloud Platform Account.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
GeomapWidgetDefinition This visualization displays a series of values by country on a world map.
GeomapWidgetDefinitionStyle The style to apply to the widget.
GeomapWidgetDefinitionView The view of the world that the map should render.
GeomapWidgetRequest An updated geomap widget.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GraphSnapshot Object representing a graph snapshot.
GroupWidgetDefinition The groups widget allows you to keep similar graphs together on your timeboard.
HeatMapWidgetDefinition The heat map visualization shows metrics aggregated across many tags, such as hosts.
HeatMapWidgetRequest Updated heat map widget.
Host Object representing a host.
HostListResponse Response with Host information from Datadog.
HostMapRequest Updated host map.
HostMapWidgetDefinition The host map widget graphs any metric across your hosts using the same visualization available from the main Host Map page.
HostMapWidgetDefinitionRequests List of definitions.
HostMapWidgetDefinitionStyle The style to apply to the widget.
HostMeta Metadata associated with your host.
HostMetrics Host Metrics collected.
HostMuteResponse Response with the list of muted host for your organization.
HostMuteSettings Combination of settings to mute a host.
HostTags Set of tags to associate with your host.
HostTotals Total number of host currently monitored by Datadog.
HTTPLogError Invalid query performed.
HTTPLogItem Logs that are sent over HTTP.
IdpFormData Object describing the IdP configuration.
IdpResponse The IdP response object.
IFrameWidgetDefinition The iframe widget allows you to embed a portion of any other web page on your dashboard.
ImageWidgetDefinition The image widget allows you to embed an image on your dashboard.
IntakePayloadAccepted The payload accepted for intake.
IPPrefixesAgents Available prefix information for the Agent endpoints.
IPPrefixesAPI Available prefix information for the API endpoints.
IPPrefixesAPM Available prefix information for the APM endpoints.
IPPrefixesLogs Available prefix information for the Logs endpoints.
IPPrefixesProcess Available prefix information for the Process endpoints.
IPPrefixesSynthetics Available prefix information for the Synthetics endpoints.
IPPrefixesWebhooks Available prefix information for the Webhook endpoints.
IPRanges IP ranges.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Log Object describing a log after being processed and stored by Datadog.
LogContent JSON object containing all log attributes and their associated values.
LogQueryDefinition The log query.
LogQueryDefinitionGroupBy Defined items in the group.
LogQueryDefinitionGroupBySort Define a sorting method.
LogQueryDefinitionSearch The query being made on the logs.
LogsAPIError Error returned by the Logs API.
LogsAPIErrorResponse Response returned by the Logs API when errors occur.
LogsArithmeticProcessor Use the Arithmetic Processor to add a new attribute (without spaces or special characters in the new attribute name) to a log with the result of the provided formula.
LogsAttributeRemapper The remapper processor remaps any source attribute(s) or tag to another target attribute or tag.
LogsByRetention Object containing logs usage data broken down by retention period.
LogsByRetentionMonthlyUsage Object containing a summary of indexed logs usage by retention period for a single month.
LogsByRetentionOrgs Indexed logs usage summary for each organization for each retention period with usage.
LogsByRetentionOrgUsage Indexed logs usage by retention for a single organization.
LogsCategoryProcessor Use the Category Processor to add a new attribute (without spaces or special characters in the new attribute name) to a log matching a provided search query.
LogsCategoryProcessorCategory Object describing the logs filter.
LogsDateRemapper As Datadog receives logs, it timestamps them using the value(s) from any of these default attributes.
LogsExclusion Represents the index exclusion filter object from configuration API.
LogsExclusionFilter Exclusion filter is defined by a query, a sampling rule, and a active/inactive toggle.
LogsFilter Filter for logs.
LogsGeoIPParser The GeoIP parser takes an IP address attribute and extracts if available the Continent, Country, Subdivision, and City information in the target attribute path.
LogsGrokParser Create custom grok rules to parse the full message or [a specific attribute of your raw event](https://docs.datadoghq.com/logs/processing/parsing/#advanced-settings).
LogsGrokParserRules Set of rules for the grok parser.
LogsIndex Object describing a Datadog Log index.
LogsIndexesOrder Object containing the ordered list of log index names.
LogsIndexListResponse Object with all Index configurations for a given organization.
LogsIndexUpdateRequest Object for updating a Datadog Log index.
LogsListRequest Object to send with the request to retrieve a list of logs from your Organization.
LogsListRequestTime Timeframe to retrieve the log from.
LogsListResponse Response object with all logs matching the request and pagination information.
LogsLookupProcessor Use the Lookup Processor to define a mapping between a log attribute and a human readable value saved in the processors mapping table.
LogsMessageRemapper The message is a key attribute in Datadog.
LogsPipeline Pipelines and processors operate on incoming logs, parsing and transforming them into structured attributes for easier querying.
LogsPipelineProcessor Nested Pipelines are pipelines within a pipeline.
LogsPipelinesOrder Object containing the ordered list of pipeline IDs.
LogsProcessor - Definition of a logs processor.
LogsQueryCompute Define computation for a log query.
LogsRetentionAggSumUsage Object containing indexed logs usage aggregated across organizations and months for a retention period.
LogsRetentionSumUsage Object containing indexed logs usage grouped by retention period and summed.
LogsServiceRemapper Use this processor if you want to assign one or more attributes as the official service.
LogsStatusRemapper Use this Processor if you want to assign some attributes as the official status.
LogsStringBuilderProcessor Use the string builder processor to add a new attribute (without spaces or special characters) to a log with the result of the provided template.
LogsTraceRemapper There are two ways to improve correlation between application traces and logs.
LogStreamWidgetDefinition The Log Stream displays a log flow matching the defined query.
LogsURLParser This processor extracts query parameters and other important parameters from a URL.
LogsUserAgentParser The User-Agent parser takes a User-Agent attribute and extracts the OS, browser, device, and other user data.
MetricMetadata Object with all metric related metadata.
MetricSearchResponse Object containing the list of metrics matching the search query.
MetricSearchResponseResults Search result.
MetricsListResponse Object listing all metric names stored by Datadog since a given time.
MetricsPayload The metrics' payload.
MetricsQueryMetadata Object containing all metric names returned and their associated metadata.
MetricsQueryResponse Response Object that includes your query and the list of metrics retrieved.
MetricsQueryUnit Object containing the metric unit family, scale factor, name, and short name.
Monitor Object describing a monitor.
MonitorGroupSearchResponse The response of a monitor group search.
MonitorGroupSearchResponseCounts The counts of monitor groups per different criteria.
MonitorGroupSearchResult A single monitor group search result.
MonitorOptions List of options associated with your monitor.
MonitorOptionsAggregation Type of aggregation performed in the monitor query.
MonitorSearchResponse The response form a monitor search.
MonitorSearchResponseCounts The counts of monitors per different criteria.
MonitorSearchResponseMetadata Metadata about the response.
MonitorSearchResult Holds search results.
MonitorSearchResultNotification A notification triggered by the monitor.
MonitorState Wrapper object with the different monitor states.
MonitorStateGroup Monitor state for a single group.
MonitorSummaryWidgetDefinition The monitor summary widget displays a summary view of all your Datadog monitors, or a subset based on a query.
MonitorThresholds List of the different monitor threshold available.
MonitorThresholdWindowOptions Alerting time window options.
MonitorUpdateRequest Object describing a monitor update request.
NotebookAbsoluteTime Absolute timeframe.
NotebookAuthor Attributes of user object returned by the API.
NotebookCellCreateRequest The description of a notebook cell create request.
NotebookCellCreateRequestAttributes - The attributes of a notebook cell in create cell request.
NotebookCellResponse The description of a notebook cell response.
NotebookCellResponseAttributes - The attributes of a notebook cell response.
NotebookCellTime - Timeframe for the notebook cell.
NotebookCellUpdateRequest The description of a notebook cell update request.
NotebookCellUpdateRequestAttributes - The attributes of a notebook cell in update cell request.
NotebookCreateData The data for a notebook create request.
NotebookCreateDataAttributes The data attributes of a notebook.
NotebookCreateRequest The description of a notebook create request.
NotebookDistributionCellAttributes The attributes of a notebook `distribution` cell.
NotebookGlobalTime - Notebook global timeframe.
NotebookHeatMapCellAttributes The attributes of a notebook `heatmap` cell.
NotebookLogStreamCellAttributes The attributes of a notebook `log_stream` cell.
NotebookMarkdownCellAttributes The attributes of a notebook `markdown` cell.
NotebookMarkdownCellDefinition Text in a notebook is formatted with [Markdown](https://daringfireball.net/projects/markdown/), which enables the use of headings, subheadings, links, images, lists, and code blocks.
NotebookRelativeTime Relative timeframe.
NotebookResponse The description of a notebook response.
NotebookResponseData The data for a notebook.
NotebookResponseDataAttributes The attributes of a notebook.
NotebookSplitBy Object describing how to split the graph to display multiple visualizations per request.
NotebooksResponse Notebooks get all response.
NotebooksResponseData The data for a notebook in get all response.
NotebooksResponseDataAttributes The attributes of a notebook in get all response.
NotebooksResponseMeta Metadata returned by the API.
NotebooksResponsePage Pagination metadata returned by the API.
NotebookTimeseriesCellAttributes The attributes of a notebook `timeseries` cell.
NotebookToplistCellAttributes The attributes of a notebook `toplist` cell.
NotebookUpdateCell - Updating a notebook can either insert new cell(s) or update existing cell(s) by including the cell `id`.
NotebookUpdateData The data for a notebook update request.
NotebookUpdateDataAttributes The data attributes of a notebook.
NotebookUpdateRequest The description of a notebook update request.
NoteWidgetDefinition The notes and links widget is similar to free text widget, but allows for more formatting options.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Organization Create, edit, and manage organizations.
OrganizationBilling A JSON array of billing type.
OrganizationCreateBody Object describing an organization to create.
OrganizationCreateResponse Response object for an organization creation.
OrganizationListResponse Response with the list of organizations.
OrganizationResponse Response with an organization.
OrganizationSettings A JSON array of settings.
OrganizationSettingsSaml Set the boolean property enabled to enable or disable single sign on with SAML.
OrganizationSettingsSamlAutocreateUsersDomains Has two properties, `enabled` (boolean) and `domains`, which is a list of domains without the @ symbol.
OrganizationSettingsSamlIdpInitiatedLogin Has one property enabled (boolean).
OrganizationSettingsSamlStrictMode Has one property enabled (boolean).
OrganizationSubscription Subscription definition.
PagerDutyService The PagerDuty service that is available for integration with Datadog.
PagerDutyServiceKey PagerDuty service object key.
PagerDutyServiceName PagerDuty service object name.
ProcessQueryDefinition The process query to use in the widget.
QueryValueWidgetDefinition Query values display the current value of a given metric, APM, or log query.
QueryValueWidgetRequest Updated query value widget.
ScatterPlotRequest Updated scatter plot.
ScatterPlotWidgetDefinition The scatter plot visualization allows you to graph a chosen scope over two different metrics with their respective aggregation.
ScatterPlotWidgetDefinitionRequests Widget definition.
No description provided by the author
No description provided by the author
Series A metric to submit to Datadog.
ServerConfiguration stores the information about a server.
ServerVariable stores the information about a server variable.
ServiceCheck An object containing service check and status.
ServiceLevelObjective A service level objective object includes a service level indicator, thresholds for one or more timeframes, and metadata (`name`, `description`, `tags`, etc.).
ServiceLevelObjectiveQuery A metric SLI query.
ServiceLevelObjectiveRequest A service level objective object includes a service level indicator, thresholds for one or more timeframes, and metadata (`name`, `description`, `tags`, etc.).
ServiceMapWidgetDefinition This widget displays a map of a service to all of the services that call it, and all of the services that it calls.
ServiceSummaryWidgetDefinition The service summary displays the graphs of a chosen service in your screenboard.
SlackIntegrationChannel The Slack channel configuration.
SlackIntegrationChannelDisplay Configuration options for what is shown in an alert event message.
SLOBulkDeleteError Object describing the error.
SLOBulkDeleteResponse The bulk partial delete service level objective object endpoint response.
SLOBulkDeleteResponseData An array of service level objective objects.
SLOCorrection The response object of a list of SLO corrections.
SLOCorrectionCreateData The data object associated with the SLO correction to be created.
SLOCorrectionCreateRequest An object that defines a correction to be applied to an SLO.
SLOCorrectionCreateRequestAttributes The attribute object associated with the SLO correction to be created.
SLOCorrectionListResponse A list of SLO correction objects.
SLOCorrectionResponse The response object of an SLO correction.
SLOCorrectionResponseAttributes The attribute object associated with the SLO correction.
SLOCorrectionUpdateData The data object associated with the SLO correction to be updated.
SLOCorrectionUpdateRequest An object that defines a correction to be applied to an SLO.
SLOCorrectionUpdateRequestAttributes The attribute object associated with the SLO correction to be updated.
SLODeleteResponse A response list of all service level objective deleted.
SLOHistoryMetrics A `metric` based SLO history response.
SLOHistoryMetricsSeries A representation of `metric` based SLO time series for the provided queries.
SLOHistoryMetricsSeriesMetadata Query metadata.
SLOHistoryMetricsSeriesMetadataUnit An Object of metric units.
SLOHistoryResponse A service level objective history response.
SLOHistoryResponseData An array of service level objective objects.
SLOHistoryResponseError A service level objective response containing the requested history.
SLOHistorySLIData An object that holds an SLI value and its associated data.
SLOListResponse A response with one or more service level objective.
SLOListResponseMetadata The metadata object containing additional information about the list of SLOs.
SLOListResponseMetadataPage The object containing information about the pages of the list of SLOs.
SLOResponse A service level objective response containing a single service level objective.
SLOResponseData A service level objective object includes a service level indicator, thresholds for one or more timeframes, and metadata (`name`, `description`, `tags`, etc.).
SLOThreshold SLO thresholds (target and optionally warning) for a single time window.
SLOWidgetDefinition Use the SLO and uptime widget to track your SLOs (Service Level Objectives) and uptime on screenboards and timeboards.
No description provided by the author
SyntheticsAPIStep The steps used in a Synthetics multistep API test.
SyntheticsAPITest Object containing details about a Synthetic API test.
SyntheticsAPITestConfig Configuration object for a Synthetic API test.
SyntheticsAPITestResultData Object containing results for your Synthetic API test.
SyntheticsAPITestResultFull Object returned describing a API test result.
SyntheticsAPITestResultFullCheck Object describing the API test configuration.
SyntheticsAPITestResultShort Object with the results of a single Synthetic API test.
SyntheticsAPITestResultShortResult Result of the last API test run.
SyntheticsAssertion - Object describing the assertions type, their associated operator, which property they apply, and upon which target.
SyntheticsAssertionJSONPathTarget An assertion for the `validatesJSONPath` operator.
SyntheticsAssertionJSONPathTargetTarget Composed target for `validatesJSONPath` operator.
SyntheticsAssertionTarget An assertion which uses a simple target.
SyntheticsBasicAuth Object to handle basic authentication when performing the test.
SyntheticsBrowserError Error response object for a browser test.
SyntheticsBrowserTest Object containing details about a Synthetic browser test.
SyntheticsBrowserTestConfig Configuration object for a Synthetic browser test.
SyntheticsBrowserTestResultData Object containing results for your Synthetic browser test.
SyntheticsBrowserTestResultFull Object returned describing a browser test result.
SyntheticsBrowserTestResultFullCheck Object describing the browser test configuration.
SyntheticsBrowserTestResultShort Object with the results of a single Synthetic browser test.
SyntheticsBrowserTestResultShortResult Object with the result of the last browser test run.
SyntheticsBrowserVariable Object defining a variable that can be used in your browser test.
SyntheticsCITest Test configuration for Synthetics CI.
SyntheticsCITestBody Object describing the synthetics tests to trigger.
SyntheticsCITestMetadata Metadata for the Synthetics tests run.
SyntheticsCITestMetadataCi Describe CI provider.
SyntheticsCITestMetadataGit Git information.
SyntheticsConfigVariable Object defining a variable that can be used in your test configuration.
SyntheticsCoreWebVitals Core Web Vitals attached to a browser test step.
SyntheticsDeletedTest Object containing a deleted Synthetic test ID with the associated deletion timestamp.
SyntheticsDeleteTestsPayload A JSON list of the ID or IDs of the Synthetic tests that you want to delete.
SyntheticsDeleteTestsResponse Response object for deleting Synthetic tests.
SyntheticsDevice Object describing the device used to perform the Synthetic test.
SyntheticsGetAPITestLatestResultsResponse Object with the latest Synthetic API test run.
SyntheticsGetBrowserTestLatestResultsResponse Object with the latest Synthetic browser test run.
SyntheticsGlobalVariable Synthetics global variable.
SyntheticsGlobalVariableParseTestOptions Parser options to use for retrieving a Synthetics global variable from a Synthetics Test.
SyntheticsGlobalVariableValue Value of the global variable.
SyntheticsListGlobalVariablesResponse Object containing an array of Synthetic global variables.
SyntheticsListTestsResponse Object containing an array of Synthetic tests configuration.
SyntheticsLocation Synthetic location that can be used when creating or editing a test.
SyntheticsLocations List of Synthetics locations.
SyntheticsParsingOptions Parsing options for variables to extract.
SyntheticsPrivateLocation Object containing information about the private location to create.
SyntheticsPrivateLocationCreationResponse Object that contains the new private location, the public key for result encryption, and the configuration skeleton.
SyntheticsPrivateLocationCreationResponseResultEncryption Public key for the result encryption.
SyntheticsPrivateLocationSecrets Secrets for the private location.
SyntheticsPrivateLocationSecretsAuthentication Authentication part of the secrets.
SyntheticsPrivateLocationSecretsConfigDecryption Private key for the private location.
SyntheticsSSLCertificate Object describing the SSL certificate used for a Synthetic test.
SyntheticsSSLCertificateIssuer Object describing the issuer of a SSL certificate.
SyntheticsSSLCertificateSubject Object describing the SSL certificate used for the test.
SyntheticsStep The steps used in a Synthetics browser test.
SyntheticsStepDetail Object describing a step for a Synthetic test.
SyntheticsStepDetailWarning Object collecting warnings for a given step.
SyntheticsTestConfig Configuration object for a Synthetic test.
SyntheticsTestDetails Object containing details about your Synthetic test.
SyntheticsTestOptions Object describing the extra options for a Synthetic test.
SyntheticsTestOptionsMonitorOptions Object containing the options for a Synthetic test as a monitor (for example, renotification).
SyntheticsTestOptionsRetry Object describing the retry strategy to apply to a Synthetic test.
SyntheticsTestRequest Object describing the Synthetic test request.
SyntheticsTestRequestCertificate Client certificate to use when performing the test request.
SyntheticsTestRequestCertificateItem Define a request certificate.
SyntheticsTiming Object containing all metrics and their values collected for a Synthetic API test.
SyntheticsTriggerCITestLocation Synthetics location.
SyntheticsTriggerCITestRunResult Information about a single test run.
SyntheticsTriggerCITestsResponse Object containing information about the tests triggered.
SyntheticsUpdateTestPauseStatusPayload Object to start or pause an existing Synthetic test.
SyntheticsVariableParser Details of the parser to use for the global variable.
TableWidgetDefinition The table visualization is available on timeboards and screenboards.
TableWidgetRequest Updated table widget.
TagToHosts In this object, the key is the tag, the value is a list of host names that are reporting that tag.
TimeseriesWidgetDefinition The timeseries visualization allows you to display the evolution of one or more metrics, log events, or Indexed Spans over time.
TimeseriesWidgetExpressionAlias Define an expression alias.
TimeseriesWidgetRequest Updated timeseries widget.
ToplistWidgetDefinition The top list visualization enables you to display a list of Tag value like hostname or service with the most or least of any metric value, such as highest consumers of CPU, hosts with the least disk space, etc.
ToplistWidgetRequest Updated top list widget.
No description provided by the author
No description provided by the author
UsageAnalyzedLogsHour The number of analyzed logs for each hour for a given organization.
UsageAnalyzedLogsResponse A response containing the number of analyzed logs for each hour for a given organization.
UsageAttributionAggregatesBody The object containing the aggregates.
UsageAttributionBody Usage Summary by tag for a given organization.
UsageAttributionMetadata The object containing document metadata.
UsageAttributionPagination The metadata for the current pagination.
UsageAttributionResponse Response containing the Usage Summary by tag(s).
UsageAttributionValues Fields in Usage Summary by tag(s).
UsageBillableSummaryBody Response with properties for each aggregated usage type.
UsageBillableSummaryHour Response with monthly summary of data billed by Datadog.
UsageBillableSummaryKeys Response with aggregated usage types.
UsageBillableSummaryResponse Response with monthly summary of data billed by Datadog.
UsageComplianceHour Compliance Monitoring usage for a given organization for a given hour.
UsageComplianceResponse The response containing the Compliance Monitoring usage for each hour for a given organization.
UsageCustomReportsAttributes The response containing attributes for custom reports.
UsageCustomReportsData The response containing the date and type for custom reports.
UsageCustomReportsMeta The object containing document metadata.
UsageCustomReportsPage The object containing page total count.
UsageCustomReportsResponse Response containing available custom reports.
UsageFargateHour Number of Fargate tasks run and hourly usage.
UsageFargateResponse Response containing the number of Fargate tasks run and hourly usage.
UsageHostHour Number of hosts/containers recorded for each hour for a given organization.
UsageHostsResponse Host usage response.
UsageIncidentManagementHour Incident management usage for a given organization for a given hour.
UsageIncidentManagementResponse Response containing the incident management usage for each hour for a given organization.
UsageIndexedSpansHour The hours of indexed spans usage.
UsageIndexedSpansResponse A response containing indexed spans usage.
UsageIngestedSpansHour Ingested spans usage for a given organization for a given hour.
UsageIngestedSpansResponse Response containing the ingested spans usage for each hour for a given organization.
UsageIoTHour IoT usage for a given organization for a given hour.
UsageIoTResponse Response containing the IoT usage for each hour for a given organization.
UsageLambdaHour Number of lambda functions and sum of the invocations of all lambda functions for each hour for a given organization.
UsageLambdaResponse Response containing the number of lambda functions and sum of the invocations of all lambda functions for each hour for a given organization.
UsageLogsByIndexHour Number of indexed logs for each hour and index for a given organization.
UsageLogsByIndexResponse Response containing the number of indexed logs for each hour and index for a given organization.
UsageLogsByRetentionHour The number of indexed logs for each hour for a given organization broken down by retention period.
UsageLogsByRetentionResponse Response containing the indexed logs usage broken down by retention period for an organization during a given hour.
UsageLogsHour Hour usage for logs.
UsageLogsResponse Response containing the number of logs for each hour.
UsageNetworkFlowsHour Number of netflow events indexed for each hour for a given organization.
UsageNetworkFlowsResponse Response containing the number of netflow events indexed for each hour for a given organization.
UsageNetworkHostsHour Number of active NPM hosts for each hour for a given organization.
UsageNetworkHostsResponse Response containing the number of active NPM hosts for each hour for a given organization.
UsageProfilingHour The number of profiled hosts for each hour for a given organization.
UsageProfilingResponse Response containing the number of profiled hosts for each hour for a given organization.
UsageRumSessionsHour Number of RUM Sessions recorded for each hour for a given organization.
UsageRumSessionsResponse Response containing the number of RUM Sessions for each hour for a given organization.
UsageSNMPHour The number of SNMP devices for each hour for a given organization.
UsageSNMPResponse Response containing the number of SNMP devices for each hour for a given organization.
UsageSpecifiedCustomReportsAttributes The response containing attributes for specified custom reports.
UsageSpecifiedCustomReportsData Response containing date and type for specified custom reports.
UsageSpecifiedCustomReportsMeta The object containing document metadata.
UsageSpecifiedCustomReportsPage The object containing page total count for specified ID.
UsageSpecifiedCustomReportsResponse Returns available specified custom reports.
UsageSummaryDate Response with hourly report of all data billed by Datadog all organizations.
UsageSummaryDateOrg Global hourly report of all data billed by Datadog for a given organization.
UsageSummaryResponse Response with hourly report of all data billed by Datadog all organizations.
UsageSyntheticsAPIHour Number of Synthetics API tests run for each hour for a given organization.
UsageSyntheticsAPIResponse Response containing the number of Synthetics API tests run for each hour for a given organization.
UsageSyntheticsBrowserHour Number of Synthetics Browser tests run for each hour for a given organization.
UsageSyntheticsBrowserResponse Response containing the number of Synthetics Browser tests run for each hour for a given organization.
UsageSyntheticsHour The number of synthetics tests run for each hour for a given organization.
UsageSyntheticsResponse Response containing the number of Synthetics API tests run for each hour for a given organization.
UsageTimeseriesHour The hourly usage of timeseries.
UsageTimeseriesResponse Response containing hourly usage of timeseries.
UsageTopAvgMetricsHour Number of hourly recorded custom metrics for a given organization.
UsageTopAvgMetricsMetadata The object containing document metadata.
UsageTopAvgMetricsResponse Response containing the number of hourly recorded custom metrics for a given organization.
UsageTraceHour The hours of trace usage.
UsageTraceResponse A response containing trace usage.
UsageTracingWithoutLimitsHour Tracing without limits usage for a given organization for a given hour.
UsageTracingWithoutLimitsResponse Response containing the tracing without limits usage for each hour for a given organization.
User Create, edit, and disable users.
UserDisableResponse Array of user disabled for a given organization.
UserListResponse Array of Datadog users for a given organization.
UserResponse A Datadog User.
Widget Information about widget.
WidgetAxis Axis controls for the widget.
WidgetConditionalFormat Define a conditional format for the widget.
WidgetCustomLink Custom links help you connect a data value to a URL, like a Datadog page or your AWS console.
WidgetDefinition - [Definition of the widget](https://docs.datadoghq.com/dashboards/widgets/).
WidgetEvent Event overlay control options.
WidgetFieldSort Which column and order to sort by.
WidgetFormula Formula to be used in a widget query.
WidgetFormulaLimit Options for limiting results returned.
WidgetLayout The layout for a widget on a `free` or **new dashboard layout** dashboard.
WidgetMarker Markers allow you to add visual conditional formatting for your graphs.
WidgetRequestStyle Define request widget style.
WidgetStyle Widget style definition.
WidgetTime Time setting for the widget.

# Type aliases

AccessRole The access role of the user.
AlertGraphWidgetDefinitionType Type of the alert graph widget.
AlertValueWidgetDefinitionType Type of the alert value widget.
ApmStatsQueryRowType The level of detail for the request.
AuthenticationApiService AuthenticationApi service.
AWSIntegrationApiService AWSIntegrationApi service.
AWSLogsIntegrationApiService AWSLogsIntegrationApi service.
AWSNamespace The namespace associated with the tag filter entry.
AzureIntegrationApiService AzureIntegrationApi service.
ChangeWidgetDefinitionType Type of the change widget.
CheckStatusWidgetDefinitionType Type of the check status widget.
ContentEncoding HTTP header used to compress the media-type.
DashboardLayoutType Layout type of the dashboard.
DashboardListsApiService DashboardListsApi service.
DashboardReflowType Reflow type for a **new dashboard layout** dashboard.
DashboardsApiService DashboardsApi service.
DistributionWidgetDefinitionType Type of the distribution widget.
DowntimesApiService DowntimesApi service.
EventAlertType If an alert event is enabled, set its type.
EventPriority The priority of the event.
EventsApiService EventsApi service.
EventStreamWidgetDefinitionType Type of the event stream widget.
EventTimelineWidgetDefinitionType Type of the event timeline widget.
FormulaAndFunctionEventAggregation Aggregation methods for event platform queries.
FormulaAndFunctionEventsDataSource Data source for event platform-based queries.
FormulaAndFunctionMetricAggregation The aggregation methods available for metrics queries.
FormulaAndFunctionMetricDataSource Data source for metrics queries.
FormulaAndFunctionProcessQueryDataSource Data sources that rely on the process backend.
FormulaAndFunctionResponseFormat Timeseries or Scalar response.
FreeTextWidgetDefinitionType Type of the free text widget.
GCPIntegrationApiService GCPIntegrationApi service.
GeomapWidgetDefinitionType Type of the geomap widget.
GroupWidgetDefinitionType Type of the group widget.
HeatMapWidgetDefinitionType Type of the heat map widget.
HostMapWidgetDefinitionType Type of the host map widget.
HostsApiService HostsApi service.
HTTPMethod The HTTP method.
IFrameWidgetDefinitionType Type of the iframe widget.
ImageWidgetDefinitionType Type of the image widget.
IPRangesApiService IPRangesApi service.
KeyManagementApiService KeyManagementApi service.
LogsApiService LogsApi service.
LogsArithmeticProcessorType Type of logs arithmetic processor.
LogsAttributeRemapperType Type of logs attribute remapper.
LogsCategoryProcessorType Type of logs category processor.
LogsDateRemapperType Type of logs date remapper.
LogsGeoIPParserType Type of GeoIP parser.
LogsGrokParserType Type of logs grok parser.
LogsIndexesApiService LogsIndexesApi service.
LogsLookupProcessorType Type of logs lookup processor.
LogsMessageRemapperType Type of logs message remapper.
LogsPipelineProcessorType Type of logs pipeline processor.
LogsPipelinesApiService LogsPipelinesApi service.
LogsServiceRemapperType Type of logs service remapper.
LogsSort Time-ascending `asc` or time-descending `desc`results.
LogsStatusRemapperType Type of logs status remapper.
LogsStringBuilderProcessorType Type of logs string builder processor.
LogsTraceRemapperType Type of logs trace remapper.
LogStreamWidgetDefinitionType Type of the log stream widget.
LogsURLParserType Type of logs URL parser.
LogsUserAgentParserType Type of logs User-Agent parser.
MetricsApiService MetricsApi service.
MonitorDeviceID ID of the device the Synthetics monitor is running on.
MonitorOverallStates The different states your monitor can be in.
MonitorsApiService MonitorsApi service.
MonitorSummaryWidgetDefinitionType Type of the monitor summary widget.
MonitorType The type of the monitor.
NotebookCellResourceType Type of the Notebook Cell resource.
NotebookGraphSize The size of the graph.
NotebookMarkdownCellDefinitionType Type of the markdown cell.
NotebookResourceType Type of the Notebook resource.
NotebooksApiService NotebooksApi service.
NotebookStatus Publication status of the notebook.
NoteWidgetDefinitionType Type of the note widget.
OrganizationsApiService OrganizationsApi service.
PagerDutyIntegrationApiService PagerDutyIntegrationApi service.
QuerySortOrder Direction of sort.
QueryValueWidgetDefinitionType Type of the query value widget.
ScatterPlotWidgetDefinitionType Type of the scatter plot widget.
ServerConfigurations stores multiple ServerConfiguration items.
ServiceChecksApiService ServiceChecksApi service.
ServiceCheckStatus The status of a service check.
ServiceLevelObjectiveCorrectionsApiService ServiceLevelObjectiveCorrectionsApi service.
ServiceLevelObjectivesApiService ServiceLevelObjectivesApi service.
ServiceMapWidgetDefinitionType Type of the service map widget.
ServiceSummaryWidgetDefinitionType Type of the service summary widget.
SlackIntegrationApiService SlackIntegrationApi service.
SLOCorrectionCategory Category the SLO correction belongs to.
SLOCorrectionType SLO correction resource type.
SLOErrorTimeframe The timeframe of the threshold associated with this error or \"all\" if all thresholds are affected.
SLOTimeframe The SLO time window options.
SLOType The type of the service level objective.
SLOTypeNumeric A numeric representation of the type of the service level objective (`0` for monitor, `1` for metric).
SLOWidgetDefinitionType Type of the SLO widget.
SnapshotsApiService SnapshotsApi service.
SyntheticsApiService SyntheticsApi service.
SyntheticsAPIStepSubtype The subtype of the Synthetic multistep API test step, currently only supporting `http`.
SyntheticsAPITestType Type of the Synthetic test, `api`.
SyntheticsAssertionJSONPathOperator Assertion operator to apply.
SyntheticsAssertionOperator Assertion operator to apply.
SyntheticsAssertionType Type of the assertion.
SyntheticsBrowserErrorType Error type returned by a browser test.
SyntheticsBrowserTestType Type of the Synthetic test, `browser`.
SyntheticsBrowserVariableType Type of browser test variable.
SyntheticsCheckType Type of assertion to apply in an API test.
SyntheticsConfigVariableType Type of the configuration variable.
SyntheticsDeviceID The device ID.
SyntheticsErrorCode Error code that can be returned by a Synthetic test.
SyntheticsGlobalVariableParserType Type of parser for a Synthetics global variable from a synthetics test.
SyntheticsGlobalVariableParseTestOptionsType Property of the Synthetics Test Response to use for a Synthetics global variable.
SyntheticsPlayingTab Navigate between different tabs for your browser test.
SyntheticsStepType Step type used in your Synthetic test.
SyntheticsTestDetailsSubType The subtype of the Synthetic API test, `http`, `ssl`, `tcp`, `dns`, `icmp` or `multi`.
SyntheticsTestDetailsType Type of the Synthetic test, either `api` or `browser`.
SyntheticsTestMonitorStatus The status of your Synthetic monitor.
SyntheticsTestPauseStatus Define whether you want to start (`live`) or pause (`paused`) a Synthetic test.
SyntheticsTestProcessStatus Status of a Synthetic test.
SyntheticsTickInterval The frequency at which to run the Synthetic test (in seconds).
SyntheticsWarningType User locator used.
TableWidgetCellDisplayMode Define a display mode for the table cell.
TableWidgetDefinitionType Type of the table widget.
TableWidgetHasSearchBar Controls the display of the search bar.
TagsApiService TagsApi service.
TargetFormatType If the `target_type` of the remapper is `attribute`, try to cast the value to a new specific type.
TimeseriesWidgetDefinitionType Type of the timeseries widget.
TimeseriesWidgetLegendColumn Legend column.
TimeseriesWidgetLegendLayout Layout of the legend.
ToplistWidgetDefinitionType Type of the top list widget.
UsageAttributionSort The field to sort by.
UsageAttributionSupportedMetrics Supported fields for usage attribution requests (valid requests contain one or more metrics, or `*` for all).
UsageMeteringApiService UsageMeteringApi service.
UsageMetricCategory Contains the metric category.
UsageReportsType The type of reports.
UsageSort The field to sort by.
UsageSortDirection The direction to sort by.
UsersApiService UsersApi service.
WidgetAggregator Aggregator used for the request.
WidgetChangeType Show the absolute or the relative change.
WidgetColorPreference Which color to use on the widget.
WidgetComparator Comparator to apply.
WidgetCompareTo Timeframe used for the change comparison.
WidgetDisplayType Type of display to use for the request.
WidgetEventSize Size to use to display an event.
WidgetGrouping The kind of grouping to use.
WidgetHorizontalAlign Horizontal alignment.
WidgetImageSizing How to size the image on the widget.
WidgetLayoutType Layout type of the group.
WidgetLineType Type of lines displayed.
WidgetLineWidth Width of line displayed.
WidgetLiveSpan The available timeframes depend on the widget you are using.
WidgetMargin Size of the margins around the image.
WidgetMessageDisplay Amount of log lines to display.
WidgetMonitorSummaryDisplayFormat What to display on the widget.
WidgetMonitorSummarySort Widget sorting methods.
WidgetNodeType Which type of node to use in the map.
WidgetOrderBy What to order by.
WidgetPalette Color palette to apply.
WidgetServiceSummaryDisplayFormat Number of columns to display.
WidgetSizeFormat Size of the widget.
WidgetSort Widget sorting methods.
WidgetSummaryType Which summary type should be used.
WidgetTextAlign How to align the text on the widget.
WidgetTickEdge Define how you want to align the text on the widget.
WidgetTimeWindows Define a time window.
WidgetVerticalAlign Vertical alignment.
WidgetViewMode Define how you want the SLO to be displayed.
WidgetVizType Whether to display the Alert Graph as a timeseries or a top list.