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.
614 615 616 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 614 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
612 613 614 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 612 def object_location @object_location end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
619 620 621 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 619 def update!(**args) @object_location = args[:object_location] if args.key?(:object_location) end |