class Google::Apis::AdminDirectoryV1::FeatureInstance
JSON template for a feature instance.
Attributes
feature[RW]
JSON template for Feature
object in Directory API. Corresponds to the JSON property `feature` @return [Google::Apis::AdminDirectoryV1::Feature]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/admin_directory_v1/classes.rb, line 1993 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 1998 def update!(**args) @feature = args[:feature] if args.key?(:feature) end