OSPolicyResourceFileGcsResponse

data class OSPolicyResourceFileGcsResponse(val bucket: String, val generation: String, val object: String)

Specifies a file available as a Cloud Storage Object.

Constructors

Link copied to clipboard
constructor(bucket: String, generation: String, object: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Bucket of the Cloud Storage object.

Link copied to clipboard

Generation number of the Cloud Storage object.

Link copied to clipboard

Name of the Cloud Storage object.