Class: Google::Apis::CloudsupportV2beta::DiffVersionResponse

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

Returns a new instance of DiffVersionResponse.



652
653
654
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 652

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)


645
646
647
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 645

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)


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

def object_version
  @object_version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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