GoogleCloudApigeeV1SecurityReportResultMetadata.fromJson constructor
GoogleCloudApigeeV1SecurityReportResultMetadata.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1SecurityReportResultMetadata.fromJson(core.Map json_)
: this(
expires: json_.containsKey('expires')
? json_['expires'] as core.String
: null,
self: json_.containsKey('self') ? json_['self'] as core.String : null,
);