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

     1  # BucketRequest
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **ResourceOwnerId** | **string** |  | 
     8  **Name** | **string** |  | 
     9  
    10  ## Methods
    11  
    12  ### NewBucketRequest
    13  
    14  `func NewBucketRequest(resourceOwnerId string, name string, ) *BucketRequest`
    15  
    16  NewBucketRequest instantiates a new BucketRequest 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  ### NewBucketRequestWithDefaults
    22  
    23  `func NewBucketRequestWithDefaults() *BucketRequest`
    24  
    25  NewBucketRequestWithDefaults instantiates a new BucketRequest 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  ### GetResourceOwnerId
    30  
    31  `func (o *BucketRequest) GetResourceOwnerId() string`
    32  
    33  GetResourceOwnerId returns the ResourceOwnerId field if non-nil, zero value otherwise.
    34  
    35  ### GetResourceOwnerIdOk
    36  
    37  `func (o *BucketRequest) GetResourceOwnerIdOk() (*string, bool)`
    38  
    39  GetResourceOwnerIdOk returns a tuple with the ResourceOwnerId field if it's non-nil, zero value otherwise
    40  and a boolean to check if the value has been set.
    41  
    42  ### SetResourceOwnerId
    43  
    44  `func (o *BucketRequest) SetResourceOwnerId(v string)`
    45  
    46  SetResourceOwnerId sets ResourceOwnerId field to given value.
    47  
    48  
    49  ### GetName
    50  
    51  `func (o *BucketRequest) GetName() string`
    52  
    53  GetName returns the Name field if non-nil, zero value otherwise.
    54  
    55  ### GetNameOk
    56  
    57  `func (o *BucketRequest) GetNameOk() (*string, bool)`
    58  
    59  GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
    60  and a boolean to check if the value has been set.
    61  
    62  ### SetName
    63  
    64  `func (o *BucketRequest) SetName(v string)`
    65  
    66  SetName sets Name field to given value.
    67  
    68  
    69  
    70  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    71  
    72