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

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