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
"filter": "A String", # Optional. The aggregation will be performed on assets that match the provided filter.
135
+
"showHidden": True or False, # Optional. When this value is set to 'true,' the response will include all assets, including those that are hidden.
135
136
}
136
137
137
138
x__xgafv: string, V1 error format.
@@ -361,6 +362,9 @@ <h3>Method Details</h3>
361
362
},
362
363
],
363
364
},
365
+
"hidden": True or False, # Optional. Indicates if the asset is hidden.
366
+
"hideReason": "A String", # Optional. An optional reason for marking this asset as hidden.
367
+
"hideTime": "A String", # Output only. The timestamp when the asset was marked as hidden.
364
368
"insightList": { # Message containing insights list. # Output only. The list of insights associated with the asset.
365
369
"insights": [ # Output only. Insights of the list.
366
370
{ # An insight about an asset.
@@ -880,6 +884,9 @@ <h3>Method Details</h3>
880
884
},
881
885
],
882
886
},
887
+
"hidden": True or False, # Optional. Indicates if the asset is hidden.
888
+
"hideReason": "A String", # Optional. An optional reason for marking this asset as hidden.
889
+
"hideTime": "A String", # Output only. The timestamp when the asset was marked as hidden.
883
890
"insightList": { # Message containing insights list. # Output only. The list of insights associated with the asset.
884
891
"insights": [ # Output only. Insights of the list.
885
892
{ # An insight about an asset.
@@ -1433,6 +1440,9 @@ <h3>Method Details</h3>
1433
1440
},
1434
1441
],
1435
1442
},
1443
+
"hidden": True or False, # Optional. Indicates if the asset is hidden.
1444
+
"hideReason": "A String", # Optional. An optional reason for marking this asset as hidden.
1445
+
"hideTime": "A String", # Output only. The timestamp when the asset was marked as hidden.
1436
1446
"insightList": { # Message containing insights list. # Output only. The list of insights associated with the asset.
1437
1447
"insights": [ # Output only. Insights of the list.
0 commit comments