Skip to content

RFPlanningDeployResult

Properties

Name Type Description Notes
FirstDeploy Pointer to bool Parameter [firstDeploy] means whether WLAN Optimization has been successfully performed before. True: no. False: yes. [optional]

Methods

NewRFPlanningDeployResult

func NewRFPlanningDeployResult() *RFPlanningDeployResult

NewRFPlanningDeployResult instantiates a new RFPlanningDeployResult 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

NewRFPlanningDeployResultWithDefaults

func NewRFPlanningDeployResultWithDefaults() *RFPlanningDeployResult

NewRFPlanningDeployResultWithDefaults instantiates a new RFPlanningDeployResult 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

GetFirstDeploy

func (o *RFPlanningDeployResult) GetFirstDeploy() bool

GetFirstDeploy returns the FirstDeploy field if non-nil, zero value otherwise.

GetFirstDeployOk

func (o *RFPlanningDeployResult) GetFirstDeployOk() (*bool, bool)

GetFirstDeployOk returns a tuple with the FirstDeploy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFirstDeploy

func (o *RFPlanningDeployResult) SetFirstDeploy(v bool)

SetFirstDeploy sets FirstDeploy field to given value.

HasFirstDeploy

func (o *RFPlanningDeployResult) HasFirstDeploy() bool

HasFirstDeploy returns a boolean if a field has been set.

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