GoogleCloudApigeeV1ListDebugSessionsResponse constructor
GoogleCloudApigeeV1ListDebugSessionsResponse({
- String? nextPageToken,
- List<
GoogleCloudApigeeV1Session> ? sessions,
Implementation
GoogleCloudApigeeV1ListDebugSessionsResponse({
this.nextPageToken,
this.sessions,
});