struct

Octokit::Models::MarketplacePlanAccount

Inherits Struct < Value < Object

Constructors

new(url : String, type : String, id : Int64, node_id : String, login : String, email : String, organization_billing_email : String, marketplace_purchase : MarketplacePurchase, marketplace_pending_change : MarketplacePendingChange)
new(__temp_1013 : JSON::PullParser)

Instance methods

email
email=(_email : String)
id
id=(_id : Int64)
login
login=(_login : String)
marketplace_pending_change
marketplace_pending_change=(_marketplace_pending_change : MarketplacePendingChange)
marketplace_purchase
marketplace_purchase=(_marketplace_purchase : MarketplacePurchase)
node_id
node_id=(_node_id : String)
organization_billing_email
organization_billing_email=(_organization_billing_email : String)
to_json(json : JSON::Builder)
type
type=(_type : String)
url
url=(_url : String)