ProvisioningArtifact class

Information about a provisioning artifact. A provisioning artifact is also known as a product version.

Constructors

ProvisioningArtifact({DateTime? createdTime, String? description, ProvisioningArtifactGuidance? guidance, String? id, String? name})
ProvisioningArtifact.fromJson(Map<String, dynamic> json)
factory

Properties

createdTime DateTime?
The UTC time stamp of the creation time.
final
description String?
The description of the provisioning artifact.
final
guidance ProvisioningArtifactGuidance?
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The identifier of the provisioning artifact.
final
name String?
The name of the provisioning artifact.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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