class Google::Apis::SasportalV1alpha1::SasPortalNode
The Node.
Attributes
display_name[RW]
The node's display name. Corresponds to the JSON property `displayName` @return [String]
name[RW]
Output only. Resource name. Corresponds to the JSON property `name` @return [String]
sas_user_ids[RW]
User ids used by the devices belonging to this node. Corresponds to the JSON property `sasUserIds` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/sasportal_v1alpha1/classes.rb, line 927 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/sasportal_v1alpha1/classes.rb, line 932 def update!(**args) @display_name = args[:display_name] if args.key?(:display_name) @name = args[:name] if args.key?(:name) @sas_user_ids = args[:sas_user_ids] if args.key?(:sas_user_ids) end