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.



669
670
671
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 669

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)


662
663
664
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 662

def object_version
  @object_version
end

#original_objectGoogle::Apis::CloudsupportV2beta::CompositeMedia

gdata.* are outside protos with mising documentation

Corresponds to the JSON property originalObject



667
668
669
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 667

def original_object
  @original_object
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



674
675
676
677
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 674

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