DescribeContextResponse constructor

DescribeContextResponse({
  1. String? contextArn,
  2. String? contextName,
  3. String? contextType,
  4. UserContext? createdBy,
  5. DateTime? creationTime,
  6. String? description,
  7. UserContext? lastModifiedBy,
  8. DateTime? lastModifiedTime,
  9. Map<String, String>? properties,
  10. ContextSource? source,
})

Implementation

DescribeContextResponse({
  this.contextArn,
  this.contextName,
  this.contextType,
  this.createdBy,
  this.creationTime,
  this.description,
  this.lastModifiedBy,
  this.lastModifiedTime,
  this.properties,
  this.source,
});