8000 Feature: expose CreatedAt and UpdatedAt from ruleset · Issue #3315 · google/go-github · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content {"props":{"docsUrl":"https://docs.github.com/get-started/accessibility/keyboard-shortcuts"}}
Feature: expose CreatedAt and UpdatedAt from ruleset #3315
Closed
@ivanmartos

Description

@ivanmartos

Currently Ruleset struct is not exposing fileds CreatedAt and UpdatedAt.
These fields are returned in respose JSON for api orgs/ORG_NAME/rulesets and orgs/ORG_NAME/rulesets/ORG_ID as fields

  "created_at": "2024-09-05T16:44:33.875+02:00",
  "updated_at": "2024-09-06T08:30:00.248+02:00",

Can these fields be please exported in

type Ruleset struct {
?
Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0