CrossSiteNetwork constructor

CrossSiteNetwork({
  1. String? creationTimestamp,
  2. String? description,
  3. String? id,
  4. String? kind,
  5. String? name,
  6. String? selfLink,
})

Implementation

CrossSiteNetwork({
  this.creationTimestamp,
  this.description,
  this.id,
  this.kind,
  this.name,
  this.selfLink,
});