Class: Google::Apis::CloudsupportV2beta::DiffDownloadResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudsupportV2beta::DiffDownloadResponse
- 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_location ⇒ Google::Apis::CloudsupportV2beta::CompositeMedia
gdata.* are outside protos with mising documentation Corresponds to the JSON property
objectLocation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DiffDownloadResponse
constructor
A new instance of DiffDownloadResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DiffDownloadResponse
Returns a new instance of DiffDownloadResponse.
554 555 556 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 554 def initialize(**args) update!(**args) end |
Instance Attribute Details
#object_location ⇒ Google::Apis::CloudsupportV2beta::CompositeMedia
gdata.* are outside protos with mising documentation
Corresponds to the JSON property objectLocation
552 553 554 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 552 def object_location @object_location end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
559 560 561 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 559 def update!(**args) @object_location = args[:object_location] if args.key?(:object_location) end |