CeContactStoreContactGroup
Defines a type for a contact group. This type is used to represent a group of contacts in a continuing education contact store.
type CeContactStoreContactGroup {
coordinator: CeContactStoreContact!
name: String!
}
Fields
CeContactStoreContactGroup.coordinator
● CeContactStoreContact!
non-null object
The coordinator of the contact group.
CeContactStoreContactGroup.name
● String!
non-null scalar
The name of the contact group.
Member Of
CeContactStoreContact
object