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
**isAutomated** | **kotlin.Boolean** | Whether this repository has automated builds enabled. <p><br /></p>>**Deprecated**: This field is deprecated and will always > be \"false\" in future. | [optional]
8
+
**official** | **kotlin.Boolean** | | [optional]
9
+
**automated** | **kotlin.Boolean** | Whether this repository has automated builds enabled. <p><br /></p>>**Deprecated**: This field is deprecated and will always > be \"false\" in future. | [optional]
* @param isAutomated Whether this repository has automated builds enabled. <p><br /></p> > **Deprecated**: This field is deprecated and will always > be \"false\" in future.
25
+
* @param official
26
+
* @param automated Whether this repository has automated builds enabled. <p><br /></p> > **Deprecated**: This field is deprecated and will always > be \"false\" in future.
27
27
* @param name
28
28
* @param starCount
29
29
*/
@@ -35,11 +35,11 @@ data class ImageSearchResponseItem(
35
35
vardescription: kotlin.String? = null,
36
36
37
37
@Json(name ="is_official")
38
-
varisOfficial: kotlin.Boolean? = null,
38
+
varofficial: kotlin.Boolean? = null,
39
39
40
40
/* Whether this repository has automated builds enabled. <p><br /></p> > **Deprecated**: This field is deprecated and will always > be \"false\" in future. */
0 commit comments