Class: Google::Apis::CloudsupportV2::DiffDownloadResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudsupport_v2/classes.rb,
lib/google/apis/cloudsupport_v2/representations.rb,
lib/google/apis/cloudsupport_v2/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.



602
603
604
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 602

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

Instance Attribute Details

#object_locationGoogle::Apis::CloudsupportV2::CompositeMedia

gdata.* are outside protos with mising documentation

Corresponds to the JSON property objectLocation



600
601
602
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 600

def object_location
  @object_location
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



607
608
609
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 607

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