DescribeActionResponse constructor

DescribeActionResponse({
  1. String? actionArn,
  2. String? actionName,
  3. String? actionType,
  4. UserContext? createdBy,
  5. DateTime? creationTime,
  6. String? description,
  7. UserContext? lastModifiedBy,
  8. DateTime? lastModifiedTime,
  9. MetadataProperties? metadataProperties,
  10. Map<String, String>? properties,
  11. ActionSource? source,
  12. ActionStatus? status,
})

Implementation

DescribeActionResponse({
  this.actionArn,
  this.actionName,
  this.actionType,
  this.createdBy,
  this.creationTime,
  this.description,
  this.lastModifiedBy,
  this.lastModifiedTime,
  this.metadataProperties,
  this.properties,
  this.source,
  this.status,
});