# Functions

UnmarshalAPIStatusDetail unmarshals polymorphic APIStatusDetail.
UnmarshalAPIStatusDetailSlice unmarshals polymorphic slices of APIStatusDetail.

# Constants

PrometheusMetricsStatusERROR captures enum value "ERROR".
PrometheusMetricsStatusSUCCESS captures enum value "SUCCESS".
StorageBucketVisibilityPRIVATE captures enum value "PRIVATE".
StorageBucketVisibilityPUBLIC captures enum value "PUBLIC".

# Structs

DataMatrix A set of time series containing a range of data points over time for each time series swagger:model DataMatrix.
DataMatrixResult Time series containing a range of data points over time for each time series swagger:model DataMatrixResult.
DataValue An individual metric data point swagger:model DataValue.
DataVector A set of time series containing a single sample for each time series, all sharing the same timestamp swagger:model DataVector.
DataVectorResult Time series containing a single sample for each time series, all sharing the same timestamp swagger:model DataVectorResult.
GetCredentialsResponseCredential Storage credentials for a user swagger:model GetCredentialsResponseCredential.
MetricsData The data points in a metrics collection swagger:model MetricsData.
PaginationPageInfo Information about a paginated response This is modeled after the GraphQL Relay spec to support both cursor based pagination and traditional offset based pagination.
PaginationPageRequest Pagination request information This is modeled after the GraphQL Relay spec to support both cursor based pagination and traditional offset based pagination.
PrometheusMetrics A collection of metrics swagger:model prometheusMetrics.
StackpathapiStatus stackpathapi status swagger:model stackpathapiStatus.
StackpathRPCBadRequest stackpath rpc bad request swagger:model stackpath.rpc.BadRequest.
StackpathRPCBadRequestFieldViolation stackpath rpc bad request field violation swagger:model stackpath.rpc.BadRequest.FieldViolation.
StackpathRPCHelp stackpath rpc help swagger:model stackpath.rpc.Help.
StackpathRPCHelpLink stackpath rpc help link swagger:model stackpath.rpc.Help.Link.
StackpathRPCLocalizedMessage stackpath rpc localized message swagger:model stackpath.rpc.LocalizedMessage.
StackpathRPCPreconditionFailure stackpath rpc precondition failure swagger:model stackpath.rpc.PreconditionFailure.
StackpathRPCPreconditionFailureViolation stackpath rpc precondition failure violation swagger:model stackpath.rpc.PreconditionFailure.Violation.
StackpathRPCQuotaFailure stackpath rpc quota failure swagger:model stackpath.rpc.QuotaFailure.
StackpathRPCQuotaFailureViolation stackpath rpc quota failure violation swagger:model stackpath.rpc.QuotaFailure.Violation.
StackpathRPCRequestInfo stackpath rpc request info swagger:model stackpath.rpc.RequestInfo.
StackpathRPCResourceInfo stackpath rpc resource info swagger:model stackpath.rpc.ResourceInfo.
StackpathRPCRetryInfo stackpath rpc retry info swagger:model stackpath.rpc.RetryInfo.
StorageBucket storage bucket swagger:model storageBucket.
StorageCreateBucketRequest storage create bucket request swagger:model storageCreateBucketRequest.
StorageCreateBucketResponse The bucket created swagger:model storageCreateBucketResponse.
StorageGenerateCredentialsResponse A response with new credentials swagger:model storageGenerateCredentialsResponse.
StorageGetBucketResponse The bucket for the given stack swagger:model storageGetBucketResponse.
StorageGetBucketsResponse The buckets for the given stack swagger:model storageGetBucketsResponse.
StorageGetCredentialsResponse A response with new credentials swagger:model storageGetCredentialsResponse.
StorageUpdateBucketRequest storage update bucket request swagger:model storageUpdateBucketRequest.
StorageUpdateBucketResponse A response of the updated bucket swagger:model storageUpdateBucketResponse.

# Interfaces

APIStatusDetail api status detail swagger:discriminator apiStatusDetail @type.

# Type aliases

PrometheusMetricsStatus A metrics query's resulting status swagger:model prometheusMetricsStatus.
StorageBucketVisibility - PRIVATE: The bucket is private and only accessibly with credentials - PUBLIC: The bucket is public and accessible over the internet swagger:model storageBucketVisibility.