GetBillingAccountBucketViewResult

data class GetBillingAccountBucketViewResult(val createTime: String, val description: String, val filter: String, val name: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetBillingAccountBucketViewResult(createTime: String, description: String, filter: String, name: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation timestamp of the view.

Link copied to clipboard

Describes this view.

Link copied to clipboard

Filter that restricts which log entries in a bucket are visible in this view.Filters are restricted to be a logical AND of ==/!= of any of the following: originating project/folder/organization/billing account. resource type log idFor example:SOURCE("projects/myproject") AND resource.type = "gce_instance" AND LOG_ID("stdout")

Link copied to clipboard

The resource name of the view.For example:projects/my-project/locations/global/buckets/my-bucket/views/my-view

Link copied to clipboard

The last update timestamp of the view.