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.



554
555
556
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 554

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



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