Subscriber constructor
Subscriber({
- String? createTime,
- EndpointAuthorization? endpointAuthorization,
- String? endpointUri,
- String? name,
- String? state,
- List<
SubscriberConfig> ? subscriberConfigs, - String? updateTime,
Implementation
Subscriber({
this.createTime,
this.endpointAuthorization,
this.endpointUri,
this.name,
this.state,
this.subscriberConfigs,
this.updateTime,
});