class Google::Apis::ClouduseraccountsBeta::LinuxGetLinuxAccountViewsResponse

Attributes

resource[RW]

A list of all Linux accounts for this project. This API is only used by Compute Engine virtual machines to get information about user accounts for a project or instance. Linux resources are read-only views into users and groups managed by the Compute Engine Accounts API. Corresponds to the JSON property `resource` @return [Google::Apis::ClouduseraccountsBeta::LinuxAccountViews]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/clouduseraccounts_beta/classes.rb, line 262
def update!(**args)
  @resource = args[:resource] if args.key?(:resource)
end