Hoogle Search
Within LTS Haskell 24.10 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
newtype
ShareSettingsProjectConfig gogol-compute Gogol.Compute Config for each project in the share settings. See: newShareSettingsProjectConfig smart constructor.
ShareSettingsProjectConfig :: Maybe Text -> ShareSettingsProjectConfiggogol-compute Gogol.Compute No documentation available.
newtype
ShareSettings_ProjectMap gogol-compute Gogol.Compute A map of project id and project config. This is only valid when sharetype's value is SPECIFICPROJECTS. See: newShareSettings_ProjectMap smart constructor.
ShareSettings_ProjectMap :: HashMap Text ShareSettingsProjectConfig -> ShareSettings_ProjectMapgogol-compute Gogol.Compute No documentation available.
newtype
ShareSettings_ShareType gogol-compute Gogol.Compute Type of sharing for this shared-reservation
ShareSettings_ShareType :: Text -> ShareSettings_ShareTypegogol-compute Gogol.Compute No documentation available.
pattern
ShareSettings_ShareType_Local :: ShareSettings_ShareTypegogol-compute Gogol.Compute Default value.
pattern
ShareSettings_ShareType_Organization :: ShareSettings_ShareTypegogol-compute Gogol.Compute Shared-reservation is open to entire Organization
pattern
ShareSettings_ShareType_SHARETYPEUNSPECIFIED :: ShareSettings_ShareTypegogol-compute Gogol.Compute Default value. This value is unused.
pattern
ShareSettings_ShareType_SPECIFICPROJECTS :: ShareSettings_ShareTypegogol-compute Gogol.Compute Shared-reservation is open to specific projects