Class: Google::Apis::CalendarV3::DeepLinkData

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ DeepLinkData

Returns a new instance of DeepLinkData



616
617
618
# File 'generated/google/apis/calendar_v3/classes.rb', line 616

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

Instance Attribute Details

Corresponds to the JSON property links

Returns:



609
610
611
# File 'generated/google/apis/calendar_v3/classes.rb', line 609

def links
  @links
end

#urlString

Corresponds to the JSON property url

Returns:

  • (String)


614
615
616
# File 'generated/google/apis/calendar_v3/classes.rb', line 614

def url
  @url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



621
622
623
624
# File 'generated/google/apis/calendar_v3/classes.rb', line 621

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