Skip to content

Instantly share code, notes, and snippets.

@krishnaanaril
Last active October 5, 2018 08:09
Show Gist options
  • Save krishnaanaril/8d4960b06aeefa218886c959308974f6 to your computer and use it in GitHub Desktop.
Save krishnaanaril/8d4960b06aeefa218886c959308974f6 to your computer and use it in GitHub Desktop.
Class for storing the token details of Power BI tiles. It inherits the 'EmbedConfig' class
public class TileEmbedConfig : EmbedConfig
{
public string dashboardId { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment