struct Facebook::Proto::AdgroupRelevanceScore
- Facebook::Proto::AdgroupRelevanceScore
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Protobuf::Message
Defined in:
cli/proto/facebook/AdgroupRelevanceScore.pb.crConstant Summary
-
FIELDS =
{1 => {name: :negative_feedback, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :positive_feedback, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :score, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :status, 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(negative_feedback : String | Nil = nil, positive_feedback : String | Nil = nil, score : String | Nil = nil, status : String | Nil = nil)
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #[]=(key : String, val)
- #[]?(key : String)
- #negative_feedback : String | Nil
- #negative_feedback=(negative_feedback : String | Nil)
- #positive_feedback : String | Nil
- #positive_feedback=(positive_feedback : String | Nil)
- #score : String | Nil
- #score=(score : String | Nil)
- #status : String | Nil
- #status=(status : String | Nil)
- #to_hash
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(negative_feedback : String | Nil = nil, positive_feedback : String | Nil = nil, score : String | Nil = nil, status : String | Nil = nil)
#