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.



694
695
696
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 694

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)


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

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)


692
693
694
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 692

def object_version
  @object_version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



699
700
701
702
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 699

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