DynamicFeedsInsertRequest class

Dynamic profile ID is required for dynamic feed insert as the current GPA API only can create a dynamic feed under profile context,even though the dynnamic feed itself don't need the dynamic profile id.

See go/cm3-dco-display-api-interface

Constructors

DynamicFeedsInsertRequest.new({DynamicFeed? dynamicFeed, String? dynamicProfileId})
DynamicFeedsInsertRequest.fromJson(Map json_)

Properties

dynamicFeed DynamicFeed?
Dynamic feed to insert.
getter/setter pair
dynamicProfileId String?
Dynamic profile ID of the inserted dynamic feed.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
inherited