GoogleCloudAiplatformV1PurgeExecutionsRequest.fromJson constructor
GoogleCloudAiplatformV1PurgeExecutionsRequest.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1PurgeExecutionsRequest.fromJson(core.Map json_)
: this(
filter: json_['filter'] as core.String?,
force: json_['force'] as core.bool?,
);