class Google::Apis::ChatV1::GoogleAppsCardV1OpenLink

Attributes

on_close[RW]

Corresponds to the JSON property `onClose` @return [String]

open_as[RW]

Corresponds to the JSON property `openAs` @return [String]

url[RW]

The URL to open. Corresponds to the JSON property `url` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/chat_v1/classes.rb, line 1700
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/chat_v1/classes.rb, line 1705
def update!(**args)
  @on_close = args[:on_close] if args.key?(:on_close)
  @open_as = args[:open_as] if args.key?(:open_as)
  @url = args[:url] if args.key?(:url)
end