class Google::Apis::VaultV1::MailOptions
Additional options for Gmail search
Attributes
exclude_drafts[RW]
Set to true to exclude drafts. Corresponds to the JSON property `excludeDrafts` @return [Boolean]
exclude_drafts?[RW]
Set to true to exclude drafts. Corresponds to the JSON property `excludeDrafts` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/vault_v1/classes.rb, line 1312 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/vault_v1/classes.rb, line 1317 def update!(**args) @exclude_drafts = args[:exclude_drafts] if args.key?(:exclude_drafts) end