toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  final logicalResourceId = this.logicalResourceId;
  final resourceIdentifier = this.resourceIdentifier;
  final resourceType = this.resourceType;
  return {
    'LogicalResourceId': logicalResourceId,
    'ResourceIdentifier': resourceIdentifier,
    'ResourceType': resourceType,
  };
}