Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1ApproveChangeRequestRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dataplex_v1/classes.rb,
lib/google/apis/dataplex_v1/representations.rb,
lib/google/apis/dataplex_v1/representations.rb

Overview

Request message for ApproveChangeRequest.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1ApproveChangeRequestRequest

Returns a new instance of GoogleCloudDataplexV1ApproveChangeRequestRequest.



345
346
347
# File 'lib/google/apis/dataplex_v1/classes.rb', line 345

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#etagString

Optional. The etag of the ChangeRequest. Corresponds to the JSON property etag

Returns:

  • (String)


343
344
345
# File 'lib/google/apis/dataplex_v1/classes.rb', line 343

def etag
  @etag
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



350
351
352
# File 'lib/google/apis/dataplex_v1/classes.rb', line 350

def update!(**args)
  @etag = args[:etag] if args.key?(:etag)
end