GoogleCloudAssetV1GcsDestination.fromJson constructor
GoogleCloudAssetV1GcsDestination.fromJson(
- Map json_
Implementation
GoogleCloudAssetV1GcsDestination.fromJson(core.Map json_)
: this(uri: json_['uri'] as core.String?);