class OpenApiSDK::Models::Operations::CustomerSeatsGetClaimInfoRequest

def ==(other)

def ==(other)
  return false unless other.is_a?(self.class)
  return false unless @invitation_token == other.invitation_token
  true
end

def initialize(invitation_token:)

def initialize(invitation_token:)
  @invitation_token = invitation_token
end