Name | Type | Description | Notes |
---|---|---|---|
General | Pointer to MigrationGeneral | [optional] | |
Payload | Pointer to GCPPayload | [optional] |
func NewGCPSecretsMigration() *GCPSecretsMigration
NewGCPSecretsMigration instantiates a new GCPSecretsMigration 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 NewGCPSecretsMigrationWithDefaults() *GCPSecretsMigration
NewGCPSecretsMigrationWithDefaults instantiates a new GCPSecretsMigration 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 *GCPSecretsMigration) GetGeneral() MigrationGeneral
GetGeneral returns the General field if non-nil, zero value otherwise.
func (o *GCPSecretsMigration) GetGeneralOk() (*MigrationGeneral, bool)
GetGeneralOk returns a tuple with the General field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GCPSecretsMigration) SetGeneral(v MigrationGeneral)
SetGeneral sets General field to given value.
func (o *GCPSecretsMigration) HasGeneral() bool
HasGeneral returns a boolean if a field has been set.
func (o *GCPSecretsMigration) GetPayload() GCPPayload
GetPayload returns the Payload field if non-nil, zero value otherwise.
func (o *GCPSecretsMigration) GetPayloadOk() (*GCPPayload, bool)
GetPayloadOk returns a tuple with the Payload field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GCPSecretsMigration) SetPayload(v GCPPayload)
SetPayload sets Payload field to given value.
func (o *GCPSecretsMigration) HasPayload() bool
HasPayload returns a boolean if a field has been set.