Class RVMarketoDataSourceItem
Marketo data source item, see RVMarketoDataSource for more information.
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public class RVMarketoDataSourceItem : RVDataSourceItem, IRVResourceItem
Constructors
RVMarketoDataSourceItem(RVMarketoDataSource)
Declaration
public RVMarketoDataSourceItem(RVMarketoDataSource dataSource)
Parameters
Type | Name | Description |
---|---|---|
RVMarketoDataSource | dataSource |
Properties
EndDate
End date to use when requesting data.
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Entity
Entity to retrieve data from
Declaration
public string Entity { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartDate
Start date to use when requesting data.
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Url
URL to the Marketo endpoint, must match the URL specified in the RVMarketoDataSource data source object.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String | URL to the Marketo endpoint |