Class: Google::Apis::AdminDirectoryV1::Feature

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/admin_directory_v1/classes.rb,
generated/google/apis/admin_directory_v1/representations.rb,
generated/google/apis/admin_directory_v1/representations.rb

Overview

JSON template for Feature object in Directory API.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ Feature

Returns a new instance of Feature.



1582
1583
1584
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1582

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#etagsString

ETag of the resource. Corresponds to the JSON property etags

Returns:

  • (String)


1570
1571
1572
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1570

def etags
  @etags
end

#kindString

Kind of resource this is. Corresponds to the JSON property kind

Returns:

  • (String)


1575
1576
1577
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1575

def kind
  @kind
end

#nameString

The name of the feature. Corresponds to the JSON property name

Returns:

  • (String)


1580
1581
1582
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1580

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1587
1588
1589
1590
1591
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1587

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