MulticastConsumerAssociation constructor

MulticastConsumerAssociation({
  1. String? createTime,
  2. String? description,
  3. Map<String, String>? labels,
  4. String? multicastDomainActivation,
  5. String? name,
  6. String? network,
  7. String? placementPolicy,
  8. String? resourceState,
  9. MulticastResourceState? state,
  10. String? uniqueId,
  11. String? updateTime,
})

Implementation

MulticastConsumerAssociation({
  this.createTime,
  this.description,
  this.labels,
  this.multicastDomainActivation,
  this.name,
  this.network,
  this.placementPolicy,
  this.resourceState,
  this.state,
  this.uniqueId,
  this.updateTime,
});