Class: Google::Apis::CloudsupportV2beta::ObjectIdProp

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

Returns a new instance of ObjectIdProp.



1218
1219
1220
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 1218

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

Instance Attribute Details

#bucket_nameString

gdata.* are outside protos with mising documentation

Corresponds to the JSON property bucketName

Returns:

  • (String)


1206
1207
1208
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 1206

def bucket_name
  @bucket_name
end

#generationFixnum

gdata.* are outside protos with mising documentation

Corresponds to the JSON property generation

Returns:

  • (Fixnum)


1211
1212
1213
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 1211

def generation
  @generation
end

#object_nameString

gdata.* are outside protos with mising documentation

Corresponds to the JSON property objectName

Returns:

  • (String)


1216
1217
1218
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 1216

def object_name
  @object_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1223
1224
1225
1226
1227
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 1223

def update!(**args)
  @bucket_name = args[:bucket_name] if args.key?(:bucket_name)
  @generation = args[:generation] if args.key?(:generation)
  @object_name = args[:object_name] if args.key?(:object_name)
end