GoogleCloudAiplatformV1UpdateEndpointLongRunningRequest.fromJson constructor

GoogleCloudAiplatformV1UpdateEndpointLongRunningRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1UpdateEndpointLongRunningRequest.fromJson(
    core.Map json_)
    : this(
        endpoint: json_.containsKey('endpoint')
            ? GoogleCloudAiplatformV1Endpoint.fromJson(
                json_['endpoint'] as core.Map<core.String, core.dynamic>)
            : null,
      );