class TalkService::FindSnsIdUserStatus_args
Constants
- FIELDS
- MIGRATIONPINCODESESSIONID
- OLDUDIDHASH
- SNSACCESSTOKEN
- SNSIDTYPE
- UDIDHASH
Public Instance Methods
struct_fields()
click to toggle source
# File lib/linerb/gen-rb/talk_service.rb, line 2880 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/linerb/gen-rb/talk_service.rb, line 2882 def validate unless @snsIdType.nil? || ::P0_a_e_a_b_jg::VALID_VALUES.include?(@snsIdType) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field snsIdType!') end end