LicenseCode class
Represents a License Code resource.
A License Code is a unique identifier used to represent a license resource. Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.
Constructors
-
LicenseCode({String? creationTimestamp, String? description, String? id, String? kind, List<
LicenseCodeLicenseAlias> ? licenseAlias, String? name, String? selfLink, String? state, bool? transferable}) - LicenseCode.fromJson(Map json_)
Properties
- creationTimestamp ↔ String?
-
Creation timestamp in RFC3339 text format.
getter/setter pair
- description ↔ String?
-
Description of this License Code.
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
-
licenseAlias
↔ List<
LicenseCodeLicenseAlias> ? -
URL and description aliases of Licenses with the same License Code.
getter/setter pair
- name ↔ String?
-
Name of the resource.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selfLink ↔ String?
-
Server-defined URL for the resource.
getter/setter pair
- state ↔ String?
-
Current state of this License Code.
getter/setter pair
- transferable ↔ bool?
-
If true, the license will remain attached when creating images or
snapshots from disks.
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