Class GitHubApi.ReleaseAssetInfo

    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • url

        public @Nullable java.lang.String url
      • browserDownloadUrl

        public @Nullable java.lang.String browserDownloadUrl
      • id

        public @Nullable java.lang.String id
      • nodeId

        public @Nullable java.lang.String nodeId
      • name

        public @Nullable java.lang.String name
      • label

        public @Nullable java.lang.String label
      • state

        public @Nullable java.lang.String state
      • contentType

        public @Nullable java.lang.String contentType
      • size

        public long size
      • downloadCount

        public int downloadCount
      • createdAt

        public @Nullable java.lang.String createdAt
      • updatedAt

        public @Nullable java.lang.String updatedAt
    • Constructor Detail

      • ReleaseAssetInfo

        public ReleaseAssetInfo()