Interface IApiContentUrl
Interface for an API request/response that has a nullable content URL.
Namespace: Tableau.Migration.Api
Assembly: Tableau.Migration.dll
Syntax
public interface IApiContentUrl
Properties
ContentUrl
Gets the content URL.
Declaration
string? ContentUrl { get; }
Property Value
Type | Description |
---|---|
string |