Class: Google::Apis::CloudsupportV2beta::DiffUploadResponse

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) ⇒ DiffUploadResponse

Returns a new instance of DiffUploadResponse.



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

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

Instance Attribute Details

#object_versionString

gdata.* are outside protos with mising documentation

Corresponds to the JSON property objectVersion

Returns:

  • (String)


593
594
595
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 593

def object_version
  @object_version
end

#original_objectGoogle::Apis::CloudsupportV2beta::CompositeMedia

gdata.* are outside protos with mising documentation

Corresponds to the JSON property originalObject



598
599
600
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 598

def original_object
  @original_object
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



605
606
607
608
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 605

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