GoogleCloudApigeeV1Session.fromJson constructor
GoogleCloudApigeeV1Session.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1Session.fromJson(core.Map json_)
: this(
id: json_['id'] as core.String?,
timestampMs: json_['timestampMs'] as core.String?,
);