Name | Type | Description | Notes |
---|---|---|---|
BundleId | BundleIdCapabilityCreateRequestDataRelationshipsBundleId | ||
Devices | Pointer to ProfileCreateRequestDataRelationshipsDevices | [optional] | |
Certificates | ProfileCreateRequestDataRelationshipsCertificates |
func NewProfileCreateRequestDataRelationships(bundleId BundleIdCapabilityCreateRequestDataRelationshipsBundleId, certificates ProfileCreateRequestDataRelationshipsCertificates, ) *ProfileCreateRequestDataRelationships
NewProfileCreateRequestDataRelationships instantiates a new ProfileCreateRequestDataRelationships 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 NewProfileCreateRequestDataRelationshipsWithDefaults() *ProfileCreateRequestDataRelationships
NewProfileCreateRequestDataRelationshipsWithDefaults instantiates a new ProfileCreateRequestDataRelationships 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 *ProfileCreateRequestDataRelationships) GetBundleId() BundleIdCapabilityCreateRequestDataRelationshipsBundleId
GetBundleId returns the BundleId field if non-nil, zero value otherwise.
func (o *ProfileCreateRequestDataRelationships) GetBundleIdOk() (*BundleIdCapabilityCreateRequestDataRelationshipsBundleId, bool)
GetBundleIdOk returns a tuple with the BundleId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProfileCreateRequestDataRelationships) SetBundleId(v BundleIdCapabilityCreateRequestDataRelationshipsBundleId)
SetBundleId sets BundleId field to given value.
func (o *ProfileCreateRequestDataRelationships) GetDevices() ProfileCreateRequestDataRelationshipsDevices
GetDevices returns the Devices field if non-nil, zero value otherwise.
func (o *ProfileCreateRequestDataRelationships) GetDevicesOk() (*ProfileCreateRequestDataRelationshipsDevices, bool)
GetDevicesOk returns a tuple with the Devices field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProfileCreateRequestDataRelationships) SetDevices(v ProfileCreateRequestDataRelationshipsDevices)
SetDevices sets Devices field to given value.
func (o *ProfileCreateRequestDataRelationships) HasDevices() bool
HasDevices returns a boolean if a field has been set.
func (o *ProfileCreateRequestDataRelationships) GetCertificates() ProfileCreateRequestDataRelationshipsCertificates
GetCertificates returns the Certificates field if non-nil, zero value otherwise.
func (o *ProfileCreateRequestDataRelationships) GetCertificatesOk() (*ProfileCreateRequestDataRelationshipsCertificates, bool)
GetCertificatesOk returns a tuple with the Certificates field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProfileCreateRequestDataRelationships) SetCertificates(v ProfileCreateRequestDataRelationshipsCertificates)
SetCertificates sets Certificates field to given value.