GoogleCloudAiplatformV1AuthConfigApiKeyConfig.fromJson constructor

GoogleCloudAiplatformV1AuthConfigApiKeyConfig.fromJson(
  1. 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?,
    );