Name | Type | Description | Notes |
---|---|---|---|
Sdk | string | The SDK name, or "Unknown" | |
Version | string | The version number, or "Unknown" |
func NewSdkVersionRep(sdk string, version string, ) *SdkVersionRep
NewSdkVersionRep instantiates a new SdkVersionRep 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 NewSdkVersionRepWithDefaults() *SdkVersionRep
NewSdkVersionRepWithDefaults instantiates a new SdkVersionRep 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 *SdkVersionRep) GetSdk() string
GetSdk returns the Sdk field if non-nil, zero value otherwise.
func (o *SdkVersionRep) GetSdkOk() (*string, bool)
GetSdkOk returns a tuple with the Sdk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SdkVersionRep) SetSdk(v string)
SetSdk sets Sdk field to given value.
func (o *SdkVersionRep) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *SdkVersionRep) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SdkVersionRep) SetVersion(v string)
SetVersion sets Version field to given value.