Class: Google::Apis::CloudsupportV2beta::DiffDownloadResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DiffDownloadResponse

Returns a new instance of DiffDownloadResponse.



572
573
574
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 572

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

Instance Attribute Details

#object_locationGoogle::Apis::CloudsupportV2beta::CompositeMedia

gdata.* are outside protos with mising documentation

Corresponds to the JSON property objectLocation



570
571
572
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 570

def object_location
  @object_location
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



577
578
579
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 577

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