Subscription constructor

Subscription({
  1. String? authority,
  2. String? createTime,
  3. String? etag,
  4. List<String>? eventTypes,
  5. String? expireTime,
  6. String? name,
  7. NotificationEndpoint? notificationEndpoint,
  8. PayloadOptions? payloadOptions,
  9. bool? reconciling,
  10. String? state,
  11. String? suspensionReason,
  12. String? targetResource,
  13. String? ttl,
  14. String? uid,
  15. String? updateTime,
})

Implementation

Subscription({
  this.authority,
  this.createTime,
  this.etag,
  this.eventTypes,
  this.expireTime,
  this.name,
  this.notificationEndpoint,
  this.payloadOptions,
  this.reconciling,
  this.state,
  this.suspensionReason,
  this.targetResource,
  this.ttl,
  this.uid,
  this.updateTime,
});