CreateWorldTemplateResponse constructor

CreateWorldTemplateResponse({
  1. String? arn,
  2. String? clientRequestToken,
  3. DateTime? createdAt,
  4. String? name,
  5. Map<String, String>? tags,
})

Implementation

CreateWorldTemplateResponse({
  this.arn,
  this.clientRequestToken,
  this.createdAt,
  this.name,
  this.tags,
});