Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.71 KB

CreateVDBGroupResponse.md

File metadata and controls

56 lines (31 loc) · 1.71 KB

CreateVDBGroupResponse

Properties

Name Type Description Notes
VdbGroup Pointer to VDBGroup [optional]

Methods

NewCreateVDBGroupResponse

func NewCreateVDBGroupResponse() *CreateVDBGroupResponse

NewCreateVDBGroupResponse instantiates a new CreateVDBGroupResponse 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

NewCreateVDBGroupResponseWithDefaults

func NewCreateVDBGroupResponseWithDefaults() *CreateVDBGroupResponse

NewCreateVDBGroupResponseWithDefaults instantiates a new CreateVDBGroupResponse 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

GetVdbGroup

func (o *CreateVDBGroupResponse) GetVdbGroup() VDBGroup

GetVdbGroup returns the VdbGroup field if non-nil, zero value otherwise.

GetVdbGroupOk

func (o *CreateVDBGroupResponse) GetVdbGroupOk() (*VDBGroup, bool)

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

SetVdbGroup

func (o *CreateVDBGroupResponse) SetVdbGroup(v VDBGroup)

SetVdbGroup sets VdbGroup field to given value.

HasVdbGroup

func (o *CreateVDBGroupResponse) HasVdbGroup() bool

HasVdbGroup returns a boolean if a field has been set.

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