mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-14 06:10:27 +00:00
14 lines
356 B
Go
14 lines
356 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// ProxiedDomain undocumented
|
||
|
type ProxiedDomain struct {
|
||
|
// Object is the base model of ProxiedDomain
|
||
|
Object
|
||
|
// IPAddressOrFQDN The IP address or FQDN
|
||
|
IPAddressOrFQDN *string `json:"ipAddressOrFQDN,omitempty"`
|
||
|
// Proxy Proxy IP or FQDN
|
||
|
Proxy *string `json:"proxy,omitempty"`
|
||
|
}
|