UpdateEntitlementRequestDataAttributes constructor

UpdateEntitlementRequestDataAttributes({
  1. String? name,
  2. String? code,
  3. Object? metadata,
})

Returns a new UpdateEntitlementRequestDataAttributes instance.

Implementation

UpdateEntitlementRequestDataAttributes({
  this.name,
  this.code,
  this.metadata,
});