CreateProfileRequest class

CreateProfileRequest describes a profile resource online creation request.

The deployment field must be populated. The profile_type specifies the list of profile types supported by the agent. The creation call will hang until a profile of one of these types needs to be collected.

Constructors

CreateProfileRequest({Deployment? deployment, List<String>? profileType})
CreateProfileRequest.fromJson(Map json_)

Properties

deployment ↔ Deployment?
Deployment details.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
profileType ↔ List<String>?
One or more profile types that the agent is capable of providing.
getter/setter pair
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
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

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