Class: Google::Apis::ClassroomV1::EmbedUri
- Inherits:
-
Object
- Object
- Google::Apis::ClassroomV1::EmbedUri
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/classroom_v1/classes.rb,
lib/google/apis/classroom_v1/representations.rb,
lib/google/apis/classroom_v1/representations.rb
Overview
URI to be iframed after being populated with query parameters.
Instance Attribute Summary collapse
-
#uri ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EmbedUri
constructor
A new instance of EmbedUri.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EmbedUri
Returns a new instance of EmbedUri.
1127 1128 1129 |
# File 'lib/google/apis/classroom_v1/classes.rb', line 1127 def initialize(**args) update!(**args) end |
Instance Attribute Details
#uri ⇒ String
Required. URI to be iframed after being populated with query parameters. This
must be a valid UTF-8 string containing between 1 and 1800 characters.
Corresponds to the JSON property uri
1125 1126 1127 |
# File 'lib/google/apis/classroom_v1/classes.rb', line 1125 def uri @uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1132 1133 1134 |
# File 'lib/google/apis/classroom_v1/classes.rb', line 1132 def update!(**args) @uri = args[:uri] if args.key?(:uri) end |