class Google::Apis::KeepV1::BatchCreatePermissionsResponse

The response for creating permissions on a note.

Attributes

permissions[RW]

Permissions created. Corresponds to the JSON property `permissions` @return [Array<Google::Apis::KeepV1::Permission>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/keep_v1/classes.rb, line 85
def update!(**args)
  @permissions = args[:permissions] if args.key?(:permissions)
end