ProjectSecondarySourceGitSubmodulesConfig.fromMap constructor
Implementation
factory ProjectSecondarySourceGitSubmodulesConfig.fromMap(Map<String, dynamic> map) {
return ProjectSecondarySourceGitSubmodulesConfig(
fetchSubmodules: pulumi.Input.fromValue(map['fetchSubmodules'] as bool),
);
}