Subscription constructor

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

Implementation

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