NotificationEndpoint constructor

NotificationEndpoint({
  1. String? creationTimestamp,
  2. String? description,
  3. NotificationEndpointGrpcSettings? grpcSettings,
  4. String? id,
  5. String? kind,
  6. String? name,
  7. String? region,
  8. String? selfLink,
})

Implementation

NotificationEndpoint({
  this.creationTimestamp,
  this.description,
  this.grpcSettings,
  this.id,
  this.kind,
  this.name,
  this.region,
  this.selfLink,
});