struct Facebook::Proto::CustomAudienceSession
- Facebook::Proto::CustomAudienceSession
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Protobuf::Message
Defined in:
cli/proto/facebook/CustomAudienceSession.pb.crConstant Summary
-
FIELDS =
{1 => {name: :end_time, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :num_invalid_entries, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :num_matched, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :num_received, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :progress, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :session_id, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :stage, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 8 => {name: :start_time, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
-
Fields =
{} of String => Field
Constructors
- .new(buf : Protobuf::Buffer)
- .new(end_time : String | Nil = nil, num_invalid_entries : String | Nil = nil, num_matched : String | Nil = nil, num_received : String | Nil = nil, progress : String | Nil = nil, session_id : String | Nil = nil, stage : String | Nil = nil, start_time : String | Nil = nil)
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #[]=(key : String, val)
- #[]?(key : String)
- #end_time : String | Nil
- #end_time=(end_time : String | Nil)
- #num_invalid_entries : String | Nil
- #num_invalid_entries=(num_invalid_entries : String | Nil)
- #num_matched : String | Nil
- #num_matched=(num_matched : String | Nil)
- #num_received : String | Nil
- #num_received=(num_received : String | Nil)
- #progress : String | Nil
- #progress=(progress : String | Nil)
- #session_id : String | Nil
- #session_id=(session_id : String | Nil)
- #stage : String | Nil
- #stage=(stage : String | Nil)
- #start_time : String | Nil
- #start_time=(start_time : String | Nil)
- #to_hash
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(end_time : String | Nil = nil, num_invalid_entries : String | Nil = nil, num_matched : String | Nil = nil, num_received : String | Nil = nil, progress : String | Nil = nil, session_id : String | Nil = nil, stage : String | Nil = nil, start_time : String | Nil = nil)
#