Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Latest commit

 

History

History
102 lines (57 loc) · 3.24 KB

File metadata and controls

102 lines (57 loc) · 3.24 KB

ThreeDSMobileSdkRenderOptions

Properties

Name Type Description Notes
SdkInterface Pointer to NullableString [optional]
SdkUiType Pointer to []string [optional]

Methods

NewThreeDSMobileSdkRenderOptions

func NewThreeDSMobileSdkRenderOptions() *ThreeDSMobileSdkRenderOptions

NewThreeDSMobileSdkRenderOptions instantiates a new ThreeDSMobileSdkRenderOptions 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

NewThreeDSMobileSdkRenderOptionsWithDefaults

func NewThreeDSMobileSdkRenderOptionsWithDefaults() *ThreeDSMobileSdkRenderOptions

NewThreeDSMobileSdkRenderOptionsWithDefaults instantiates a new ThreeDSMobileSdkRenderOptions 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

GetSdkInterface

func (o *ThreeDSMobileSdkRenderOptions) GetSdkInterface() string

GetSdkInterface returns the SdkInterface field if non-nil, zero value otherwise.

GetSdkInterfaceOk

func (o *ThreeDSMobileSdkRenderOptions) GetSdkInterfaceOk() (*string, bool)

GetSdkInterfaceOk returns a tuple with the SdkInterface field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSdkInterface

func (o *ThreeDSMobileSdkRenderOptions) SetSdkInterface(v string)

SetSdkInterface sets SdkInterface field to given value.

HasSdkInterface

func (o *ThreeDSMobileSdkRenderOptions) HasSdkInterface() bool

HasSdkInterface returns a boolean if a field has been set.

SetSdkInterfaceNil

func (o *ThreeDSMobileSdkRenderOptions) SetSdkInterfaceNil(b bool)

SetSdkInterfaceNil sets the value for SdkInterface to be an explicit nil

UnsetSdkInterface

func (o *ThreeDSMobileSdkRenderOptions) UnsetSdkInterface()

UnsetSdkInterface ensures that no value is present for SdkInterface, not even an explicit nil

GetSdkUiType

func (o *ThreeDSMobileSdkRenderOptions) GetSdkUiType() []string

GetSdkUiType returns the SdkUiType field if non-nil, zero value otherwise.

GetSdkUiTypeOk

func (o *ThreeDSMobileSdkRenderOptions) GetSdkUiTypeOk() (*[]string, bool)

GetSdkUiTypeOk returns a tuple with the SdkUiType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSdkUiType

func (o *ThreeDSMobileSdkRenderOptions) SetSdkUiType(v []string)

SetSdkUiType sets SdkUiType field to given value.

HasSdkUiType

func (o *ThreeDSMobileSdkRenderOptions) HasSdkUiType() bool

HasSdkUiType returns a boolean if a field has been set.

SetSdkUiTypeNil

func (o *ThreeDSMobileSdkRenderOptions) SetSdkUiTypeNil(b bool)

SetSdkUiTypeNil sets the value for SdkUiType to be an explicit nil

UnsetSdkUiType

func (o *ThreeDSMobileSdkRenderOptions) UnsetSdkUiType()

UnsetSdkUiType ensures that no value is present for SdkUiType, not even an explicit nil

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