Class: Google::Apis::AlertcenterV1beta1::ResourceInfo

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/alertcenter_v1beta1/classes.rb,
lib/google/apis/alertcenter_v1beta1/representations.rb,
lib/google/apis/alertcenter_v1beta1/representations.rb

Overview

Proto that contains resource information.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ResourceInfo

Returns a new instance of ResourceInfo.



1376
1377
1378
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 1376

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

Instance Attribute Details

#document_idString

Drive file ID. Corresponds to the JSON property documentId

Returns:

  • (String)


1369
1370
1371
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 1369

def document_id
  @document_id
end

#resource_titleString

Title of the resource, for example email subject, or document title. Corresponds to the JSON property resourceTitle

Returns:

  • (String)


1374
1375
1376
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 1374

def resource_title
  @resource_title
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1381
1382
1383
1384
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 1381

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