Skip to content

CreateOswVrrpRequest

Properties

Name Type Description Notes
OswVrrpConfigOpenApiVO Pointer to OswVrrpConfigOpenApiVO [optional]
UserInfoBriefDTO Pointer to UserInfoBriefDTO [optional]

Methods

NewCreateOswVrrpRequest

func NewCreateOswVrrpRequest() *CreateOswVrrpRequest

NewCreateOswVrrpRequest instantiates a new CreateOswVrrpRequest 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

NewCreateOswVrrpRequestWithDefaults

func NewCreateOswVrrpRequestWithDefaults() *CreateOswVrrpRequest

NewCreateOswVrrpRequestWithDefaults instantiates a new CreateOswVrrpRequest 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

GetOswVrrpConfigOpenApiVO

func (o *CreateOswVrrpRequest) GetOswVrrpConfigOpenApiVO() OswVrrpConfigOpenApiVO

GetOswVrrpConfigOpenApiVO returns the OswVrrpConfigOpenApiVO field if non-nil, zero value otherwise.

GetOswVrrpConfigOpenApiVOOk

func (o *CreateOswVrrpRequest) GetOswVrrpConfigOpenApiVOOk() (*OswVrrpConfigOpenApiVO, bool)

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

SetOswVrrpConfigOpenApiVO

func (o *CreateOswVrrpRequest) SetOswVrrpConfigOpenApiVO(v OswVrrpConfigOpenApiVO)

SetOswVrrpConfigOpenApiVO sets OswVrrpConfigOpenApiVO field to given value.

HasOswVrrpConfigOpenApiVO

func (o *CreateOswVrrpRequest) HasOswVrrpConfigOpenApiVO() bool

HasOswVrrpConfigOpenApiVO returns a boolean if a field has been set.

GetUserInfoBriefDTO

func (o *CreateOswVrrpRequest) GetUserInfoBriefDTO() UserInfoBriefDTO

GetUserInfoBriefDTO returns the UserInfoBriefDTO field if non-nil, zero value otherwise.

GetUserInfoBriefDTOOk

func (o *CreateOswVrrpRequest) GetUserInfoBriefDTOOk() (*UserInfoBriefDTO, bool)

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

SetUserInfoBriefDTO

func (o *CreateOswVrrpRequest) SetUserInfoBriefDTO(v UserInfoBriefDTO)

SetUserInfoBriefDTO sets UserInfoBriefDTO field to given value.

HasUserInfoBriefDTO

func (o *CreateOswVrrpRequest) HasUserInfoBriefDTO() bool

HasUserInfoBriefDTO returns a boolean if a field has been set.

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