ProvisioningArtifactDetail class

Information about a provisioning artifact (also known as a version) for a product.

Constructors

ProvisioningArtifactDetail({bool? active, DateTime? createdTime, String? description, ProvisioningArtifactGuidance? guidance, String? id, String? name, ProvisioningArtifactType? type})
ProvisioningArtifactDetail.fromJson(Map<String, dynamic> json)
factory

Properties

active bool?
Indicates whether the product version is active.
final
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
type ProvisioningArtifactType?
The type of provisioning artifact.
final

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