Name | Type | Description | Notes |
---|---|---|---|
VdbGroup | Pointer to VDBGroup | [optional] |
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
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
func (o *CreateVDBGroupResponse) GetVdbGroup() VDBGroup
GetVdbGroup returns the VdbGroup field if non-nil, zero value otherwise.
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.
func (o *CreateVDBGroupResponse) SetVdbGroup(v VDBGroup)
SetVdbGroup sets VdbGroup field to given value.
func (o *CreateVDBGroupResponse) HasVdbGroup() bool
HasVdbGroup returns a boolean if a field has been set.