Name | Type | Description | Notes |
---|---|---|---|
Id | int32 | [readonly] | |
Url | string | [readonly] | |
Display | string | [readonly] | |
InstalledModule | Pointer to NullableModuleBayNestedModule | [optional] | |
Name | string |
func NewNestedModuleBay(id int32, url string, display string, name string, ) *NestedModuleBay
NewNestedModuleBay instantiates a new NestedModuleBay 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 NewNestedModuleBayWithDefaults() *NestedModuleBay
NewNestedModuleBayWithDefaults instantiates a new NestedModuleBay 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 *NestedModuleBay) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *NestedModuleBay) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NestedModuleBay) SetId(v int32)
SetId sets Id field to given value.
func (o *NestedModuleBay) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *NestedModuleBay) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NestedModuleBay) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *NestedModuleBay) GetDisplay() string
GetDisplay returns the Display field if non-nil, zero value otherwise.
func (o *NestedModuleBay) GetDisplayOk() (*string, bool)
GetDisplayOk returns a tuple with the Display field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NestedModuleBay) SetDisplay(v string)
SetDisplay sets Display field to given value.
func (o *NestedModuleBay) GetInstalledModule() ModuleBayNestedModule
GetInstalledModule returns the InstalledModule field if non-nil, zero value otherwise.
func (o *NestedModuleBay) GetInstalledModuleOk() (*ModuleBayNestedModule, 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 *NestedModuleBay) SetInstalledModule(v ModuleBayNestedModule)
SetInstalledModule sets InstalledModule field to given value.
func (o *NestedModuleBay) HasInstalledModule() bool
HasInstalledModule returns a boolean if a field has been set.
func (o *NestedModuleBay) SetInstalledModuleNil(b bool)
SetInstalledModuleNil sets the value for InstalledModule to be an explicit nil
func (o *NestedModuleBay) UnsetInstalledModule()
UnsetInstalledModule ensures that no value is present for InstalledModule, not even an explicit nil
func (o *NestedModuleBay) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *NestedModuleBay) 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 *NestedModuleBay) SetName(v string)
SetName sets Name field to given value.