Name | Type | Description | Notes |
---|---|---|---|
InstalledModule | Pointer to NullableModuleBayNestedModuleRequest | [optional] | |
Name | string |
func NewNestedModuleBayRequest(name string, ) *NestedModuleBayRequest
NewNestedModuleBayRequest instantiates a new NestedModuleBayRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNestedModuleBayRequestWithDefaults() *NestedModuleBayRequest
NewNestedModuleBayRequestWithDefaults instantiates a new NestedModuleBayRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *NestedModuleBayRequest) GetInstalledModule() ModuleBayNestedModuleRequest
GetInstalledModule returns the InstalledModule field if non-nil, zero value otherwise.
func (o *NestedModuleBayRequest) GetInstalledModuleOk() (*ModuleBayNestedModuleRequest, bool)
GetInstalledModuleOk returns a tuple with the InstalledModule field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NestedModuleBayRequest) SetInstalledModule(v ModuleBayNestedModuleRequest)
SetInstalledModule sets InstalledModule field to given value.
func (o *NestedModuleBayRequest) HasInstalledModule() bool
HasInstalledModule returns a boolean if a field has been set.
func (o *NestedModuleBayRequest) SetInstalledModuleNil(b bool)
SetInstalledModuleNil sets the value for InstalledModule to be an explicit nil
func (o *NestedModuleBayRequest) UnsetInstalledModule()
UnsetInstalledModule ensures that no value is present for InstalledModule, not even an explicit nil
func (o *NestedModuleBayRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *NestedModuleBayRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NestedModuleBayRequest) SetName(v string)
SetName sets Name field to given value.