IngestionSource.fromJson constructor

IngestionSource.fromJson(
  1. Map json_
)

Implementation

IngestionSource.fromJson(core.Map json_)
  : this(
      attachmentUri: json_['attachmentUri'] as core.String?,
      resourceUrl: json_['resourceUrl'] as core.String?,
      source: json_['source'] as core.String?,
    );