class Google::Apis::DocsV1::SuggestedBullet

A suggested change to a Bullet.

Attributes

bullet[RW]

Describes the bullet of a paragraph. Corresponds to the JSON property `bullet` @return [Google::Apis::DocsV1::Bullet]

bullet_suggestion_state[RW]

A mask that indicates which of the fields on the base Bullet have been changed in this suggestion. For any field set to true, there is a new suggested value. Corresponds to the JSON property `bulletSuggestionState` @return [Google::Apis::DocsV1::BulletSuggestionState]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/docs_v1/classes.rb, line 4838
def update!(**args)
  @bullet = args[:bullet] if args.key?(:bullet)
  @bullet_suggestion_state = args[:bullet_suggestion_state] if args.key?(:bullet_suggestion_state)
end