CustomDataSource constructor

CustomDataSource({
  1. String? accountId,
  2. CustomDataSourceChildLink? childLink,
  3. DateTime? created,
  4. String? description,
  5. String? id,
  6. String? importBehavior,
  7. String? kind,
  8. String? name,
  9. CustomDataSourceParentLink? parentLink,
  10. List<String>? profilesLinked,
  11. List<String>? schema,
  12. String? selfLink,
  13. String? type,
  14. DateTime? updated,
  15. String? uploadType,
  16. String? webPropertyId,
})

Implementation

CustomDataSource({
  this.accountId,
  this.childLink,
  this.created,
  this.description,
  this.id,
  this.importBehavior,
  this.kind,
  this.name,
  this.parentLink,
  this.profilesLinked,
  this.schema,
  this.selfLink,
  this.type,
  this.updated,
  this.uploadType,
  this.webPropertyId,
});