GetLicenseResult

data class GetLicenseResult(val chargesUseFee: Boolean, val creationTimestamp: String, val description: String, val kind: String, val licenseCode: String, val name: String, val resourceRequirements: LicenseResourceRequirementsResponse, val selfLink: String, val transferable: Boolean)

Constructors

Link copied to clipboard
fun GetLicenseResult(chargesUseFee: Boolean, creationTimestamp: String, description: String, kind: String, licenseCode: String, name: String, resourceRequirements: LicenseResourceRequirementsResponse, selfLink: String, transferable: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Deprecated. This field no longer reflects whether a license charges a usage fee.

Link copied to clipboard

Creation timestamp in RFC3339 text format.

Link copied to clipboard

An optional textual description of the resource; provided by the client when the resource is created.

Link copied to clipboard

Type of resource. Always compute#license for licenses.

Link copied to clipboard

The unique code used to attach this license to images, snapshots, and disks.

Link copied to clipboard

Name of the resource. The name must be 1-63 characters long and comply with RFC1035.

Link copied to clipboard

Server-defined URL for the resource.

Link copied to clipboard

If false, licenses will not be copied from the source resource when creating an image from a disk, disk from snapshot, or snapshot from disk.