Name | Type | Description | Notes |
---|---|---|---|
Auth | map[string]interface{} | ||
System | map[string]interface{} |
func NewSystemConfigResponse(auth map[string]interface{}, system map[string]interface{}, ) *SystemConfigResponse
NewSystemConfigResponse instantiates a new SystemConfigResponse 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 NewSystemConfigResponseWithDefaults() *SystemConfigResponse
NewSystemConfigResponseWithDefaults instantiates a new SystemConfigResponse 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 *SystemConfigResponse) GetAuth() map[string]interface{}
GetAuth returns the Auth field if non-nil, zero value otherwise.
func (o *SystemConfigResponse) GetAuthOk() (*map[string]interface{}, bool)
GetAuthOk returns a tuple with the Auth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemConfigResponse) SetAuth(v map[string]interface{})
SetAuth sets Auth field to given value.
func (o *SystemConfigResponse) GetSystem() map[string]interface{}
GetSystem returns the System field if non-nil, zero value otherwise.
func (o *SystemConfigResponse) GetSystemOk() (*map[string]interface{}, bool)
GetSystemOk returns a tuple with the System field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemConfigResponse) SetSystem(v map[string]interface{})
SetSystem sets System field to given value.