You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Mediatypeaccess - Media type access definitions
type Mediatypeaccess struct {
// Inbound - List of media types allowed for inbound messages from customers. If inbound messages from a customer contain media that is not in this list, the media will be dropped from the outbound message.
Inbound *[]Mediatype `json:"inbound,omitempty"`
// Outbound - List of media types allowed for outbound messages to customers. If an outbound message is sent that contains media that is not in this list, the message will not be sent.
Outbound *[]Mediatype `json:"outbound,omitempty"`
}
// String returns a JSON representation of the model