DescribeContextResponse constructor
DescribeContextResponse({
- String? contextArn,
- String? contextName,
- String? contextType,
- UserContext? createdBy,
- DateTime? creationTime,
- String? description,
- UserContext? lastModifiedBy,
- DateTime? lastModifiedTime,
- Map<
String, String> ? properties, - ContextSource? source,
Implementation
DescribeContextResponse({
this.contextArn,
this.contextName,
this.contextType,
this.createdBy,
this.creationTime,
this.description,
this.lastModifiedBy,
this.lastModifiedTime,
this.properties,
this.source,
});