$DeploymentOccurrence class

Used by:

  • containeranalysis:v1 : DeploymentOccurrence
  • ondemandscanning:v1 : DeploymentOccurrence

Constructors

$DeploymentOccurrence({String? address, String? config, String? deployTime, String? platform, List<String>? resourceUri, String? undeployTime, String? userEmail})
$DeploymentOccurrence.fromJson(Map json_)

Properties

address String?
Address of the runtime element hosting this deployment.
getter/setter pair
config String?
Configuration used to create this deployment.
getter/setter pair
deployTime String?
Beginning of the lifetime of this deployment.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
platform String?
Platform hosting this deployment. Possible string values are:
getter/setter pair
resourceUri List<String>?
Resource URI for the artifact being deployed taken from the deployable field with the same name.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
undeployTime String?
End of the lifetime of this deployment.
getter/setter pair
userEmail String?
Identity of the user that triggered this deployment.
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