toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return <String, dynamic>{
    'collectionConfig': ?pulumi.Input.mapOptionalInputValue<FeatureGroupFeatureDefinitionCollectionConfig, Map<String, dynamic>>(collectionConfig, (value) => value.toMap()),
    'collectionType': ?collectionType,
    'featureName': ?featureName,
    'featureType': ?featureType,
  };
}