GoogleCloudHealthcareV1ConsentGcsDestination.fromJson constructor
GoogleCloudHealthcareV1ConsentGcsDestination.fromJson(
- Map json_
Implementation
GoogleCloudHealthcareV1ConsentGcsDestination.fromJson(core.Map json_)
: this(
uriPrefix: json_.containsKey('uriPrefix')
? json_['uriPrefix'] as core.String
: null,
);