Map<String, dynamic> toMap() { return <String, dynamic>{ 'computePlatform': ?computePlatform, 'name': ?name, 'region': ?region, 'tags': ?tags, }; }