GoogleCloudApigeeV1DeveloperSubscription.fromJson constructor

GoogleCloudApigeeV1DeveloperSubscription.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1DeveloperSubscription.fromJson(core.Map json_)
    : this(
        apiproduct: json_['apiproduct'] as core.String?,
        createdAt: json_['createdAt'] as core.String?,
        endTime: json_['endTime'] as core.String?,
        lastModifiedAt: json_['lastModifiedAt'] as core.String?,
        name: json_['name'] as core.String?,
        startTime: json_['startTime'] as core.String?,
      );