Documentation
¶
Index ¶
- Constants
- type BillingReportTable
- func (t *BillingReportTable) GetDefaultFormat() formats.Format
- func (t *BillingReportTable) GetDescription() string
- func (t *BillingReportTable) GetSourceMetadata() ([]*table.SourceMetadata[*types.DynamicRow], error)
- func (t *BillingReportTable) GetTableDefinition() *schema.TableSchema
- func (t *BillingReportTable) Identifier() string
Constants ¶
View Source
const BillingReportTableIdentifier = "gcp_billing_report"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BillingReportTable ¶
type BillingReportTable struct {
table.CustomTableImpl
}
func (*BillingReportTable) GetDefaultFormat ¶
func (t *BillingReportTable) GetDefaultFormat() formats.Format
func (*BillingReportTable) GetDescription ¶
func (t *BillingReportTable) GetDescription() string
func (*BillingReportTable) GetSourceMetadata ¶
func (t *BillingReportTable) GetSourceMetadata() ([]*table.SourceMetadata[*types.DynamicRow], error)
func (*BillingReportTable) GetTableDefinition ¶
func (t *BillingReportTable) GetTableDefinition() *schema.TableSchema
func (*BillingReportTable) Identifier ¶
func (t *BillingReportTable) Identifier() string
Click to show internal directories.
Click to hide internal directories.