Name | Type | Description | Notes |
---|---|---|---|
Id | int32 | [readonly] | |
Url | string | [readonly] | |
Display | string | [readonly] | |
Serial | Pointer to string | [optional] |
func NewModuleBayNestedModule(id int32, url string, display string, ) *ModuleBayNestedModule
NewModuleBayNestedModule instantiates a new ModuleBayNestedModule 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 NewModuleBayNestedModuleWithDefaults() *ModuleBayNestedModule
NewModuleBayNestedModuleWithDefaults instantiates a new ModuleBayNestedModule 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 *ModuleBayNestedModule) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ModuleBayNestedModule) 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 *ModuleBayNestedModule) SetId(v int32)
SetId sets Id field to given value.
func (o *ModuleBayNestedModule) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *ModuleBayNestedModule) 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 *ModuleBayNestedModule) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *ModuleBayNestedModule) GetDisplay() string
GetDisplay returns the Display field if non-nil, zero value otherwise.
func (o *ModuleBayNestedModule) 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 *ModuleBayNestedModule) SetDisplay(v string)
SetDisplay sets Display field to given value.
func (o *ModuleBayNestedModule) GetSerial() string
GetSerial returns the Serial field if non-nil, zero value otherwise.
func (o *ModuleBayNestedModule) GetSerialOk() (*string, bool)
GetSerialOk returns a tuple with the Serial field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModuleBayNestedModule) SetSerial(v string)
SetSerial sets Serial field to given value.
func (o *ModuleBayNestedModule) HasSerial() bool
HasSerial returns a boolean if a field has been set.