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

     1  # UserWrapperKubeConfigRead
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Name** | **string** |  | 
     8  **User** | [**UserKubeConfigRead**](UserKubeConfigRead.md) |  | 
     9  
    10  ## Methods
    11  
    12  ### NewUserWrapperKubeConfigRead
    13  
    14  `func NewUserWrapperKubeConfigRead(name string, user UserKubeConfigRead, ) *UserWrapperKubeConfigRead`
    15  
    16  NewUserWrapperKubeConfigRead instantiates a new UserWrapperKubeConfigRead 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  ### NewUserWrapperKubeConfigReadWithDefaults
    22  
    23  `func NewUserWrapperKubeConfigReadWithDefaults() *UserWrapperKubeConfigRead`
    24  
    25  NewUserWrapperKubeConfigReadWithDefaults instantiates a new UserWrapperKubeConfigRead 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  ### GetName
    30  
    31  `func (o *UserWrapperKubeConfigRead) GetName() string`
    32  
    33  GetName returns the Name field if non-nil, zero value otherwise.
    34  
    35  ### GetNameOk
    36  
    37  `func (o *UserWrapperKubeConfigRead) GetNameOk() (*string, bool)`
    38  
    39  GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
    40  and a boolean to check if the value has been set.
    41  
    42  ### SetName
    43  
    44  `func (o *UserWrapperKubeConfigRead) SetName(v string)`
    45  
    46  SetName sets Name field to given value.
    47  
    48  
    49  ### GetUser
    50  
    51  `func (o *UserWrapperKubeConfigRead) GetUser() UserKubeConfigRead`
    52  
    53  GetUser returns the User field if non-nil, zero value otherwise.
    54  
    55  ### GetUserOk
    56  
    57  `func (o *UserWrapperKubeConfigRead) GetUserOk() (*UserKubeConfigRead, bool)`
    58  
    59  GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise
    60  and a boolean to check if the value has been set.
    61  
    62  ### SetUser
    63  
    64  `func (o *UserWrapperKubeConfigRead) SetUser(v UserKubeConfigRead)`
    65  
    66  SetUser sets User 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