GoogleCloudAiplatformV1ApiAuthApiKeyConfig.fromJson constructor
GoogleCloudAiplatformV1ApiAuthApiKeyConfig.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1ApiAuthApiKeyConfig.fromJson(core.Map json_)
: this(
apiKeySecretVersion: json_['apiKeySecretVersion'] as core.String?,
);