Class: Google::Apis::CloudsupportV2::DiffVersionResponse

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

Returns a new instance of DiffVersionResponse.



682
683
684
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 682

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

Instance Attribute Details

#object_size_bytesFixnum

gdata.* are outside protos with mising documentation

Corresponds to the JSON property objectSizeBytes

Returns:

  • (Fixnum)


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

def object_size_bytes
  @object_size_bytes
end

#object_versionString

gdata.* are outside protos with mising documentation

Corresponds to the JSON property objectVersion

Returns:

  • (String)


680
681
682
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 680

def object_version
  @object_version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



687
688
689
690
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 687

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