DeletePSKsOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| PpskNameList | []string | PSK names that need to be deleted to the PPSK Profile |
Methods
NewDeletePSKsOpenApiVO
func NewDeletePSKsOpenApiVO(ppskNameList []string, ) *DeletePSKsOpenApiVO
NewDeletePSKsOpenApiVO instantiates a new DeletePSKsOpenApiVO 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
NewDeletePSKsOpenApiVOWithDefaults
func NewDeletePSKsOpenApiVOWithDefaults() *DeletePSKsOpenApiVO
NewDeletePSKsOpenApiVOWithDefaults instantiates a new DeletePSKsOpenApiVO 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
GetPpskNameList
func (o *DeletePSKsOpenApiVO) GetPpskNameList() []string
GetPpskNameList returns the PpskNameList field if non-nil, zero value otherwise.
GetPpskNameListOk
func (o *DeletePSKsOpenApiVO) GetPpskNameListOk() (*[]string, bool)
GetPpskNameListOk returns a tuple with the PpskNameList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPpskNameList
func (o *DeletePSKsOpenApiVO) SetPpskNameList(v []string)
SetPpskNameList sets PpskNameList field to given value.