Class: Google::Apis::CloudsearchV1::PinnedItemId

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PinnedItemId

Returns a new instance of PinnedItemId.



12528
12529
12530
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 12528

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

Instance Attribute Details

#drive_idString

Identifier for a Drive file (e.g. Docs, Sheets, Slides). Corresponds to the JSON property driveId

Returns:

  • (String)


12526
12527
12528
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 12526

def drive_id
  @drive_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12533
12534
12535
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 12533

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