Class: Google::Apis::CloudsearchV1::PostiniUserProto

Inherits:
Object
  • Object
show all
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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PostiniUserProto

Returns a new instance of PostiniUserProto.



13284
13285
13286
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 13284

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

Instance Attribute Details

#postini_user_idFixnum

Corresponds to the JSON property postiniUserId

Returns:

  • (Fixnum)


13282
13283
13284
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 13282

def postini_user_id
  @postini_user_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13289
13290
13291
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 13289

def update!(**args)
  @postini_user_id = args[:postini_user_id] if args.key?(:postini_user_id)
end