| Name | Type | Description | Notes |
|---|---|---|---|
| SdkInterface | Pointer to NullableString | [optional] | |
| SdkUiType | Pointer to []string | [optional] |
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
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
func (o *ThreeDSMobileSdkRenderOptions) GetSdkInterface() string
GetSdkInterface returns the SdkInterface field if non-nil, zero value otherwise.
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.
func (o *ThreeDSMobileSdkRenderOptions) SetSdkInterface(v string)
SetSdkInterface sets SdkInterface field to given value.
func (o *ThreeDSMobileSdkRenderOptions) HasSdkInterface() bool
HasSdkInterface returns a boolean if a field has been set.
func (o *ThreeDSMobileSdkRenderOptions) SetSdkInterfaceNil(b bool)
SetSdkInterfaceNil sets the value for SdkInterface to be an explicit nil
func (o *ThreeDSMobileSdkRenderOptions) UnsetSdkInterface()
UnsetSdkInterface ensures that no value is present for SdkInterface, not even an explicit nil
func (o *ThreeDSMobileSdkRenderOptions) GetSdkUiType() []string
GetSdkUiType returns the SdkUiType field if non-nil, zero value otherwise.
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.
func (o *ThreeDSMobileSdkRenderOptions) SetSdkUiType(v []string)
SetSdkUiType sets SdkUiType field to given value.
func (o *ThreeDSMobileSdkRenderOptions) HasSdkUiType() bool
HasSdkUiType returns a boolean if a field has been set.
func (o *ThreeDSMobileSdkRenderOptions) SetSdkUiTypeNil(b bool)
SetSdkUiTypeNil sets the value for SdkUiType to be an explicit nil
func (o *ThreeDSMobileSdkRenderOptions) UnsetSdkUiType()
UnsetSdkUiType ensures that no value is present for SdkUiType, not even an explicit nil