Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1RejectChangeRequestRequest
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1RejectChangeRequestRequest
- 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 RejectChangeRequest.
Instance Attribute Summary collapse
-
#comment ⇒ String
Optional.
-
#etag ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1RejectChangeRequestRequest
constructor
A new instance of GoogleCloudDataplexV1RejectChangeRequestRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1RejectChangeRequestRequest
Returns a new instance of GoogleCloudDataplexV1RejectChangeRequestRequest.
9776 9777 9778 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 9776 def initialize(**args) update!(**args) end |
Instance Attribute Details
#comment ⇒ String
Optional. The reason for rejecting the ChangeRequest.
Corresponds to the JSON property comment
9769 9770 9771 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 9769 def comment @comment end |
#etag ⇒ String
Optional. The etag of the ChangeRequest.
Corresponds to the JSON property etag
9774 9775 9776 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 9774 def etag @etag end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9781 9782 9783 9784 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 9781 def update!(**args) @comment = args[:comment] if args.key?(:comment) @etag = args[:etag] if args.key?(:etag) end |