You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -2487,7 +2487,7 @@ public class Integration : SdkModel
2487
2487
publicbool?enabled{get;set;}=null;
2488
2488
/// <summary>Array of params for the integration.</summary>
2489
2489
publicIntegrationParam[]?@params{get;set;}=null;
2490
-
/// <summary>A list of data formats the integration supports. If unspecified, the default is all data formats. Valid values are: "txt", "csv", "inline_json", "json", "json_label", "json_detail", "json_detail_lite_stream", "xlsx", "html", "wysiwyg_pdf", "assembled_pdf", "wysiwyg_png", "csv_zip". (read-only)</summary>
2490
+
/// <summary>A list of data formats the integration supports. If unspecified, the default is all data formats. Valid values are: "txt", "csv", "inline_json", "json", "json_label", "json_detail", "json_detail_lite_stream", "json_bi", "xlsx", "html", "wysiwyg_pdf", "assembled_pdf", "wysiwyg_png", "csv_zip". (read-only)</summary>
@@ -3003,6 +3005,16 @@ public class LookBasic : SdkModel
3003
3005
publicstring?user_id{get;set;}=null;
3004
3006
}
3005
3007
3008
+
publicclassLookmlFieldLink:SdkModel
3009
+
{
3010
+
/// <summary>The name of the link as it would appear to users. (read-only)</summary>
3011
+
publicstring?label{get;set;}=null;
3012
+
/// <summary>URL the link will go to. (read-only)</summary>
3013
+
publicstring?url{get;set;}=null;
3014
+
/// <summary>A URL containing an image file to display with a link. (read-only)</summary>
3015
+
publicstring?icon_url{get;set;}=null;
3016
+
}
3017
+
3006
3018
publicclassLookmlModel:SdkModel
3007
3019
{
3008
3020
/// <summary>Operations the current user is able to perform on this object (read-only)</summary>
@@ -3164,6 +3176,8 @@ public class LookmlModelExploreField : SdkModel
3164
3176
publicstring?description{get;set;}=null;
3165
3177
/// <summary>Dimension group if this field is part of a dimension group. If not, this will be null. (read-only)</summary>
3166
3178
publicstring?dimension_group{get;set;}=null;
3179
+
/// <summary>Drill fields declared for this field in LookML or default drills for certain types. (read-only)</summary>
3180
+
publicstring[]?drill_fields{get;set;}=null;
3167
3181
/// <summary>An array enumerating all the possible values that this field can contain. When null, there is no limit to the set of possible values this field can contain. (read-only)</summary>
/// <summary>Whether this field is a measure. (read-only)</summary>
3205
3223
publicbool?measure{get;set;}=null;
@@ -5148,7 +5166,7 @@ public enum SupportedDownloadSettings
5148
5166
url
5149
5167
}
5150
5168
5151
-
/// A list of data formats the integration supports. If unspecified, the default is all data formats. Valid values are: "txt", "csv", "inline_json", "json", "json_label", "json_detail", "json_detail_lite_stream", "xlsx", "html", "wysiwyg_pdf", "assembled_pdf", "wysiwyg_png", "csv_zip". (Enum defined in Integration)
5169
+
/// A list of data formats the integration supports. If unspecified, the default is all data formats. Valid values are: "txt", "csv", "inline_json", "json", "json_label", "json_detail", "json_detail_lite_stream", "json_bi", "xlsx", "html", "wysiwyg_pdf", "assembled_pdf", "wysiwyg_png", "csv_zip". (Enum defined in Integration)
5152
5170
publicenumSupportedFormats
5153
5171
{
5154
5172
[EnumMember(Value="txt")]
@@ -5165,6 +5183,8 @@ public enum SupportedFormats
0 commit comments