Profile class

Profile resource.

Constructors

Profile({Deployment? deployment, String? duration, Map<String, String>? labels, String? name, String? profileBytes, String? profileType, String? startTime})
Profile.fromJson(Map json_)

Properties

deployment ↔ Deployment?
Deployment this profile corresponds to.
getter/setter pair
duration ↔ String?
Duration of the profiling session.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
labels ↔ Map<String, String>?
Input only.
getter/setter pair
name ↔ String?
Opaque, server-assigned, unique ID for this profile.
getter/setter pair
profileBytes ↔ String?
Input only.
getter/setter pair
profileBytesAsBytes ↔ List<int>
getter/setter pair
profileType ↔ String?
Type of profile.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
startTime ↔ String?
Start time for the profile.
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