Class GcpUcConfigResponseDataAttributes

The definition of GcpUcConfigResponseDataAttributes object.

Hierarchy

  • GcpUcConfigResponseDataAttributes

Constructors

Properties

accountId?: string

The attributes account_id.

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
bucketName?: string

The attributes bucket_name.

createdAt?: string

The attributes created_at.

dataset?: string

The attributes dataset.

errorMessages?: string[]

The attributes error_messages.

exportPrefix?: string

The attributes export_prefix.

exportProjectName?: string

The attributes export_project_name.

months?: number

The attributes months.

projectId?: string

The attributes project_id.

serviceAccount?: string

The attributes service_account.

status?: string

The attributes status.

statusUpdatedAt?: string

The attributes status_updated_at.

updatedAt?: string

The attributes updated_at.

Generated using TypeDoc