Skip to content

LocationResourceType

Location resource

Fields

resourceId · String · The resource ID
resourceTitle · String · The resource title

Used By

Definition

"""
Location resource
"""
type LocationResourceType {
"""
The resource ID
"""
resourceId: String
"""
The resource title
"""
resourceTitle: String
}