SwitchProfileID
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ProfileId | string | Profile ID. |
Methods
NewSwitchProfileID
func NewSwitchProfileID(profileId string, ) *SwitchProfileID
NewSwitchProfileID instantiates a new SwitchProfileID 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
NewSwitchProfileIDWithDefaults
func NewSwitchProfileIDWithDefaults() *SwitchProfileID
NewSwitchProfileIDWithDefaults instantiates a new SwitchProfileID 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
GetProfileId
func (o *SwitchProfileID) GetProfileId() string
GetProfileId returns the ProfileId field if non-nil, zero value otherwise.
GetProfileIdOk
func (o *SwitchProfileID) GetProfileIdOk() (*string, bool)
GetProfileIdOk returns a tuple with the ProfileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetProfileId
func (o *SwitchProfileID) SetProfileId(v string)
SetProfileId sets ProfileId field to given value.