GoogleCloudApihubV1Config.fromJson constructor
GoogleCloudApihubV1Config.fromJson(
- Map json_
Implementation
GoogleCloudApihubV1Config.fromJson(core.Map json_)
: this(
cmekKeyName: json_['cmekKeyName'] as core.String?,
disableSearch: json_['disableSearch'] as core.bool?,
encryptionType: json_['encryptionType'] as core.String?,
vertexLocation: json_['vertexLocation'] as core.String?,
);