Subscription constructor
Subscription({
- int? ackDeadlineSeconds,
- BigQueryConfig? bigqueryConfig,
- CloudStorageConfig? cloudStorageConfig,
- DeadLetterPolicy? deadLetterPolicy,
- bool? detached,
- bool? enableExactlyOnceDelivery,
- bool? enableMessageOrdering,
- ExpirationPolicy? expirationPolicy,
- String? filter,
- Map<
String, String> ? labels, - String? messageRetentionDuration,
- String? name,
- PushConfig? pushConfig,
- bool? retainAckedMessages,
- RetryPolicy? retryPolicy,
- String? state,
- String? topic,
- String? topicMessageRetentionDuration,
Implementation
Subscription({
this.ackDeadlineSeconds,
this.bigqueryConfig,
this.cloudStorageConfig,
this.deadLetterPolicy,
this.detached,
this.enableExactlyOnceDelivery,
this.enableMessageOrdering,
this.expirationPolicy,
this.filter,
this.labels,
this.messageRetentionDuration,
this.name,
this.pushConfig,
this.retainAckedMessages,
this.retryPolicy,
this.state,
this.topic,
this.topicMessageRetentionDuration,
});