Class: Google::Apis::CloudsupportV2::DiffUploadResponse

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

Returns a new instance of DiffUploadResponse.



657
658
659
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 657

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)


650
651
652
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 650

def object_version
  @object_version
end

#original_objectGoogle::Apis::CloudsupportV2::CompositeMedia

gdata.* are outside protos with mising documentation

Corresponds to the JSON property originalObject



655
656
657
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 655

def original_object
  @original_object
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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