ChangeLogsResource class
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
-
get(String profileId, String id, {String? $fields})
→ Future<ChangeLog>
-
Gets one change log by ID.
-
list(String profileId, {String? action, List<String>? ids, String? maxChangeTime, int? maxResults, String? minChangeTime, List<String>? objectIds, String? objectType, String? pageToken, String? searchString, List<String>? userProfileIds, String? $fields})
→ Future<ChangeLogsListResponse>
-
Retrieves a list of change logs.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited