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.



625
626
627
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 625

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)


618
619
620
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 618

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)


623
624
625
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 623

def object_version
  @object_version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



630
631
632
633
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 630

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