Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.23 KB

SetNetworkWirelessEthernetPortsProfilesDefault200Response.md

File metadata and controls

56 lines (31 loc) · 2.23 KB

SetNetworkWirelessEthernetPortsProfilesDefault200Response

Properties

Name Type Description Notes
ProfileId Pointer to string AP profile ID [optional]

Methods

NewSetNetworkWirelessEthernetPortsProfilesDefault200Response

func NewSetNetworkWirelessEthernetPortsProfilesDefault200Response() *SetNetworkWirelessEthernetPortsProfilesDefault200Response

NewSetNetworkWirelessEthernetPortsProfilesDefault200Response instantiates a new SetNetworkWirelessEthernetPortsProfilesDefault200Response 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

NewSetNetworkWirelessEthernetPortsProfilesDefault200ResponseWithDefaults

func NewSetNetworkWirelessEthernetPortsProfilesDefault200ResponseWithDefaults() *SetNetworkWirelessEthernetPortsProfilesDefault200Response

NewSetNetworkWirelessEthernetPortsProfilesDefault200ResponseWithDefaults instantiates a new SetNetworkWirelessEthernetPortsProfilesDefault200Response 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 *SetNetworkWirelessEthernetPortsProfilesDefault200Response) GetProfileId() string

GetProfileId returns the ProfileId field if non-nil, zero value otherwise.

GetProfileIdOk

func (o *SetNetworkWirelessEthernetPortsProfilesDefault200Response) 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 *SetNetworkWirelessEthernetPortsProfilesDefault200Response) SetProfileId(v string)

SetProfileId sets ProfileId field to given value.

HasProfileId

func (o *SetNetworkWirelessEthernetPortsProfilesDefault200Response) HasProfileId() bool

HasProfileId returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]