GoogleCloudAiplatformV1AuthConfigApiKeyConfig.fromJson constructor
GoogleCloudAiplatformV1AuthConfigApiKeyConfig.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1AuthConfigApiKeyConfig.fromJson(core.Map json_)
: this(
apiKeySecret: json_['apiKeySecret'] as core.String?,
apiKeyString: json_['apiKeyString'] as core.String?,
httpElementLocation: json_['httpElementLocation'] as core.String?,
name: json_['name'] as core.String?,
);