Class: GetContactsV2Request
- Inherits:
-
Object
- Object
- GetContactsV2Request
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb
Constant Summary collapse
- TARGETUSERMIDS =
1
- NEEDEDCONTACTCALENDAREVENTS =
2
- WITHUSERSTATUS =
3
- FIELDS =
{ TARGETUSERMIDS => {:type => ::Thrift::Types::LIST, :name => 'targetUserMids', :element => {:type => ::Thrift::Types::STRING}}, NEEDEDCONTACTCALENDAREVENTS => {:type => ::Thrift::Types::SET, :name => 'neededContactCalendarEvents', :element => {:type => ::Thrift::Types::I32, :enum_class => ::P0_a_e_a_b_u8}}, WITHUSERSTATUS => {:type => ::Thrift::Types::BOOL, :name => 'withUserStatus', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
17202 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 17202 def struct_fields; FIELDS; end |
#validate ⇒ Object
17204 17205 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 17204 def validate end |