DeliverInfo class

Details of the final state "deliver" and associated resource.

Constructors

DeliverInfo({String? ipAddress, String? pscGoogleApiTarget, String? resourceUri, String? storageBucket, String? target})
DeliverInfo.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
ipAddress String?
IP address of the target (if applicable).
getter/setter pair
pscGoogleApiTarget String?
PSC Google API target the packet is delivered to (if applicable).
getter/setter pair
resourceUri String?
URI of the resource that the packet is delivered to.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageBucket String?
Name of the Cloud Storage Bucket the packet is delivered to (if applicable).
getter/setter pair
target String?
Target type where the packet is delivered to. Possible string values are:
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