License class

Represents a License resource.

A License represents billing and aggregate usage data for public and marketplace images. Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.

Constructors

License({bool? chargesUseFee, String? creationTimestamp, String? description, String? id, String? kind, String? licenseCode, String? name, LicenseResourceRequirements? resourceRequirements, String? selfLink, bool? transferable})
License.fromJson(Map json_)

Properties

chargesUseFee bool?
This field no longer reflects whether a license charges a usage fee.
getter/setter pair
creationTimestamp String?
Creation timestamp in RFC3339 text format.
getter/setter pair
description String?
An optional textual description of the resource; provided by the client when the resource is created.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique identifier for the resource.
getter/setter pair
kind String?
Type of resource.
getter/setter pair
licenseCode String?
The unique code used to attach this license to images, snapshots, and disks.
getter/setter pair
name String?
Name of the resource.
getter/setter pair
resourceRequirements LicenseResourceRequirements?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Server-defined URL for the resource.
getter/setter pair
transferable bool?
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.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited