class Google::Apis::AndroidenterpriseV1::ListEnterprisesResponse

The matching enterprise resources.

Attributes

enterprise[RW]

An enterprise. Corresponds to the JSON property `enterprise` @return [Array<Google::Apis::AndroidenterpriseV1::Enterprise>]

kind[RW]

Identifies what kind of resource this is. Value: the fixed string ā€œ androidenterprise#enterprisesListResponseā€. Corresponds to the JSON property `kind` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/androidenterprise_v1/classes.rb, line 527
def update!(**args)
  @enterprise = args[:enterprise] if args.key?(:enterprise)
  @kind = args[:kind] if args.key?(:kind)
end