View Source GoogleApi.ContentWarehouse.V1.Model.AbuseiamFeature (google_api_content_warehouse v0.2.0)
Attributes
-
booleanValue(type:boolean(), default:nil) - Exactly one of the following should be filled in. -
doubleValue(type:float(), default:nil) - -
featureCount(type:String.t, default:nil) - Useful for applications that need to know how many times a specific feature occurs -
int64Value(type:String.t, default:nil) - Useful for timestamps, or for numerical features where it is helpful for decision scripts to have exact values. -
integerValue(type:integer(), default:nil) - integer value field is deprecated and shall only be used for passing the following features hardcoded in spamiam::SpamIAmMessage: spamiam::OrkutSenderId spamiam::OrkutPostnumReports spamiam::BloggerNumComments spamiam::BloggerNumCommentsByOthers Another hard-coded spamiam feature is spamiam::BlogName, which can be specified via string value. -
name(type:String.t, default:nil) - -
stringValue(type:list(String.t), default:nil) - -
timestampSequence(type:list(String.t), default:nil) - This field should only be used to store a sequence of timestamps associated with the feature.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AbuseiamFeature{ booleanValue: boolean() | nil, doubleValue: float() | nil, featureCount: String.t() | nil, int64Value: String.t() | nil, integerValue: integer() | nil, name: String.t() | nil, stringValue: [String.t()] | nil, timestampSequence: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.