GoogleCloudApigeeV1SecurityReportResultMetadata.fromJson constructor

GoogleCloudApigeeV1SecurityReportResultMetadata.fromJson(
  1. Map json_
)

Implementation

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