projectMap property
A map of project id and project config.
This is only valid when share_type's value is SPECIFIC_PROJECTS.
Implementation
core.Map<core.String, ShareSettingsProjectConfig>? projectMap;
A map of project id and project config.
This is only valid when share_type's value is SPECIFIC_PROJECTS.
core.Map<core.String, ShareSettingsProjectConfig>? projectMap;