Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RateCardClientAPI ¶
type RateCardClientAPI interface {
Get(ctx context.Context, filter string) (result commerce.ResourceRateCardInfo, err error)
}
RateCardClientAPI contains the set of methods on the RateCardClient type.
type UsageAggregatesClientAPI ¶
type UsageAggregatesClientAPI interface { List(ctx context.Context, reportedStartTime date.Time, reportedEndTime date.Time, showDetails *bool, aggregationGranularity commerce.AggregationGranularity, continuationToken string) (result commerce.UsageAggregationListResultPage, err error) ListComplete(ctx context.Context, reportedStartTime date.Time, reportedEndTime date.Time, showDetails *bool, aggregationGranularity commerce.AggregationGranularity, continuationToken string) (result commerce.UsageAggregationListResultIterator, err error) }
UsageAggregatesClientAPI contains the set of methods on the UsageAggregatesClient type.
Click to show internal directories.
Click to hide internal directories.