class Google::Apis::WorkspaceeventsV1::ListSubscriptionsResponse
def update!(**args)
def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @subscriptions = args[:subscriptions] if args.key?(:subscriptions) end