Class: Google::Apis::FormsV1::PageBreakItem
- Inherits:
-
Object
- Object
- Google::Apis::FormsV1::PageBreakItem
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/forms_v1/classes.rb,
lib/google/apis/forms_v1/representations.rb,
lib/google/apis/forms_v1/representations.rb
Overview
A page break. The title and description of this item are shown at the top of the new page.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PageBreakItem
constructor
A new instance of PageBreakItem.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PageBreakItem
Returns a new instance of PageBreakItem.
1103 1104 1105 |
# File 'lib/google/apis/forms_v1/classes.rb', line 1103 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1108 1109 |
# File 'lib/google/apis/forms_v1/classes.rb', line 1108 def update!(**args) end |