Name | Type | Description | Notes |
---|---|---|---|
ClassId | string | The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. | [default to "meraki.Network"] |
ObjectType | string | The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. | [default to "meraki.Network"] |
Name | Pointer to string | The Meraki network name seamlessly uniting devices for effortless connectivity. | [optional] [readonly] |
NetworkId | Pointer to string | The unique Meraki network id. | [optional] [readonly] |
NetworkTags | Pointer to []string | [optional] | |
OrganizationId | Pointer to string | The unique Meraki organization id. | [optional] [readonly] |
ProductTypes | Pointer to []string | [optional] | |
Organization | Pointer to NullableMerakiOrganizationRelationship | [optional] | |
RegisteredDevice | Pointer to NullableAssetDeviceRegistrationRelationship | [optional] |
func NewMerakiNetwork(classId string, objectType string, ) *MerakiNetwork
NewMerakiNetwork instantiates a new MerakiNetwork 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 NewMerakiNetworkWithDefaults() *MerakiNetwork
NewMerakiNetworkWithDefaults instantiates a new MerakiNetwork 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 *MerakiNetwork) GetClassId() string
GetClassId returns the ClassId field if non-nil, zero value otherwise.
func (o *MerakiNetwork) GetClassIdOk() (*string, bool)
GetClassIdOk returns a tuple with the ClassId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MerakiNetwork) SetClassId(v string)
SetClassId sets ClassId field to given value.
func (o *MerakiNetwork) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *MerakiNetwork) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MerakiNetwork) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *MerakiNetwork) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *MerakiNetwork) 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 *MerakiNetwork) SetName(v string)
SetName sets Name field to given value.
func (o *MerakiNetwork) HasName() bool
HasName returns a boolean if a field has been set.
func (o *MerakiNetwork) GetNetworkId() string
GetNetworkId returns the NetworkId field if non-nil, zero value otherwise.
func (o *MerakiNetwork) GetNetworkIdOk() (*string, bool)
GetNetworkIdOk returns a tuple with the NetworkId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MerakiNetwork) SetNetworkId(v string)
SetNetworkId sets NetworkId field to given value.
func (o *MerakiNetwork) HasNetworkId() bool
HasNetworkId returns a boolean if a field has been set.
func (o *MerakiNetwork) GetNetworkTags() []string
GetNetworkTags returns the NetworkTags field if non-nil, zero value otherwise.
func (o *MerakiNetwork) GetNetworkTagsOk() (*[]string, bool)
GetNetworkTagsOk returns a tuple with the NetworkTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MerakiNetwork) SetNetworkTags(v []string)
SetNetworkTags sets NetworkTags field to given value.
func (o *MerakiNetwork) HasNetworkTags() bool
HasNetworkTags returns a boolean if a field has been set.
func (o *MerakiNetwork) SetNetworkTagsNil(b bool)
SetNetworkTagsNil sets the value for NetworkTags to be an explicit nil
func (o *MerakiNetwork) UnsetNetworkTags()
UnsetNetworkTags ensures that no value is present for NetworkTags, not even an explicit nil
func (o *MerakiNetwork) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field if non-nil, zero value otherwise.
func (o *MerakiNetwork) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MerakiNetwork) SetOrganizationId(v string)
SetOrganizationId sets OrganizationId field to given value.
func (o *MerakiNetwork) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (o *MerakiNetwork) GetProductTypes() []string
GetProductTypes returns the ProductTypes field if non-nil, zero value otherwise.
func (o *MerakiNetwork) GetProductTypesOk() (*[]string, bool)
GetProductTypesOk returns a tuple with the ProductTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MerakiNetwork) SetProductTypes(v []string)
SetProductTypes sets ProductTypes field to given value.
func (o *MerakiNetwork) HasProductTypes() bool
HasProductTypes returns a boolean if a field has been set.
func (o *MerakiNetwork) SetProductTypesNil(b bool)
SetProductTypesNil sets the value for ProductTypes to be an explicit nil
func (o *MerakiNetwork) UnsetProductTypes()
UnsetProductTypes ensures that no value is present for ProductTypes, not even an explicit nil
func (o *MerakiNetwork) GetOrganization() MerakiOrganizationRelationship
GetOrganization returns the Organization field if non-nil, zero value otherwise.
func (o *MerakiNetwork) GetOrganizationOk() (*MerakiOrganizationRelationship, bool)
GetOrganizationOk returns a tuple with the Organization field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MerakiNetwork) SetOrganization(v MerakiOrganizationRelationship)
SetOrganization sets Organization field to given value.
func (o *MerakiNetwork) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (o *MerakiNetwork) SetOrganizationNil(b bool)
SetOrganizationNil sets the value for Organization to be an explicit nil
func (o *MerakiNetwork) UnsetOrganization()
UnsetOrganization ensures that no value is present for Organization, not even an explicit nil
func (o *MerakiNetwork) GetRegisteredDevice() AssetDeviceRegistrationRelationship
GetRegisteredDevice returns the RegisteredDevice field if non-nil, zero value otherwise.
func (o *MerakiNetwork) GetRegisteredDeviceOk() (*AssetDeviceRegistrationRelationship, bool)
GetRegisteredDeviceOk returns a tuple with the RegisteredDevice field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MerakiNetwork) SetRegisteredDevice(v AssetDeviceRegistrationRelationship)
SetRegisteredDevice sets RegisteredDevice field to given value.
func (o *MerakiNetwork) HasRegisteredDevice() bool
HasRegisteredDevice returns a boolean if a field has been set.
func (o *MerakiNetwork) SetRegisteredDeviceNil(b bool)
SetRegisteredDeviceNil sets the value for RegisteredDevice to be an explicit nil
func (o *MerakiNetwork) UnsetRegisteredDevice()
UnsetRegisteredDevice ensures that no value is present for RegisteredDevice, not even an explicit nil