Class: Google::Apis::CloudsearchV1::LdapUserProto
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::LdapUserProto
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Instance Attribute Summary collapse
-
#user_name ⇒ String
Corresponds to the JSON property
userName
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LdapUserProto
constructor
A new instance of LdapUserProto.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LdapUserProto
Returns a new instance of LdapUserProto.
13038 13039 13040 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 13038 def initialize(**args) update!(**args) end |
Instance Attribute Details
#user_name ⇒ String
Corresponds to the JSON property userName
13036 13037 13038 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 13036 def user_name @user_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13043 13044 13045 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 13043 def update!(**args) @user_name = args[:user_name] if args.key?(:user_name) end |