bunnyshell.com/sdk@v0.16.0/docs/StringValueItem.md (about)

     1  # StringValueItem
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Value** | Pointer to **string** |  | [optional] 
     8  **Type** | Pointer to **string** |  | [optional] [readonly] 
     9  
    10  ## Methods
    11  
    12  ### NewStringValueItem
    13  
    14  `func NewStringValueItem() *StringValueItem`
    15  
    16  NewStringValueItem instantiates a new StringValueItem 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  ### NewStringValueItemWithDefaults
    22  
    23  `func NewStringValueItemWithDefaults() *StringValueItem`
    24  
    25  NewStringValueItemWithDefaults instantiates a new StringValueItem 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  ### GetValue
    30  
    31  `func (o *StringValueItem) GetValue() string`
    32  
    33  GetValue returns the Value field if non-nil, zero value otherwise.
    34  
    35  ### GetValueOk
    36  
    37  `func (o *StringValueItem) GetValueOk() (*string, bool)`
    38  
    39  GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise
    40  and a boolean to check if the value has been set.
    41  
    42  ### SetValue
    43  
    44  `func (o *StringValueItem) SetValue(v string)`
    45  
    46  SetValue sets Value field to given value.
    47  
    48  ### HasValue
    49  
    50  `func (o *StringValueItem) HasValue() bool`
    51  
    52  HasValue returns a boolean if a field has been set.
    53  
    54  ### GetType
    55  
    56  `func (o *StringValueItem) GetType() string`
    57  
    58  GetType returns the Type field if non-nil, zero value otherwise.
    59  
    60  ### GetTypeOk
    61  
    62  `func (o *StringValueItem) GetTypeOk() (*string, bool)`
    63  
    64  GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
    65  and a boolean to check if the value has been set.
    66  
    67  ### SetType
    68  
    69  `func (o *StringValueItem) SetType(v string)`
    70  
    71  SetType sets Type field to given value.
    72  
    73  ### HasType
    74  
    75  `func (o *StringValueItem) HasType() bool`
    76  
    77  HasType 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