ServiceAttachmentConsumerProjectLimit.fromJson constructor

ServiceAttachmentConsumerProjectLimit.fromJson(
  1. Map json_
)

Implementation

ServiceAttachmentConsumerProjectLimit.fromJson(core.Map json_)
    : this(
        connectionLimit: json_['connectionLimit'] as core.int?,
        networkUrl: json_['networkUrl'] as core.String?,
        projectIdOrNum: json_['projectIdOrNum'] as core.String?,
      );