Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.95 KB

SdkVersionRep.md

File metadata and controls

72 lines (39 loc) · 1.95 KB

SdkVersionRep

Properties

Name Type Description Notes
Sdk string The SDK name, or "Unknown"
Version string The version number, or "Unknown"

Methods

NewSdkVersionRep

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

NewSdkVersionRepWithDefaults

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

GetSdk

func (o *SdkVersionRep) GetSdk() string

GetSdk returns the Sdk field if non-nil, zero value otherwise.

GetSdkOk

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.

SetSdk

func (o *SdkVersionRep) SetSdk(v string)

SetSdk sets Sdk field to given value.

GetVersion

func (o *SdkVersionRep) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

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.

SetVersion

func (o *SdkVersionRep) SetVersion(v string)

SetVersion sets Version field to given value.

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