Class: Google::Apis::CloudsearchV1::PostiniUserProto
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::PostiniUserProto
- 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
Overview
See http://s/?fileprint=//depot/google3/security/authentication/postini/ auth_token.proto
Instance Attribute Summary collapse
-
#postini_user_id ⇒ Fixnum
Corresponds to the JSON property
postiniUserId.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PostiniUserProto
constructor
A new instance of PostiniUserProto.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PostiniUserProto
Returns a new instance of PostiniUserProto.
12690 12691 12692 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 12690 def initialize(**args) update!(**args) end |
Instance Attribute Details
#postini_user_id ⇒ Fixnum
Corresponds to the JSON property postiniUserId
12688 12689 12690 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 12688 def postini_user_id @postini_user_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12695 12696 12697 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 12695 def update!(**args) @postini_user_id = args[:postini_user_id] if args.key?(:postini_user_id) end |