class Google::Apis::MybusinessaccountmanagementV1::ListInvitationsResponse
Response message for AccessControl.ListInvitations.
Attributes
invitations[RW]
A collection of invitations that are pending for the account. The number of invitations listed here cannot exceed 1000. Corresponds to the JSON property `invitations` @return [Array<Google::Apis::MybusinessaccountmanagementV1::Invitation>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/mybusinessaccountmanagement_v1/classes.rb, line 306 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/mybusinessaccountmanagement_v1/classes.rb, line 311 def update!(**args) @invitations = args[:invitations] if args.key?(:invitations) end