class Google::Apis::AdminDatatransferV1::ApplicationsListResponse
Template for a collection of Applications.
Attributes
applications[RW]
List of applications that support data transfer and are also installed for the customer. Corresponds to the JSON property `applications` @return [Array<Google::Apis::AdminDatatransferV1::Application>]
etag[RW]
ETag of the resource. Corresponds to the JSON property `etag` @return [String]
kind[RW]
Identifies the resource as a collection of Applications. Corresponds to the JSON property `kind` @return [String]
next_page_token[RW]
Continuation token which will be used to specify next page in list API. Corresponds to the JSON property `nextPageToken` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/admin_datatransfer_v1/classes.rb, line 152 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/admin_datatransfer_v1/classes.rb, line 157 def update!(**args) @applications = args[:applications] if args.key?(:applications) @etag = args[:etag] if args.key?(:etag) @kind = args[:kind] if args.key?(:kind) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end