OBJECT
CollectionDetail
This type is for beta usage only
link GraphQL Schema definition
- type CollectionDetail {
- # Attribute of the collection
- Map_String_StringScalar :
- # The containers that belong to this collection
- ContainerDetail] : [
- # Creator of the collection
- String :
- # created date of the collection
- String :
- # Last update date of the collection
- String :
- # Is of the collection deleted?
- Boolean :
- # How this collection is being distributed
- String] : [
- # full name of the collection
- String :
- # The id of this collection
- Int :
- # The total opportunity count belongs to an opp container type
- Int :
- # The total organization count belongs to an org container type
- Int :
- # short name of the collection
- String :
- # The publishing status of this collection
- CollectionStatus :
- }