ApExist6GOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Exist6GAp | Pointer to bool | The site exists 6G ap | [optional] |
Methods
NewApExist6GOpenApiVO
func NewApExist6GOpenApiVO() *ApExist6GOpenApiVO
NewApExist6GOpenApiVO instantiates a new ApExist6GOpenApiVO 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
NewApExist6GOpenApiVOWithDefaults
func NewApExist6GOpenApiVOWithDefaults() *ApExist6GOpenApiVO
NewApExist6GOpenApiVOWithDefaults instantiates a new ApExist6GOpenApiVO 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
GetExist6GAp
func (o *ApExist6GOpenApiVO) GetExist6GAp() bool
GetExist6GAp returns the Exist6GAp field if non-nil, zero value otherwise.
GetExist6GApOk
func (o *ApExist6GOpenApiVO) GetExist6GApOk() (*bool, bool)
GetExist6GApOk returns a tuple with the Exist6GAp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetExist6GAp
func (o *ApExist6GOpenApiVO) SetExist6GAp(v bool)
SetExist6GAp sets Exist6GAp field to given value.
HasExist6GAp
func (o *ApExist6GOpenApiVO) HasExist6GAp() bool
HasExist6GAp returns a boolean if a field has been set.