struct Octokit::Models::MarketplacePendingChange

Defined in:

octokit/models/apps_marketplace.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(effective_date : String, unit_count : Int32, id : Int64, plan : MarketplacePlan) #

def self.new(__temp_507 : JSON::PullParser) #

Instance Method Detail

def effective_date : String #

def effective_date=(_effective_date : String) #

def id : Int64 #

def id=(_id : Int64) #

def plan : MarketplacePlan #

def plan=(_plan : MarketplacePlan) #

def to_json(json : JSON::Builder) #

def unit_count : Int32 #

def unit_count=(_unit_count : Int32) #