Input$AudienceInput class

Constructors

Input$AudienceInput({String? title, String? description, String? icon, Input$MediaInput? media, required List<Input$AudienceSegmentInput> segments, Input$TargetACIInput? advertiser, Input$TargetACIInput? target})
factory
Input$AudienceInput.fromJson(Map<String, dynamic> data)
factory

Properties

advertiser Input$TargetACIInput?
no setter
copyWith CopyWith$Input$AudienceInput<Input$AudienceInput>
no setter
description String?
no setter
hashCode int
The hash code for this object.
no setteroverride
icon String?
no setter
media Input$MediaInput?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segments List<Input$AudienceSegmentInput>
no setter
target Input$TargetACIInput?
no setter
title String?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override