class Google::Apis::DfareportingV3_5::ConversionsBatchInsertResponse
Insert Conversions Response.
Attributes
has_failures[RW]
Indicates that some or all conversions failed to insert. Corresponds to the JSON property `hasFailures` @return [Boolean]
has_failures?[RW]
Indicates that some or all conversions failed to insert. Corresponds to the JSON property `hasFailures` @return [Boolean]
kind[RW]
Identifies what kind of resource this is. Value: the fixed string ā dfareporting#conversionsBatchInsertResponseā. Corresponds to the JSON property `kind` @return [String]
status[RW]
The insert status of each conversion. Statuses are returned in the same order that conversions are inserted. Corresponds to the JSON property `status` @return [Array<Google::Apis::DfareportingV3_5::ConversionStatus>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dfareporting_v3_5/classes.rb, line 2628 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dfareporting_v3_5/classes.rb, line 2633 def update!(**args) @has_failures = args[:has_failures] if args.key?(:has_failures) @kind = args[:kind] if args.key?(:kind) @status = args[:status] if args.key?(:status) end