Subscription constructor
Subscription({
- String? authority,
- String? createTime,
- String? etag,
- List<
String> ? eventTypes, - String? expireTime,
- String? name,
- NotificationEndpoint? notificationEndpoint,
- PayloadOptions? payloadOptions,
- bool? reconciling,
- String? state,
- String? suspensionReason,
- String? targetResource,
- String? ttl,
- String? uid,
- 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,
});