Class: Google::Apis::CloudsupportV2beta::DiffUploadResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudsupportV2beta::DiffUploadResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsupport_v2beta/classes.rb,
lib/google/apis/cloudsupport_v2beta/representations.rb,
lib/google/apis/cloudsupport_v2beta/representations.rb
Overview
gdata.* are outside protos with mising documentation
Instance Attribute Summary collapse
-
#object_version ⇒ String
gdata.* are outside protos with mising documentation Corresponds to the JSON property
objectVersion
. -
#original_object ⇒ Google::Apis::CloudsupportV2beta::CompositeMedia
gdata.* are outside protos with mising documentation Corresponds to the JSON property
originalObject
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DiffUploadResponse
constructor
A new instance of DiffUploadResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DiffUploadResponse
Returns a new instance of DiffUploadResponse.
669 670 671 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 669 def initialize(**args) update!(**args) end |
Instance Attribute Details
#object_version ⇒ String
gdata.* are outside protos with mising documentation
Corresponds to the JSON property objectVersion
662 663 664 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 662 def object_version @object_version end |
#original_object ⇒ Google::Apis::CloudsupportV2beta::CompositeMedia
gdata.* are outside protos with mising documentation
Corresponds to the JSON property originalObject
667 668 669 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 667 def original_object @original_object end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
674 675 676 677 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 674 def update!(**args) @object_version = args[:object_version] if args.key?(:object_version) @original_object = args[:original_object] if args.key?(:original_object) end |