GoogleCloudAiplatformV1PartialArg.fromJson constructor
GoogleCloudAiplatformV1PartialArg.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1PartialArg.fromJson(core.Map json_)
: this(
boolValue: json_['boolValue'] as core.bool?,
jsonPath: json_['jsonPath'] as core.String?,
nullValue: json_.containsKey('nullValue') ? 'NULL_VALUE' : null,
numberValue: (json_['numberValue'] as core.num?)?.toDouble(),
stringValue: json_['stringValue'] as core.String?,
willContinue: json_['willContinue'] as core.bool?,
);