Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.88 KB

V1WebRtcCdnServer.md

File metadata and controls

108 lines (59 loc) · 2.88 KB

V1WebRtcCdnServer

Properties

Name Type Description Notes
Username Pointer to string [optional]
Credential Pointer to string [optional]
Urls Pointer to string [optional]

Methods

NewV1WebRtcCdnServer

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

NewV1WebRtcCdnServerWithDefaults

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

GetUsername

func (o *V1WebRtcCdnServer) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

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.

SetUsername

func (o *V1WebRtcCdnServer) SetUsername(v string)

SetUsername sets Username field to given value.

HasUsername

func (o *V1WebRtcCdnServer) HasUsername() bool

HasUsername returns a boolean if a field has been set.

GetCredential

func (o *V1WebRtcCdnServer) GetCredential() string

GetCredential returns the Credential field if non-nil, zero value otherwise.

GetCredentialOk

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.

SetCredential

func (o *V1WebRtcCdnServer) SetCredential(v string)

SetCredential sets Credential field to given value.

HasCredential

func (o *V1WebRtcCdnServer) HasCredential() bool

HasCredential returns a boolean if a field has been set.

GetUrls

func (o *V1WebRtcCdnServer) GetUrls() string

GetUrls returns the Urls field if non-nil, zero value otherwise.

GetUrlsOk

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.

SetUrls

func (o *V1WebRtcCdnServer) SetUrls(v string)

SetUrls sets Urls field to given value.

HasUrls

func (o *V1WebRtcCdnServer) HasUrls() bool

HasUrls returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]