Name | Type | Description | Notes |
---|---|---|---|
Username | Pointer to string | [optional] | |
Credential | Pointer to string | [optional] | |
Urls | Pointer to string | [optional] |
func NewV1WebRtcCdnServer() *V1WebRtcCdnServer
NewV1WebRtcCdnServer instantiates a new V1WebRtcCdnServer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewV1WebRtcCdnServerWithDefaults() *V1WebRtcCdnServer
NewV1WebRtcCdnServerWithDefaults instantiates a new V1WebRtcCdnServer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *V1WebRtcCdnServer) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *V1WebRtcCdnServer) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1WebRtcCdnServer) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *V1WebRtcCdnServer) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *V1WebRtcCdnServer) GetCredential() string
GetCredential returns the Credential field if non-nil, zero value otherwise.
func (o *V1WebRtcCdnServer) GetCredentialOk() (*string, bool)
GetCredentialOk returns a tuple with the Credential field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1WebRtcCdnServer) SetCredential(v string)
SetCredential sets Credential field to given value.
func (o *V1WebRtcCdnServer) HasCredential() bool
HasCredential returns a boolean if a field has been set.
func (o *V1WebRtcCdnServer) GetUrls() string
GetUrls returns the Urls field if non-nil, zero value otherwise.
func (o *V1WebRtcCdnServer) GetUrlsOk() (*string, bool)
GetUrlsOk returns a tuple with the Urls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1WebRtcCdnServer) SetUrls(v string)
SetUrls sets Urls field to given value.
func (o *V1WebRtcCdnServer) HasUrls() bool
HasUrls returns a boolean if a field has been set.