Class MetricsResponse.MetricType
Class representing a site response.
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class MetricsResponse.MetricType
Properties
CreatedAt
Gets or sets the created timestamp for the response.
Declaration
public string? CreatedAt { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Gets or sets the description for the response.
Declaration
public string? Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets or sets the ID for the response.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Name
Gets or sets the name for the response.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Owner
Gets or sets the owner for the response.
Declaration
public MetricsResponse.MetricType.UserType? Owner { get; set; }
Property Value
Type | Description |
---|---|
MetricsResponse.MetricType.UserType |
Project
Gets or sets the owner for the response.
Declaration
public MetricsResponse.MetricType.ProjectType? Project { get; set; }
Property Value
Type | Description |
---|---|
MetricsResponse.MetricType.ProjectType |
Suspended
Gets or sets the suspended for the response.
Declaration
public bool Suspended { get; set; }
Property Value
Type | Description |
---|---|
bool |
Tags
Gets or sets the tags for the response.
Declaration
public MetricsResponse.MetricType.TagType[] Tags { get; set; }
Property Value
Type | Description |
---|---|
TagType[] |
UnderlyingView
Gets or sets the underlyingView for the response.
Declaration
public MetricsResponse.MetricType.UnderlyingViewType? UnderlyingView { get; set; }
Property Value
Type | Description |
---|---|
MetricsResponse.MetricType.UnderlyingViewType |
UpdatedAt
Gets or sets the updated timestamp for the response.
Declaration
public string? UpdatedAt { get; set; }
Property Value
Type | Description |
---|---|
string |
WebpageUrl
Gets or sets the webpage URL for the response.
Declaration
public string? WebpageUrl { get; set; }
Property Value
Type | Description |
---|---|
string |