starting point for go docs

This commit is contained in:
darrell-thobe-sp
2025-03-27 14:43:04 -04:00
parent bdfaf3e228
commit 34d14a520e
2762 changed files with 516453 additions and 0 deletions

View File

@@ -0,0 +1,90 @@
---
id: beta-mfa-config-test-response
title: MfaConfigTestResponse
pagination_label: MfaConfigTestResponse
sidebar_label: MfaConfigTestResponse
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'MfaConfigTestResponse', 'BetaMfaConfigTestResponse']
slug: /tools/sdk/go/beta/models/mfa-config-test-response
tags: ['SDK', 'Software Development Kit', 'MfaConfigTestResponse', 'BetaMfaConfigTestResponse']
---
# MfaConfigTestResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**State** | Pointer to **string** | The configuration test result. | [optional] [readonly]
**Error** | Pointer to **string** | The error message to indicate the failure of configuration test. | [optional] [readonly]
## Methods
### NewMfaConfigTestResponse
`func NewMfaConfigTestResponse() *MfaConfigTestResponse`
NewMfaConfigTestResponse instantiates a new MfaConfigTestResponse 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
### NewMfaConfigTestResponseWithDefaults
`func NewMfaConfigTestResponseWithDefaults() *MfaConfigTestResponse`
NewMfaConfigTestResponseWithDefaults instantiates a new MfaConfigTestResponse 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
### GetState
`func (o *MfaConfigTestResponse) GetState() string`
GetState returns the State field if non-nil, zero value otherwise.
### GetStateOk
`func (o *MfaConfigTestResponse) GetStateOk() (*string, bool)`
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetState
`func (o *MfaConfigTestResponse) SetState(v string)`
SetState sets State field to given value.
### HasState
`func (o *MfaConfigTestResponse) HasState() bool`
HasState returns a boolean if a field has been set.
### GetError
`func (o *MfaConfigTestResponse) GetError() string`
GetError returns the Error field if non-nil, zero value otherwise.
### GetErrorOk
`func (o *MfaConfigTestResponse) GetErrorOk() (*string, bool)`
GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetError
`func (o *MfaConfigTestResponse) SetError(v string)`
SetError sets Error field to given value.
### HasError
`func (o *MfaConfigTestResponse) HasError() bool`
HasError returns a boolean if a field has been set.