Documentation
¶
Index ¶
- func DataSourceTencentCloudBillingBudgetOperationLog() *schema.Resource
- func ResourceTencentCloudBillingAllocationTag() *schema.Resource
- func ResourceTencentCloudBillingBudget() *schema.Resource
- type BillingService
- func (me *BillingService) DescribeBillingAllocationTagById(ctx context.Context, tagKey string) (ret *billingv20180709.TagDataInfo, errRet error)
- func (me *BillingService) DescribeBillingBudgetById(ctx context.Context, budgetId string) (ret *billingv20180709.DescribeBudgetResponseParams, errRet error)
- func (me *BillingService) DescribeBillingBudgetOperationLogByFilter(ctx context.Context, param map[string]interface{}) (records []*billingv20180709.BudgetOperationLogEntity, errRet error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataSourceTencentCloudBillingBudgetOperationLog ¶ added in v1.82.27
func ResourceTencentCloudBillingBudget ¶ added in v1.82.27
Types ¶
type BillingService ¶
type BillingService struct {
// contains filtered or unexported fields
}
func NewBillingService ¶
func NewBillingService(client *connectivity.TencentCloudClient) BillingService
func (*BillingService) DescribeBillingAllocationTagById ¶
func (me *BillingService) DescribeBillingAllocationTagById(ctx context.Context, tagKey string) (ret *billingv20180709.TagDataInfo, errRet error)
func (*BillingService) DescribeBillingBudgetById ¶ added in v1.82.27
func (me *BillingService) DescribeBillingBudgetById(ctx context.Context, budgetId string) (ret *billingv20180709.DescribeBudgetResponseParams, errRet error)
func (*BillingService) DescribeBillingBudgetOperationLogByFilter ¶ added in v1.82.27
func (me *BillingService) DescribeBillingBudgetOperationLogByFilter(ctx context.Context, param map[string]interface{}) (records []*billingv20180709.BudgetOperationLogEntity, errRet error)
Click to show internal directories.
Click to hide internal directories.