bunnyshell.com/sdk@v0.16.0/docs/FromString.md (about) 1 # FromString 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Type** | Pointer to **string** | | [optional] [default to "string"] 8 **Yaml** | Pointer to **string** | | [optional] 9 10 ## Methods 11 12 ### NewFromString 13 14 `func NewFromString() *FromString` 15 16 NewFromString instantiates a new FromString object 17 This constructor will assign default values to properties that have it defined, 18 and makes sure properties required by API are set, but the set of arguments 19 will change when the set of required properties is changed 20 21 ### NewFromStringWithDefaults 22 23 `func NewFromStringWithDefaults() *FromString` 24 25 NewFromStringWithDefaults instantiates a new FromString object 26 This constructor will only assign default values to properties that have it defined, 27 but it doesn't guarantee that properties required by API are set 28 29 ### GetType 30 31 `func (o *FromString) GetType() string` 32 33 GetType returns the Type field if non-nil, zero value otherwise. 34 35 ### GetTypeOk 36 37 `func (o *FromString) GetTypeOk() (*string, bool)` 38 39 GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise 40 and a boolean to check if the value has been set. 41 42 ### SetType 43 44 `func (o *FromString) SetType(v string)` 45 46 SetType sets Type field to given value. 47 48 ### HasType 49 50 `func (o *FromString) HasType() bool` 51 52 HasType returns a boolean if a field has been set. 53 54 ### GetYaml 55 56 `func (o *FromString) GetYaml() string` 57 58 GetYaml returns the Yaml field if non-nil, zero value otherwise. 59 60 ### GetYamlOk 61 62 `func (o *FromString) GetYamlOk() (*string, bool)` 63 64 GetYamlOk returns a tuple with the Yaml field if it's non-nil, zero value otherwise 65 and a boolean to check if the value has been set. 66 67 ### SetYaml 68 69 `func (o *FromString) SetYaml(v string)` 70 71 SetYaml sets Yaml field to given value. 72 73 ### HasYaml 74 75 `func (o *FromString) HasYaml() bool` 76 77 HasYaml returns a boolean if a field has been set. 78 79 80 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 81 82