github.com/optim-corp/cios-golang-sdk@v0.5.1/cios/docs/BucketEditBody.md (about)

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