GoogleCloudAiplatformV1DeployedIndexAuthConfig.fromJson constructor
GoogleCloudAiplatformV1DeployedIndexAuthConfig.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1DeployedIndexAuthConfig.fromJson(core.Map json_)
: this(
authProvider:
json_.containsKey('authProvider')
? GoogleCloudAiplatformV1DeployedIndexAuthConfigAuthProvider.fromJson(
json_['authProvider'] as core.Map<core.String, core.dynamic>,
)
: null,
);