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

     1  # IntegerTypeItem
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **DefaultValue** | Pointer to [**NullableIntegerValueItem**](IntegerValueItem.md) |  | [optional] 
     8  **Name** | Pointer to **string** | A variable used within the template. | [optional] 
     9  **Description** | Pointer to **string** | The variable description | [optional] 
    10  **Type** | Pointer to **string** |  | [optional] [readonly] 
    11  
    12  ## Methods
    13  
    14  ### NewIntegerTypeItem
    15  
    16  `func NewIntegerTypeItem() *IntegerTypeItem`
    17  
    18  NewIntegerTypeItem instantiates a new IntegerTypeItem object
    19  This constructor will assign default values to properties that have it defined,
    20  and makes sure properties required by API are set, but the set of arguments
    21  will change when the set of required properties is changed
    22  
    23  ### NewIntegerTypeItemWithDefaults
    24  
    25  `func NewIntegerTypeItemWithDefaults() *IntegerTypeItem`
    26  
    27  NewIntegerTypeItemWithDefaults instantiates a new IntegerTypeItem object
    28  This constructor will only assign default values to properties that have it defined,
    29  but it doesn't guarantee that properties required by API are set
    30  
    31  ### GetDefaultValue
    32  
    33  `func (o *IntegerTypeItem) GetDefaultValue() IntegerValueItem`
    34  
    35  GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise.
    36  
    37  ### GetDefaultValueOk
    38  
    39  `func (o *IntegerTypeItem) GetDefaultValueOk() (*IntegerValueItem, bool)`
    40  
    41  GetDefaultValueOk returns a tuple with the DefaultValue field if it's non-nil, zero value otherwise
    42  and a boolean to check if the value has been set.
    43  
    44  ### SetDefaultValue
    45  
    46  `func (o *IntegerTypeItem) SetDefaultValue(v IntegerValueItem)`
    47  
    48  SetDefaultValue sets DefaultValue field to given value.
    49  
    50  ### HasDefaultValue
    51  
    52  `func (o *IntegerTypeItem) HasDefaultValue() bool`
    53  
    54  HasDefaultValue returns a boolean if a field has been set.
    55  
    56  ### SetDefaultValueNil
    57  
    58  `func (o *IntegerTypeItem) SetDefaultValueNil(b bool)`
    59  
    60   SetDefaultValueNil sets the value for DefaultValue to be an explicit nil
    61  
    62  ### UnsetDefaultValue
    63  `func (o *IntegerTypeItem) UnsetDefaultValue()`
    64  
    65  UnsetDefaultValue ensures that no value is present for DefaultValue, not even an explicit nil
    66  ### GetName
    67  
    68  `func (o *IntegerTypeItem) GetName() string`
    69  
    70  GetName returns the Name field if non-nil, zero value otherwise.
    71  
    72  ### GetNameOk
    73  
    74  `func (o *IntegerTypeItem) GetNameOk() (*string, bool)`
    75  
    76  GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
    77  and a boolean to check if the value has been set.
    78  
    79  ### SetName
    80  
    81  `func (o *IntegerTypeItem) SetName(v string)`
    82  
    83  SetName sets Name field to given value.
    84  
    85  ### HasName
    86  
    87  `func (o *IntegerTypeItem) HasName() bool`
    88  
    89  HasName returns a boolean if a field has been set.
    90  
    91  ### GetDescription
    92  
    93  `func (o *IntegerTypeItem) GetDescription() string`
    94  
    95  GetDescription returns the Description field if non-nil, zero value otherwise.
    96  
    97  ### GetDescriptionOk
    98  
    99  `func (o *IntegerTypeItem) GetDescriptionOk() (*string, bool)`
   100  
   101  GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise
   102  and a boolean to check if the value has been set.
   103  
   104  ### SetDescription
   105  
   106  `func (o *IntegerTypeItem) SetDescription(v string)`
   107  
   108  SetDescription sets Description field to given value.
   109  
   110  ### HasDescription
   111  
   112  `func (o *IntegerTypeItem) HasDescription() bool`
   113  
   114  HasDescription returns a boolean if a field has been set.
   115  
   116  ### GetType
   117  
   118  `func (o *IntegerTypeItem) GetType() string`
   119  
   120  GetType returns the Type field if non-nil, zero value otherwise.
   121  
   122  ### GetTypeOk
   123  
   124  `func (o *IntegerTypeItem) GetTypeOk() (*string, bool)`
   125  
   126  GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
   127  and a boolean to check if the value has been set.
   128  
   129  ### SetType
   130  
   131  `func (o *IntegerTypeItem) SetType(v string)`
   132  
   133  SetType sets Type field to given value.
   134  
   135  ### HasType
   136  
   137  `func (o *IntegerTypeItem) HasType() bool`
   138  
   139  HasType returns a boolean if a field has been set.
   140  
   141  
   142  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
   143  
   144