GoogleCloudApigeeV1NatAddress.fromJson constructor

GoogleCloudApigeeV1NatAddress.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1NatAddress.fromJson(core.Map json_)
  : this(
      ipAddress: json_['ipAddress'] as core.String?,
      name: json_['name'] as core.String?,
      state: json_['state'] as core.String?,
    );