$ProfileApiClient class

Constructors

$ProfileApiClient.new($Client _rootClient)
Creates a new DynamiteClient for profile_api requests.

Properties

hashCode int
The hash code for this object.
no setterinherited
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
setVisibility({required String paramId, required String visibility, required String targetUserId, bool? oCSAPIRequest}) Future<DynamiteResponse<ProfileApiSetVisibilityResponseApplicationJson, void>>
Update the visibility of a parameter.
setVisibilityRaw({required String paramId, required String visibility, required String targetUserId, bool? oCSAPIRequest}) DynamiteRawResponse<ProfileApiSetVisibilityResponseApplicationJson, void>
Update the visibility of a parameter.
toString() String
A string representation of this object.
inherited

Operators

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