Documentation
¶
Index ¶
Constants ¶
View Source
const NAME = "Role"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Role ¶
type Role struct {
metadata.MetadataInfo
XMLName xml.Name `xml:"Role"`
Xmlns string `xml:"xmlns,attr"`
CaseAccessLevel struct {
Text string `xml:",chardata"`
} `xml:"caseAccessLevel"`
ContactAccessLevel struct {
Text string `xml:",chardata"`
} `xml:"contactAccessLevel"`
Description *struct {
Text string `xml:",chardata"`
} `xml:"description"`
Text string `xml:",chardata"`
} `xml:"mayForecastManagerShare"`
Name struct {
Text string `xml:",chardata"`
} `xml:"name"`
OpportunityAccessLevel struct {
Text string `xml:",chardata"`
} `xml:"opportunityAccessLevel"`
ParentRole *struct {
Text string `xml:",chardata"`
} `xml:"parentRole"`
}
func (*Role) SetMetadata ¶
func (c *Role) SetMetadata(m metadata.MetadataInfo)
func (*Role) Type ¶
func (c *Role) Type() metadata.MetadataType
Click to show internal directories.
Click to hide internal directories.