class Google::Apis::AdminDirectoryV1::Feature
JSON template for Feature
object in Directory API.
Attributes
kind[RW]
Kind of resource this is. Corresponds to the JSON property `kind` @return [String]
name[RW]
The name of the feature. Corresponds to the JSON property `name` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/admin_directory_v1/classes.rb, line 1972 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/admin_directory_v1/classes.rb, line 1977 def update!(**args) @etags = args[:etags] if args.key?(:etags) @kind = args[:kind] if args.key?(:kind) @name = args[:name] if args.key?(:name) end